Shades of Liver #575053
Tints of Liver #575053
RGB
CMYK
RGB Variations
Color information
#575053 (or 0x575053) is known color: Liver. HEX triplet: 57, 50 and 53. RGB value is (87,80,83). Sum of RGB (Red+Green+Blue) = 87+80+83=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #575053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575053 is #A8AFAC. Grayscale: #525252. Windows color (decimal): -11055021 or 5460055. OLE color: 5460055.
HSL color Cylindrical-coordinate representation of color #575053: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575053 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 83 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.66 |
| HSL | 334.29º | 0.04% | 0.33% | - |
| HSV(B) | 334.29º | 0.08% | 0.34% | - |
| XYZ | 8.36 | 8.39 | 9.36 | - |
| YUV | 82.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 83 | 0 | 0.08 | 0.05 | 0.66 | 334.29 | 0.04 | 0.33 |
| Hex | 57 | 50 | 53 | 0 | 8 | 5 | 42 | 14E | 4 | 21 |
| Octal | 127 | 120 | 123 | 0 | 10 | 5 | 102 | 516 | 4 | 41 |
| Binary | 1010111 | 1010000 | 1010011 | 0 | 1000 | 101 | 1000010 | 101001110 | 100 | 100001 |
Color Harmonies of #575053
Complementary color
Monochromatic Colors of #575053
Black with #575053
Text Example
Text Example
White with #575053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575053; }
p { color: rgb(87,80,83); }
H1.HeaderClassName
{
color: #575053;
}
.AnyTagClassName
{
color: #575053;
}
</style>
background-color css
<style>
a { background-color: #575053; }
a { background-color: rgb(87,80,83); }
div.DivClassName
{
background-color: #575053;
}
.BgClassName
{
background-color: #575053;
}
</style>
border-color css
<style>
span { border-color: #575053; }
span { border-color: rgb(87,80,83); }
td.TdClassName
{
border-color: #575053;
}
.TagClassName
{
border-color: #575053;
}
</style>