Shades of Liver #5F565C
Tints of Liver #5F565C
RGB
CMYK
RGB Variations
Color information
#5F565C (or 0x5F565C) is known color: Liver. HEX triplet: 5F, 56 and 5C. RGB value is (95,86,92). Sum of RGB (Red+Green+Blue) = 95+86+92=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 95 - color contains mainly: red. Hex color #5F565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F565C is #A0A9A3. Grayscale: #595959. Windows color (decimal): -10529188 or 6051423. OLE color: 6051423.
HSL color Cylindrical-coordinate representation of color #5F565C: hue angle of 320º 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 #5F565C is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 86 | 92 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.63 |
| HSL | 320º | 0.05% | 0.35% | - |
| HSV(B) | 320º | 0.09% | 0.37% | - |
| XYZ | 9.98 | 9.86 | 11.5 | - |
| YUV | 89.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 92 | 0 | 0.09 | 0.03 | 0.63 | 320 | 0.05 | 0.35 |
| Hex | 5F | 56 | 5C | 0 | 9 | 3 | 3F | 140 | 5 | 23 |
| Octal | 137 | 126 | 134 | 0 | 11 | 3 | 77 | 500 | 5 | 43 |
| Binary | 1011111 | 1010110 | 1011100 | 0 | 1001 | 11 | 111111 | 101000000 | 101 | 100011 |
Color Harmonies of #5F565C
Complementary color
Monochromatic Colors of #5F565C
Black with #5F565C
Text Example
Text Example
White with #5F565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F565C; }
p { color: rgb(95,86,92); }
H1.HeaderClassName
{
color: #5F565C;
}
.AnyTagClassName
{
color: #5F565C;
}
</style>
background-color css
<style>
a { background-color: #5F565C; }
a { background-color: rgb(95,86,92); }
div.DivClassName
{
background-color: #5F565C;
}
.BgClassName
{
background-color: #5F565C;
}
</style>
border-color css
<style>
span { border-color: #5F565C; }
span { border-color: rgb(95,86,92); }
td.TdClassName
{
border-color: #5F565C;
}
.TagClassName
{
border-color: #5F565C;
}
</style>