Are web-safe colors still relevant?
Are web-safe colors still relevant?
Since the vast majority of monitors are 16-bit color or more, including mobile devices, does it make sense to even consider web-safe colors when choosing color schemes? Or is it something that ought to be relegated to history as a piece of trivia?
For those of you that don't know what web-safe colors are:
Another set of 216 color values is commonly considered to be the "web-safe" color palette, developed at a time when many computer displays were only capable of displaying 256 colors. A set of colors was needed that could be shown without dithering on 256-color displays; the number 216 was chosen partly because computer operating systems customarily reserved sixteen to twenty colors for their own use; it was also selected because it allows exactly six shades each of red, green, and blue (6 6 6 = 216).
The list of colors is often presented as if it has special properties that render them immune to dithering. In fact, on 256-color displays applications can set a palette of any selection of colors that they choose, dithering the rest. These colors were chosen specifically because they matched the palettes selected by the then leading browser applications. [Wikipedia]
Answer by NickAtuShip for Are web-safe colors still relevant?
In my opinion, its history.
Answer by Nosredna for Are web-safe colors still relevant?
I don't think web safe colors are relevant any more. To me, a much bigger problem for smartphones are all the fixed-width 960-pixel wide web pages.
Answer by Brian for Are web-safe colors still relevant?
Web safe colors are pretty much not a problem anymore unless you are dealing with consumers that will have legacy (think > 10 year old) video display equipment.
Answer by Tim Saunders for Are web-safe colors still relevant?
It depends what you mean by web safe colours.
In terms of 16bit colour it's probably not worth worrying about. However Colours do not appear the same across devices. This can lead to all sorts of problems particularly if a designers gamma settings are different to your particular monitor set up.
So you still need to test your design across multiple set ups.
Answer by Robert Harvey for Are web-safe colors still relevant?
For those of us (like me) that didn't know exactly what web safe colors are, they were
developed at a time when many computer displays were only capable of displaying 256 colors. A set of colors was needed that could be shown without dithering on 256-color displays; the number 216 was chosen partly because computer operating systems customarily reserved sixteen to twenty colors for their own use; it was also selected because it allows exactly six shades each of red, green, and blue (6 6 6 = 216).
The list of colors is often presented as if it has special properties that render them immune to dithering. In fact, on 256-color displays applications can set a palette of any selection of colors that they choose, dithering the rest. These colors were chosen specifically because they matched the palettes selected by the then leading browser applications.
It's hard to imagine any of this applying to today's modern displays, since almost nobody runs their display in 256 colors anymore (unless perhaps they are playing an old version of Leisure Suit Larry).
Answer by natas for Are web-safe colors still relevant?
Yes, it's definitely a thing of the past. Place its importance right next to your marquee tags.
Answer by Leah for Are web-safe colors still relevant?
For me web safe color palette is no longer primary concern. Optimize for the largest target audience.
According to w3schools site visitors:
- In January 2009 1% of site visitors had 256 color displays, 95% of users had 24 or 32 bit.
- [Update] In January 2015 0.5% had 256 colours, 0.5% had 24 bit and 99% had 32 bit
I found similar numbers from a business app site that I look after:
32-bit 79.01% 24-bit 15.64% 16-bit 5.27% 8-bit 0.08%
Answer by Matthew Rapati for Are web-safe colors still relevant?
I think the most important thing when choosing a colour palette is keeping in mind colour-blindness. There are a few different types that I know of, but the main thing is making sure that you have enough contrast between colours.
For example green text on a red background might be easier for some to read, but very difficult or maybe impossible for others (5-10% of males!), especially if the values of the colours are close.
Answer by Roberto De Vivo for Are web-safe colors still relevant?
IMHO the point is really moot. Colors that aren't web safe are dithered anyway. It may not look the best in 256-color modes but as long as functional elements of the page/applications are not dependent on those colors it will not disturb the user experience that much.
Also most users surfing in 256-color modes will be aware of the fact colors will be dithered as I don't think that a lot of sites adhere to the web-safe colorschemes anymore.
Answer by Jordan Reiter for Are web-safe colors still relevant?
According to research, even the web safe colors were not web safe. It was an interesting idea while it was relevant, thankfully that's over now.
Answer by dynengsys for Are web-safe colors still relevant?
Some colors do not display on some mobile devices. (trying to make a list)
The title bars are supposed to be a blue fade from CSS:
background: linear-gradient(to bottom, #0099CC1, #0033CC) repeat-x scroll 0 0 #006DCC;
On many devices the background is not visible, and the header looks like white-on-white.
Answer by student for Are web-safe colors still relevant?
Since, browser safe colors are no more relevant asking a new question and posting it's answer does not look genius. So, I'm just trying to explain the tip to determine browser safe colors just by looking at it's hex code
For a hex color #xxyyzz
, the color is browser safe if
For pairs:
- position 12 i.e
xx
values are same - position 34 i.e
yy
values are same - position 56 i.e
zz
values are same
- position 12 i.e
Allowed values are
- 0
- 3
- 6
- 9
- C
- F
Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72
0 comments:
Post a Comment