Shades of Liver #55424E
Tints of Liver #55424E
RGB
CMYK
RGB Variations
Color information
#55424E (or 0x55424E) is known color: Liver. HEX triplet: 55, 42 and 4E. RGB value is (85,66,78). Sum of RGB (Red+Green+Blue) = 85+66+78=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55424E is #AABDB1. Grayscale: #494949. Windows color (decimal): -11189682 or 5128789. OLE color: 5128789.
HSL color Cylindrical-coordinate representation of color #55424E: hue angle of 322.11º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55424E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 78 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.67 |
| HSL | 322.11º | 0.13% | 0.3% | - |
| HSV(B) | 322.11º | 0.22% | 0.33% | - |
| XYZ | 7.07 | 6.38 | 8.07 | - |
| YUV | 73.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 78 | 0 | 0.22 | 0.08 | 0.67 | 322.11 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4E | 0 | 16 | 8 | 43 | 142 | D | 1E |
| Octal | 125 | 102 | 116 | 0 | 26 | 10 | 103 | 502 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001110 | 0 | 10110 | 1000 | 1000011 | 101000010 | 1101 | 11110 |
Color Harmonies of #55424E
Complementary color
Monochromatic Colors of #55424E
Black with #55424E
Text Example
Text Example
White with #55424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424E; }
p { color: rgb(85,66,78); }
H1.HeaderClassName
{
color: #55424E;
}
.AnyTagClassName
{
color: #55424E;
}
</style>
background-color css
<style>
a { background-color: #55424E; }
a { background-color: rgb(85,66,78); }
div.DivClassName
{
background-color: #55424E;
}
.BgClassName
{
background-color: #55424E;
}
</style>
border-color css
<style>
span { border-color: #55424E; }
span { border-color: rgb(85,66,78); }
td.TdClassName
{
border-color: #55424E;
}
.TagClassName
{
border-color: #55424E;
}
</style>