Shades of Liver #5C4E54
Tints of Liver #5C4E54
RGB
CMYK
RGB Variations
Color information
#5C4E54 (or 0x5C4E54) is known color: Liver. HEX triplet: 5C, 4E and 54. RGB value is (92,78,84). Sum of RGB (Red+Green+Blue) = 92+78+84=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E54 is #A3B1AB. Grayscale: #525252. Windows color (decimal): -10727852 or 5525084. OLE color: 5525084.
HSL color Cylindrical-coordinate representation of color #5C4E54: hue angle of 334.29º 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 #5C4E54 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 84 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.64 |
| HSL | 334.29º | 0.08% | 0.33% | - |
| HSV(B) | 334.29º | 0.15% | 0.36% | - |
| XYZ | 8.74 | 8.36 | 9.54 | - |
| YUV | 82.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 84 | 0 | 0.15 | 0.09 | 0.64 | 334.29 | 0.08 | 0.33 |
| Hex | 5C | 4E | 54 | 0 | F | 9 | 40 | 14E | 8 | 21 |
| Octal | 134 | 116 | 124 | 0 | 17 | 11 | 100 | 516 | 10 | 41 |
| Binary | 1011100 | 1001110 | 1010100 | 0 | 1111 | 1001 | 1000000 | 101001110 | 1000 | 100001 |
Color Harmonies of #5C4E54
Complementary color
Monochromatic Colors of #5C4E54
Black with #5C4E54
Text Example
Text Example
White with #5C4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E54; }
p { color: rgb(92,78,84); }
H1.HeaderClassName
{
color: #5C4E54;
}
.AnyTagClassName
{
color: #5C4E54;
}
</style>
background-color css
<style>
a { background-color: #5C4E54; }
a { background-color: rgb(92,78,84); }
div.DivClassName
{
background-color: #5C4E54;
}
.BgClassName
{
background-color: #5C4E54;
}
</style>
border-color css
<style>
span { border-color: #5C4E54; }
span { border-color: rgb(92,78,84); }
td.TdClassName
{
border-color: #5C4E54;
}
.TagClassName
{
border-color: #5C4E54;
}
</style>