Shades of Liver #5C4E55
Tints of Liver #5C4E55
RGB
CMYK
RGB Variations
Color information
#5C4E55 (or 0x5C4E55) is known color: Liver. HEX triplet: 5C, 4E and 55. RGB value is (92,78,85). Sum of RGB (Red+Green+Blue) = 92+78+85=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E55 is #A3B1AA. Grayscale: #525252. Windows color (decimal): -10727851 or 5590620. OLE color: 5590620.
HSL color Cylindrical-coordinate representation of color #5C4E55: hue angle of 330º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C4E55 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 85 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.64 |
| HSL | 330º | 0.08% | 0.33% | - |
| HSV(B) | 330º | 0.15% | 0.36% | - |
| XYZ | 8.78 | 8.38 | 9.75 | - |
| YUV | 82.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 85 | 0 | 0.15 | 0.08 | 0.64 | 330 | 0.08 | 0.33 |
| Hex | 5C | 4E | 55 | 0 | F | 8 | 40 | 14A | 8 | 21 |
| Octal | 134 | 116 | 125 | 0 | 17 | 10 | 100 | 512 | 10 | 41 |
| Binary | 1011100 | 1001110 | 1010101 | 0 | 1111 | 1000 | 1000000 | 101001010 | 1000 | 100001 |
Color Harmonies of #5C4E55
Complementary color
Monochromatic Colors of #5C4E55
Black with #5C4E55
Text Example
Text Example
White with #5C4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E55; }
p { color: rgb(92,78,85); }
H1.HeaderClassName
{
color: #5C4E55;
}
.AnyTagClassName
{
color: #5C4E55;
}
</style>
background-color css
<style>
a { background-color: #5C4E55; }
a { background-color: rgb(92,78,85); }
div.DivClassName
{
background-color: #5C4E55;
}
.BgClassName
{
background-color: #5C4E55;
}
</style>
border-color css
<style>
span { border-color: #5C4E55; }
span { border-color: rgb(92,78,85); }
td.TdClassName
{
border-color: #5C4E55;
}
.TagClassName
{
border-color: #5C4E55;
}
</style>