Shades of Liver #5F4854
Tints of Liver #5F4854
RGB
CMYK
RGB Variations
Color information
#5F4854 (or 0x5F4854) is known color: Liver. HEX triplet: 5F, 48 and 54. RGB value is (95,72,84). Sum of RGB (Red+Green+Blue) = 95+72+84=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4854 is #A0B7AB. Grayscale: #505050. Windows color (decimal): -10532780 or 5523551. OLE color: 5523551.
HSL color Cylindrical-coordinate representation of color #5F4854: hue angle of 328.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F4854 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 84 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.63 |
| HSL | 328.7º | 0.14% | 0.33% | - |
| HSV(B) | 328.7º | 0.24% | 0.37% | - |
| XYZ | 8.64 | 7.71 | 9.42 | - |
| YUV | 80.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 84 | 0 | 0.24 | 0.12 | 0.63 | 328.7 | 0.14 | 0.33 |
| Hex | 5F | 48 | 54 | 0 | 18 | C | 3F | 149 | E | 21 |
| Octal | 137 | 110 | 124 | 0 | 30 | 14 | 77 | 511 | 16 | 41 |
| Binary | 1011111 | 1001000 | 1010100 | 0 | 11000 | 1100 | 111111 | 101001001 | 1110 | 100001 |
Color Harmonies of #5F4854
Complementary color
Monochromatic Colors of #5F4854
Black with #5F4854
Text Example
Text Example
White with #5F4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4854; }
p { color: rgb(95,72,84); }
H1.HeaderClassName
{
color: #5F4854;
}
.AnyTagClassName
{
color: #5F4854;
}
</style>
background-color css
<style>
a { background-color: #5F4854; }
a { background-color: rgb(95,72,84); }
div.DivClassName
{
background-color: #5F4854;
}
.BgClassName
{
background-color: #5F4854;
}
</style>
border-color css
<style>
span { border-color: #5F4854; }
span { border-color: rgb(95,72,84); }
td.TdClassName
{
border-color: #5F4854;
}
.TagClassName
{
border-color: #5F4854;
}
</style>