Show HN: Colorvote.io – ranking all sRGB web colors by popularity
91–100 of 134 posts
Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#92Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#93HN top bar colours by popularity: https://news.ycombinator.com/topcolors
The observations of the other comments would be strange indeed, if it were. Looking back through old discussions, it turns out I'd misremembered a mix of speculating comments as fact. Most conclusively, the order is now completely different to when the page was discussed last month:
https://web.archive.org/web/20220615213203/https://news.ycom...
Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#94Earlier quoted context omitted.
What is your comment referring to?
What network requests the site makes, presumably. On mobile though so I can't verify my assumption as easily
{
"winner": "#e28b20",
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49",
"loser": "#997e79",
"time": "20220711T161234",
"inner-width": 3840,
"uuid": "4f076d53-5d84-4b4d-923e-803db7ca6150",
"color-a": "#e28b20",
"color-b": "#997e79",
"inner-height": 2040
}Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#95Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#96Earlier quoted context omitted.
For me, green is super useful. If the top bar is green, I'm logged in. If it's orange, I'm logged out. My top bar color is #ccff99.
Pro-tip, that also works with all other colors except green.
Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#97At the moment it seems to be always white, maybe if it's always the opposite color on the color wheel that might offset it? Or maybe just have the text on a white card on the edge of the screen so you can focus on the color itself?
Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity
#98I think that if there is voting, one should sort of do some type of spreading algorithm where the color you vote on, is sort of a much weaker vote for the surrounding colors. There is just too many colours, especially in this color space, and it is sort of hard for humans to really differentiate them. Thus spread out the vote based on average human visual perception differentiability capabilities. Also this color spa…