Shades of Liver #5F4856
Tints of Liver #5F4856
RGB
CMYK
RGB Variations
Color information
#5F4856 (or 0x5F4856) is known color: Liver. HEX triplet: 5F, 48 and 56. RGB value is (95,72,86). Sum of RGB (Red+Green+Blue) = 95+72+86=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4856 is #A0B7A9. Grayscale: #505050. Windows color (decimal): -10532778 or 5654623. OLE color: 5654623.
HSL color Cylindrical-coordinate representation of color #5F4856: hue angle of 323.48º 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 #5F4856 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 86 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.63 |
| HSL | 323.48º | 0.14% | 0.33% | - |
| HSV(B) | 323.48º | 0.24% | 0.37% | - |
| XYZ | 8.72 | 7.74 | 9.84 | - |
| YUV | 80.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 86 | 0 | 0.24 | 0.09 | 0.63 | 323.48 | 0.14 | 0.33 |
| Hex | 5F | 48 | 56 | 0 | 18 | 9 | 3F | 143 | E | 21 |
| Octal | 137 | 110 | 126 | 0 | 30 | 11 | 77 | 503 | 16 | 41 |
| Binary | 1011111 | 1001000 | 1010110 | 0 | 11000 | 1001 | 111111 | 101000011 | 1110 | 100001 |
Color Harmonies of #5F4856
Complementary color
Monochromatic Colors of #5F4856
Black with #5F4856
Text Example
Text Example
White with #5F4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4856; }
p { color: rgb(95,72,86); }
H1.HeaderClassName
{
color: #5F4856;
}
.AnyTagClassName
{
color: #5F4856;
}
</style>
background-color css
<style>
a { background-color: #5F4856; }
a { background-color: rgb(95,72,86); }
div.DivClassName
{
background-color: #5F4856;
}
.BgClassName
{
background-color: #5F4856;
}
</style>
border-color css
<style>
span { border-color: #5F4856; }
span { border-color: rgb(95,72,86); }
td.TdClassName
{
border-color: #5F4856;
}
.TagClassName
{
border-color: #5F4856;
}
</style>