Shades of Liver #5C4E58
Tints of Liver #5C4E58
RGB
CMYK
RGB Variations
Color information
#5C4E58 (or 0x5C4E58) is known color: Liver. HEX triplet: 5C, 4E and 58. RGB value is (92,78,88). Sum of RGB (Red+Green+Blue) = 92+78+88=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E58 is #A3B1A7. Grayscale: #535353. Windows color (decimal): -10727848 or 5787228. OLE color: 5787228.
HSL color Cylindrical-coordinate representation of color #5C4E58: hue angle of 317.14º 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 #5C4E58 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 88 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.64 |
| HSL | 317.14º | 0.08% | 0.33% | - |
| HSV(B) | 317.14º | 0.15% | 0.36% | - |
| XYZ | 8.9 | 8.43 | 10.39 | - |
| YUV | 83.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 88 | 0 | 0.15 | 0.04 | 0.64 | 317.14 | 0.08 | 0.33 |
| Hex | 5C | 4E | 58 | 0 | F | 4 | 40 | 13D | 8 | 21 |
| Octal | 134 | 116 | 130 | 0 | 17 | 4 | 100 | 475 | 10 | 41 |
| Binary | 1011100 | 1001110 | 1011000 | 0 | 1111 | 100 | 1000000 | 100111101 | 1000 | 100001 |
Color Harmonies of #5C4E58
Complementary color
Monochromatic Colors of #5C4E58
Black with #5C4E58
Text Example
Text Example
White with #5C4E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E58; }
p { color: rgb(92,78,88); }
H1.HeaderClassName
{
color: #5C4E58;
}
.AnyTagClassName
{
color: #5C4E58;
}
</style>
background-color css
<style>
a { background-color: #5C4E58; }
a { background-color: rgb(92,78,88); }
div.DivClassName
{
background-color: #5C4E58;
}
.BgClassName
{
background-color: #5C4E58;
}
</style>
border-color css
<style>
span { border-color: #5C4E58; }
span { border-color: rgb(92,78,88); }
td.TdClassName
{
border-color: #5C4E58;
}
.TagClassName
{
border-color: #5C4E58;
}
</style>