New alternatives to HSL and HSV that better match color perception
bottosson.github.io
New alternatives to HSL and HSV that better match color perception
1–10 of 80 posts
Re: New alternatives to HSL and HSV that better match color perception
#2Yes, and since we use color models in development primarily to model RGB light as displayed by machines, these are less than useful indeed.
For anyone looking for a neat color model that is novel and is a bit more intuitive (arguably), look up HCG.
Re: New alternatives to HSL and HSV that better match color perception
#3Re: New alternatives to HSL and HSV that better match color perception
#4> The main drawback of using these models directly for color picking is that the sRGB gamut has a quite irregular shape in these color spaces. As a result, changing one parameter, such as hue, can easily create a color outside the target gamut, making them quite tedious to use. Yes, and since we use color models in development primarily to model RGB light as displayed by machines, these are less than useful indeed. F…
HCG
https://github.com/helixd2s/hcv-colorHCG = Human Chorionic Gonadotropin, which will dominate your search results.
Re: New alternatives to HSL and HSV that better match color perception
#5I have an office which has huge windows facing (mostly) away from the sun so I have bright light from either clouds or blue sky. Reproductions of renaissance paintings and photographs on ‘bright white’ paper look great, but at home the color temps are in the high 2000s usually and I need coated papers for the images to be compelling.
So I am always thinking about what environment a print is in and would love to have more tools to tune up the appearance.
Re: New alternatives to HSL and HSV that better match color perception
#6RGB is likewise for fixed wavelength three-color lights/filters, and CMYK is for prints. I think it's the same situation as units of measurements in aviation[1] being all over the places; the measurements are tied to specific devices, principles and usages of them.
1: Altitude in feet measured by pressure altimeters, distances measured in nautical miles defined as one minute of latitude, fuel in pounds and dimensions in inches, but never altitudes in miles or distances in feet, except for runway lengths which is always feet or meters.
Re: New alternatives to HSL and HSV that better match color perception
#7Re: New alternatives to HSL and HSV that better match color perception
#8These days I would want a color picker that considers the lighting and surrounding colors. I have an office which has huge windows facing (mostly) away from the sun so I have bright light from either clouds or blue sky. Reproductions of renaissance paintings and photographs on ‘bright white’ paper look great, but at home the color temps are in the high 2000s usually and I need coated papers for the images to be compe…
Re: New alternatives to HSL and HSV that better match color perception
#9> The main drawback of using these models directly for color picking is that the sRGB gamut has a quite irregular shape in these color spaces. As a result, changing one parameter, such as hue, can easily create a color outside the target gamut, making them quite tedious to use. Yes, and since we use color models in development primarily to model RGB light as displayed by machines, these are less than useful indeed. F…
HCG https://github.com/helixd2s/hcv-color HCG = Human Chorionic Gonadotropin, which will dominate your search results.
Re: New alternatives to HSL and HSV that better match color perception
#10https://austingwalters.com/chromatags/
In almost every computer vision class I took, switching to the LAB color space and rerunning algorithms also still always led to improvement.
The real trick in my mind is trying to do this via sensors and / or hardware.