Shades of Liver #5F565A
Tints of Liver #5F565A
RGB
CMYK
RGB Variations
Color information
#5F565A (or 0x5F565A) is known color: Liver. HEX triplet: 5F, 56 and 5A. RGB value is (95,86,90). Sum of RGB (Red+Green+Blue) = 95+86+90=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 95 - color contains mainly: red. Hex color #5F565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F565A is #A0A9A5. Grayscale: #595959. Windows color (decimal): -10529190 or 5920351. OLE color: 5920351.
HSL color Cylindrical-coordinate representation of color #5F565A: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F565A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 86 | 90 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.63 |
| HSL | 333.33º | 0.05% | 0.35% | - |
| HSV(B) | 333.33º | 0.09% | 0.37% | - |
| XYZ | 9.89 | 9.83 | 11.05 | - |
| YUV | 89.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 90 | 0 | 0.09 | 0.05 | 0.63 | 333.33 | 0.05 | 0.35 |
| Hex | 5F | 56 | 5A | 0 | 9 | 5 | 3F | 14D | 5 | 23 |
| Octal | 137 | 126 | 132 | 0 | 11 | 5 | 77 | 515 | 5 | 43 |
| Binary | 1011111 | 1010110 | 1011010 | 0 | 1001 | 101 | 111111 | 101001101 | 101 | 100011 |
Color Harmonies of #5F565A
Complementary color
Monochromatic Colors of #5F565A
Black with #5F565A
Text Example
Text Example
White with #5F565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F565A; }
p { color: rgb(95,86,90); }
H1.HeaderClassName
{
color: #5F565A;
}
.AnyTagClassName
{
color: #5F565A;
}
</style>
background-color css
<style>
a { background-color: #5F565A; }
a { background-color: rgb(95,86,90); }
div.DivClassName
{
background-color: #5F565A;
}
.BgClassName
{
background-color: #5F565A;
}
</style>
border-color css
<style>
span { border-color: #5F565A; }
span { border-color: rgb(95,86,90); }
td.TdClassName
{
border-color: #5F565A;
}
.TagClassName
{
border-color: #5F565A;
}
</style>