Shades of Liver #5F4C58
Tints of Liver #5F4C58
RGB
CMYK
RGB Variations
Color information
#5F4C58 (or 0x5F4C58) is known color: Liver. HEX triplet: 5F, 4C and 58. RGB value is (95,76,88). Sum of RGB (Red+Green+Blue) = 95+76+88=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4C58 is #A0B3A7. Grayscale: #535353. Windows color (decimal): -10531752 or 5786719. OLE color: 5786719.
HSL color Cylindrical-coordinate representation of color #5F4C58: hue angle of 322.11º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F4C58 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 76 | 88 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.63 |
| HSL | 322.11º | 0.11% | 0.34% | - |
| HSV(B) | 322.11º | 0.2% | 0.37% | - |
| XYZ | 9.07 | 8.31 | 10.36 | - |
| YUV | 83.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 76 | 88 | 0 | 0.20 | 0.07 | 0.63 | 322.11 | 0.11 | 0.34 |
| Hex | 5F | 4C | 58 | 0 | 14 | 7 | 3F | 142 | B | 22 |
| Octal | 137 | 114 | 130 | 0 | 24 | 7 | 77 | 502 | 13 | 42 |
| Binary | 1011111 | 1001100 | 1011000 | 0 | 10100 | 111 | 111111 | 101000010 | 1011 | 100010 |
Color Harmonies of #5F4C58
Complementary color
Monochromatic Colors of #5F4C58
Black with #5F4C58
Text Example
Text Example
White with #5F4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4C58; }
p { color: rgb(95,76,88); }
H1.HeaderClassName
{
color: #5F4C58;
}
.AnyTagClassName
{
color: #5F4C58;
}
</style>
background-color css
<style>
a { background-color: #5F4C58; }
a { background-color: rgb(95,76,88); }
div.DivClassName
{
background-color: #5F4C58;
}
.BgClassName
{
background-color: #5F4C58;
}
</style>
border-color css
<style>
span { border-color: #5F4C58; }
span { border-color: rgb(95,76,88); }
td.TdClassName
{
border-color: #5F4C58;
}
.TagClassName
{
border-color: #5F4C58;
}
</style>