Shades of Liver #585255
Tints of Liver #585255
RGB
CMYK
RGB Variations
Color information
#585255 (or 0x585255) is known color: Liver. HEX triplet: 58, 52 and 55. RGB value is (88,82,85). Sum of RGB (Red+Green+Blue) = 88+82+85=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585255 is #A7ADAA. Grayscale: #545454. Windows color (decimal): -10988971 or 5591640. OLE color: 5591640.
HSL color Cylindrical-coordinate representation of color #585255: hue angle of 330º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585255 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
RGB | 88 | 82 | 85 | - |
CMYK | 0 | 0.07 | 0.03 | 0.65 |
HSL | 330º | 0.04% | 0.33% | - |
HSV(B) | 330º | 0.07% | 0.35% | - |
XYZ | 8.68 | 8.77 | 9.83 | - |
YUV | 84.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 82 | 85 | 0 | 0.07 | 0.03 | 0.65 | 330 | 0.04 | 0.33 |
Hex | 58 | 52 | 55 | 0 | 7 | 3 | 41 | 14A | 4 | 21 |
Octal | 130 | 122 | 125 | 0 | 7 | 3 | 101 | 512 | 4 | 41 |
Binary | 1011000 | 1010010 | 1010101 | 0 | 111 | 11 | 1000001 | 101001010 | 100 | 100001 |
Color Harmonies of #585255
Complementary color
Monochromatic Colors of #585255
Black with #585255
Text Example
Text Example
White with #585255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585255; }
p { color: rgb(88,82,85); }
H1.HeaderClassName
{
color: #585255;
}
.AnyTagClassName
{
color: #585255;
}
</style>
background-color css
<style>
a { background-color: #585255; }
a { background-color: rgb(88,82,85); }
div.DivClassName
{
background-color: #585255;
}
.BgClassName
{
background-color: #585255;
}
</style>
border-color css
<style>
span { border-color: #585255; }
span { border-color: rgb(88,82,85); }
td.TdClassName
{
border-color: #585255;
}
.TagClassName
{
border-color: #585255;
}
</style>