Shades of Liver #5C4F56
Tints of Liver #5C4F56
RGB
CMYK
RGB Variations
Color information
#5C4F56 (or 0x5C4F56) is known color: Liver. HEX triplet: 5C, 4F and 56. RGB value is (92,79,86). Sum of RGB (Red+Green+Blue) = 92+79+86=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F56 is #A3B0A9. Grayscale: #535353. Windows color (decimal): -10727594 or 5656412. OLE color: 5656412.
HSL color Cylindrical-coordinate representation of color #5C4F56: hue angle of 327.69º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C4F56 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 79 | 86 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.64 |
| HSL | 327.69º | 0.08% | 0.34% | - |
| HSV(B) | 327.69º | 0.14% | 0.36% | - |
| XYZ | 8.89 | 8.54 | 9.98 | - |
| YUV | 83.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 86 | 0 | 0.14 | 0.07 | 0.64 | 327.69 | 0.08 | 0.34 |
| Hex | 5C | 4F | 56 | 0 | E | 7 | 40 | 148 | 8 | 22 |
| Octal | 134 | 117 | 126 | 0 | 16 | 7 | 100 | 510 | 10 | 42 |
| Binary | 1011100 | 1001111 | 1010110 | 0 | 1110 | 111 | 1000000 | 101001000 | 1000 | 100010 |
Color Harmonies of #5C4F56
Complementary color
Monochromatic Colors of #5C4F56
Black with #5C4F56
Text Example
Text Example
White with #5C4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F56; }
p { color: rgb(92,79,86); }
H1.HeaderClassName
{
color: #5C4F56;
}
.AnyTagClassName
{
color: #5C4F56;
}
</style>
background-color css
<style>
a { background-color: #5C4F56; }
a { background-color: rgb(92,79,86); }
div.DivClassName
{
background-color: #5C4F56;
}
.BgClassName
{
background-color: #5C4F56;
}
</style>
border-color css
<style>
span { border-color: #5C4F56; }
span { border-color: rgb(92,79,86); }
td.TdClassName
{
border-color: #5C4F56;
}
.TagClassName
{
border-color: #5C4F56;
}
</style>