Shades of Liver #5F595C
Tints of Liver #5F595C
RGB
CMYK
RGB Variations
Color information
#5F595C (or 0x5F595C) is known color: Liver. HEX triplet: 5F, 59 and 5C. RGB value is (95,89,92). Sum of RGB (Red+Green+Blue) = 95+89+92=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 95 - color contains mainly: red. Hex color #5F595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F595C is #A0A6A3. Grayscale: #5B5B5B. Windows color (decimal): -10528420 or 6052191. OLE color: 6052191.
HSL color Cylindrical-coordinate representation of color #5F595C: hue angle of 330º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5F595C is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 89 | 92 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.63 |
| HSL | 330º | 0.03% | 0.36% | - |
| HSV(B) | 330º | 0.06% | 0.37% | - |
| XYZ | 10.22 | 10.35 | 11.58 | - |
| YUV | 91.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 92 | 0 | 0.06 | 0.03 | 0.63 | 330 | 0.03 | 0.36 |
| Hex | 5F | 59 | 5C | 0 | 6 | 3 | 3F | 14A | 3 | 24 |
| Octal | 137 | 131 | 134 | 0 | 6 | 3 | 77 | 512 | 3 | 44 |
| Binary | 1011111 | 1011001 | 1011100 | 0 | 110 | 11 | 111111 | 101001010 | 11 | 100100 |
Color Harmonies of #5F595C
Complementary color
Monochromatic Colors of #5F595C
Black with #5F595C
Text Example
Text Example
White with #5F595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F595C; }
p { color: rgb(95,89,92); }
H1.HeaderClassName
{
color: #5F595C;
}
.AnyTagClassName
{
color: #5F595C;
}
</style>
background-color css
<style>
a { background-color: #5F595C; }
a { background-color: rgb(95,89,92); }
div.DivClassName
{
background-color: #5F595C;
}
.BgClassName
{
background-color: #5F595C;
}
</style>
border-color css
<style>
span { border-color: #5F595C; }
span { border-color: rgb(95,89,92); }
td.TdClassName
{
border-color: #5F595C;
}
.TagClassName
{
border-color: #5F595C;
}
</style>