Shades of Liver #5C4E57
Tints of Liver #5C4E57
RGB
CMYK
RGB Variations
Color information
#5C4E57 (or 0x5C4E57) is known color: Liver. HEX triplet: 5C, 4E and 57. RGB value is (92,78,87). Sum of RGB (Red+Green+Blue) = 92+78+87=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E57 is #A3B1A8. Grayscale: #535353. Windows color (decimal): -10727849 or 5721692. OLE color: 5721692.
HSL color Cylindrical-coordinate representation of color #5C4E57: hue angle of 321.43º 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 #5C4E57 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 87 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.64 |
| HSL | 321.43º | 0.08% | 0.33% | - |
| HSV(B) | 321.43º | 0.15% | 0.36% | - |
| XYZ | 8.86 | 8.41 | 10.17 | - |
| YUV | 83.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 87 | 0 | 0.15 | 0.05 | 0.64 | 321.43 | 0.08 | 0.33 |
| Hex | 5C | 4E | 57 | 0 | F | 5 | 40 | 141 | 8 | 21 |
| Octal | 134 | 116 | 127 | 0 | 17 | 5 | 100 | 501 | 10 | 41 |
| Binary | 1011100 | 1001110 | 1010111 | 0 | 1111 | 101 | 1000000 | 101000001 | 1000 | 100001 |
Color Harmonies of #5C4E57
Complementary color
Monochromatic Colors of #5C4E57
Black with #5C4E57
Text Example
Text Example
White with #5C4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E57; }
p { color: rgb(92,78,87); }
H1.HeaderClassName
{
color: #5C4E57;
}
.AnyTagClassName
{
color: #5C4E57;
}
</style>
background-color css
<style>
a { background-color: #5C4E57; }
a { background-color: rgb(92,78,87); }
div.DivClassName
{
background-color: #5C4E57;
}
.BgClassName
{
background-color: #5C4E57;
}
</style>
border-color css
<style>
span { border-color: #5C4E57; }
span { border-color: rgb(92,78,87); }
td.TdClassName
{
border-color: #5C4E57;
}
.TagClassName
{
border-color: #5C4E57;
}
</style>