Shades of Liver #575556
Tints of Liver #575556
RGB
CMYK
RGB Variations
Color information
#575556 (or 0x575556) is known color: Liver. HEX triplet: 57, 55 and 56. RGB value is (87,85,86). Sum of RGB (Red+Green+Blue) = 87+85+86=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 87 - color contains mainly: red. Hex color #575556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575556 is #A8AAA9. Grayscale: #555555. Windows color (decimal): -11053738 or 5657943. OLE color: 5657943.
HSL color Cylindrical-coordinate representation of color #575556: hue angle of 330º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #575556 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 86 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.66 |
| HSL | 330º | 0.01% | 0.34% | - |
| HSV(B) | 330º | 0.02% | 0.34% | - |
| XYZ | 8.86 | 9.2 | 10.11 | - |
| YUV | 85.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 86 | 0 | 0.02 | 0.01 | 0.66 | 330 | 0.01 | 0.34 |
| Hex | 57 | 55 | 56 | 0 | 2 | 1 | 42 | 14A | 1 | 22 |
| Octal | 127 | 125 | 126 | 0 | 2 | 1 | 102 | 512 | 1 | 42 |
| Binary | 1010111 | 1010101 | 1010110 | 0 | 10 | 1 | 1000010 | 101001010 | 1 | 100010 |
Color Harmonies of #575556
Complementary color
Monochromatic Colors of #575556
Black with #575556
Text Example
Text Example
White with #575556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575556; }
p { color: rgb(87,85,86); }
H1.HeaderClassName
{
color: #575556;
}
.AnyTagClassName
{
color: #575556;
}
</style>
background-color css
<style>
a { background-color: #575556; }
a { background-color: rgb(87,85,86); }
div.DivClassName
{
background-color: #575556;
}
.BgClassName
{
background-color: #575556;
}
</style>
border-color css
<style>
span { border-color: #575556; }
span { border-color: rgb(87,85,86); }
td.TdClassName
{
border-color: #575556;
}
.TagClassName
{
border-color: #575556;
}
</style>