Shades of Liver #5C5659
Tints of Liver #5C5659
RGB
CMYK
RGB Variations
Color information
#5C5659 (or 0x5C5659) is known color: Liver. HEX triplet: 5C, 56 and 59. RGB value is (92,86,89). Sum of RGB (Red+Green+Blue) = 92+86+89=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5659 is #A3A9A6. Grayscale: #585858. Windows color (decimal): -10725799 or 5854812. OLE color: 5854812.
HSL color Cylindrical-coordinate representation of color #5C5659: hue angle of 330º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C5659 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 89 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.64 |
| HSL | 330º | 0.03% | 0.35% | - |
| HSV(B) | 330º | 0.07% | 0.36% | - |
| XYZ | 9.54 | 9.65 | 10.81 | - |
| YUV | 88.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 89 | 0 | 0.07 | 0.03 | 0.64 | 330 | 0.03 | 0.35 |
| Hex | 5C | 56 | 59 | 0 | 7 | 3 | 40 | 14A | 3 | 23 |
| Octal | 134 | 126 | 131 | 0 | 7 | 3 | 100 | 512 | 3 | 43 |
| Binary | 1011100 | 1010110 | 1011001 | 0 | 111 | 11 | 1000000 | 101001010 | 11 | 100011 |
Color Harmonies of #5C5659
Complementary color
Monochromatic Colors of #5C5659
Black with #5C5659
Text Example
Text Example
White with #5C5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5659; }
p { color: rgb(92,86,89); }
H1.HeaderClassName
{
color: #5C5659;
}
.AnyTagClassName
{
color: #5C5659;
}
</style>
background-color css
<style>
a { background-color: #5C5659; }
a { background-color: rgb(92,86,89); }
div.DivClassName
{
background-color: #5C5659;
}
.BgClassName
{
background-color: #5C5659;
}
</style>
border-color css
<style>
span { border-color: #5C5659; }
span { border-color: rgb(92,86,89); }
td.TdClassName
{
border-color: #5C5659;
}
.TagClassName
{
border-color: #5C5659;
}
</style>