Shades of Liver #575155
Tints of Liver #575155
RGB
CMYK
RGB Variations
Color information
#575155 (or 0x575155) is known color: Liver. HEX triplet: 57, 51 and 55. RGB value is (87,81,85). Sum of RGB (Red+Green+Blue) = 87+81+85=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575155 is #A8AEAA. Grayscale: #535353. Windows color (decimal): -11054763 or 5591383. OLE color: 5591383.
HSL color Cylindrical-coordinate representation of color #575155: hue angle of 320º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575155 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 85 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.66 |
| HSL | 320º | 0.04% | 0.33% | - |
| HSV(B) | 320º | 0.07% | 0.34% | - |
| XYZ | 8.51 | 8.57 | 9.8 | - |
| YUV | 83.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 85 | 0 | 0.07 | 0.02 | 0.66 | 320 | 0.04 | 0.33 |
| Hex | 57 | 51 | 55 | 0 | 7 | 2 | 42 | 140 | 4 | 21 |
| Octal | 127 | 121 | 125 | 0 | 7 | 2 | 102 | 500 | 4 | 41 |
| Binary | 1010111 | 1010001 | 1010101 | 0 | 111 | 10 | 1000010 | 101000000 | 100 | 100001 |
Color Harmonies of #575155
Complementary color
Monochromatic Colors of #575155
Black with #575155
Text Example
Text Example
White with #575155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575155; }
p { color: rgb(87,81,85); }
H1.HeaderClassName
{
color: #575155;
}
.AnyTagClassName
{
color: #575155;
}
</style>
background-color css
<style>
a { background-color: #575155; }
a { background-color: rgb(87,81,85); }
div.DivClassName
{
background-color: #575155;
}
.BgClassName
{
background-color: #575155;
}
</style>
border-color css
<style>
span { border-color: #575155; }
span { border-color: rgb(87,81,85); }
td.TdClassName
{
border-color: #575155;
}
.TagClassName
{
border-color: #575155;
}
</style>