Shades of Liver #555052
Tints of Liver #555052
RGB
CMYK
RGB Variations
Color information
#555052 (or 0x555052) is known color: Liver. HEX triplet: 55, 50 and 52. RGB value is (85,80,82). Sum of RGB (Red+Green+Blue) = 85+80+82=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #555052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555052 is #AAAFAD. Grayscale: #515151. Windows color (decimal): -11186094 or 5394517. OLE color: 5394517.
HSL color Cylindrical-coordinate representation of color #555052: hue angle of 336º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555052 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 80 | 82 | - |
CMYK | 0 | 0.06 | 0.04 | 0.67 |
HSL | 336º | 0.03% | 0.32% | - |
HSV(B) | 336º | 0.06% | 0.33% | - |
XYZ | 8.14 | 8.28 | 9.15 | - |
YUV | 81.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 80 | 82 | 0 | 0.06 | 0.04 | 0.67 | 336 | 0.03 | 0.32 |
Hex | 55 | 50 | 52 | 0 | 6 | 4 | 43 | 150 | 3 | 20 |
Octal | 125 | 120 | 122 | 0 | 6 | 4 | 103 | 520 | 3 | 40 |
Binary | 1010101 | 1010000 | 1010010 | 0 | 110 | 100 | 1000011 | 101010000 | 11 | 100000 |
Color Harmonies of #555052
Complementary color
Monochromatic Colors of #555052
Black with #555052
Text Example
Text Example
White with #555052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555052; }
p { color: rgb(85,80,82); }
H1.HeaderClassName
{
color: #555052;
}
.AnyTagClassName
{
color: #555052;
}
</style>
background-color css
<style>
a { background-color: #555052; }
a { background-color: rgb(85,80,82); }
div.DivClassName
{
background-color: #555052;
}
.BgClassName
{
background-color: #555052;
}
</style>
border-color css
<style>
span { border-color: #555052; }
span { border-color: rgb(85,80,82); }
td.TdClassName
{
border-color: #555052;
}
.TagClassName
{
border-color: #555052;
}
</style>