Shades of Liver #585355
Tints of Liver #585355
RGB
CMYK
RGB Variations
Color information
#585355 (or 0x585355) is known color: Liver. HEX triplet: 58, 53 and 55. RGB value is (88,83,85). Sum of RGB (Red+Green+Blue) = 88+83+85=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585355 is #A7ACAA. Grayscale: #545454. Windows color (decimal): -10988715 or 5591896. OLE color: 5591896.
HSL color Cylindrical-coordinate representation of color #585355: hue angle of 336º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585355 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 85 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.65 |
| HSL | 336º | 0.03% | 0.34% | - |
| HSV(B) | 336º | 0.06% | 0.35% | - |
| XYZ | 8.76 | 8.92 | 9.85 | - |
| YUV | 84.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 85 | 0 | 0.06 | 0.03 | 0.65 | 336 | 0.03 | 0.34 |
| Hex | 58 | 53 | 55 | 0 | 6 | 3 | 41 | 150 | 3 | 22 |
| Octal | 130 | 123 | 125 | 0 | 6 | 3 | 101 | 520 | 3 | 42 |
| Binary | 1011000 | 1010011 | 1010101 | 0 | 110 | 11 | 1000001 | 101010000 | 11 | 100010 |
Color Harmonies of #585355
Complementary color
Monochromatic Colors of #585355
Black with #585355
Text Example
Text Example
White with #585355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585355; }
p { color: rgb(88,83,85); }
H1.HeaderClassName
{
color: #585355;
}
.AnyTagClassName
{
color: #585355;
}
</style>
background-color css
<style>
a { background-color: #585355; }
a { background-color: rgb(88,83,85); }
div.DivClassName
{
background-color: #585355;
}
.BgClassName
{
background-color: #585355;
}
</style>
border-color css
<style>
span { border-color: #585355; }
span { border-color: rgb(88,83,85); }
td.TdClassName
{
border-color: #585355;
}
.TagClassName
{
border-color: #585355;
}
</style>