Shades of Liver #5C565A
Tints of Liver #5C565A
RGB
CMYK
RGB Variations
Color information
#5C565A (or 0x5C565A) is known color: Liver. HEX triplet: 5C, 56 and 5A. RGB value is (92,86,90). Sum of RGB (Red+Green+Blue) = 92+86+90=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 92 - color contains mainly: red. Hex color #5C565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C565A is #A3A9A5. Grayscale: #585858. Windows color (decimal): -10725798 or 5920348. OLE color: 5920348.
HSL color Cylindrical-coordinate representation of color #5C565A: hue angle of 320º 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 #5C565A is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 86 | 90 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.64 |
| HSL | 320º | 0.03% | 0.35% | - |
| HSV(B) | 320º | 0.07% | 0.36% | - |
| XYZ | 9.59 | 9.67 | 11.03 | - |
| YUV | 88.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 90 | 0 | 0.07 | 0.02 | 0.64 | 320 | 0.03 | 0.35 |
| Hex | 5C | 56 | 5A | 0 | 7 | 2 | 40 | 140 | 3 | 23 |
| Octal | 134 | 126 | 132 | 0 | 7 | 2 | 100 | 500 | 3 | 43 |
| Binary | 1011100 | 1010110 | 1011010 | 0 | 111 | 10 | 1000000 | 101000000 | 11 | 100011 |
Color Harmonies of #5C565A
Complementary color
Monochromatic Colors of #5C565A
Black with #5C565A
Text Example
Text Example
White with #5C565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C565A; }
p { color: rgb(92,86,90); }
H1.HeaderClassName
{
color: #5C565A;
}
.AnyTagClassName
{
color: #5C565A;
}
</style>
background-color css
<style>
a { background-color: #5C565A; }
a { background-color: rgb(92,86,90); }
div.DivClassName
{
background-color: #5C565A;
}
.BgClassName
{
background-color: #5C565A;
}
</style>
border-color css
<style>
span { border-color: #5C565A; }
span { border-color: rgb(92,86,90); }
td.TdClassName
{
border-color: #5C565A;
}
.TagClassName
{
border-color: #5C565A;
}
</style>