Shades of Liver #575355
Tints of Liver #575355
RGB
CMYK
RGB Variations
Color information
#575355 (or 0x575355) is known color: Liver. HEX triplet: 57, 53 and 55. RGB value is (87,83,85). Sum of RGB (Red+Green+Blue) = 87+83+85=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 87 - color contains mainly: red. Hex color #575355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575355 is #A8ACAA. Grayscale: #545454. Windows color (decimal): -11054251 or 5591895. OLE color: 5591895.
HSL color Cylindrical-coordinate representation of color #575355: hue angle of 330º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575355 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 85 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.66 |
| HSL | 330º | 0.02% | 0.33% | - |
| HSV(B) | 330º | 0.05% | 0.34% | - |
| XYZ | 8.66 | 8.87 | 9.85 | - |
| YUV | 84.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 85 | 0 | 0.05 | 0.02 | 0.66 | 330 | 0.02 | 0.33 |
| Hex | 57 | 53 | 55 | 0 | 5 | 2 | 42 | 14A | 2 | 21 |
| Octal | 127 | 123 | 125 | 0 | 5 | 2 | 102 | 512 | 2 | 41 |
| Binary | 1010111 | 1010011 | 1010101 | 0 | 101 | 10 | 1000010 | 101001010 | 10 | 100001 |
Color Harmonies of #575355
Complementary color
Monochromatic Colors of #575355
Black with #575355
Text Example
Text Example
White with #575355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575355; }
p { color: rgb(87,83,85); }
H1.HeaderClassName
{
color: #575355;
}
.AnyTagClassName
{
color: #575355;
}
</style>
background-color css
<style>
a { background-color: #575355; }
a { background-color: rgb(87,83,85); }
div.DivClassName
{
background-color: #575355;
}
.BgClassName
{
background-color: #575355;
}
</style>
border-color css
<style>
span { border-color: #575355; }
span { border-color: rgb(87,83,85); }
td.TdClassName
{
border-color: #575355;
}
.TagClassName
{
border-color: #575355;
}
</style>