Shades of Liver #55424D
Tints of Liver #55424D
RGB
CMYK
RGB Variations
Color information
#55424D (or 0x55424D) is known color: Liver. HEX triplet: 55, 42 and 4D. RGB value is (85,66,77). Sum of RGB (Red+Green+Blue) = 85+66+77=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55424D is #AABDB2. Grayscale: #484848. Windows color (decimal): -11189683 or 5063253. OLE color: 5063253.
HSL color Cylindrical-coordinate representation of color #55424D: hue angle of 325.26º 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 #55424D is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 77 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.67 |
| HSL | 325.26º | 0.13% | 0.3% | - |
| HSV(B) | 325.26º | 0.22% | 0.33% | - |
| XYZ | 7.03 | 6.36 | 7.88 | - |
| YUV | 72.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 77 | 0 | 0.22 | 0.09 | 0.67 | 325.26 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4D | 0 | 16 | 9 | 43 | 145 | D | 1E |
| Octal | 125 | 102 | 115 | 0 | 26 | 11 | 103 | 505 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001101 | 0 | 10110 | 1001 | 1000011 | 101000101 | 1101 | 11110 |
Color Harmonies of #55424D
Complementary color
Monochromatic Colors of #55424D
Black with #55424D
Text Example
Text Example
White with #55424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424D; }
p { color: rgb(85,66,77); }
H1.HeaderClassName
{
color: #55424D;
}
.AnyTagClassName
{
color: #55424D;
}
</style>
background-color css
<style>
a { background-color: #55424D; }
a { background-color: rgb(85,66,77); }
div.DivClassName
{
background-color: #55424D;
}
.BgClassName
{
background-color: #55424D;
}
</style>
border-color css
<style>
span { border-color: #55424D; }
span { border-color: rgb(85,66,77); }
td.TdClassName
{
border-color: #55424D;
}
.TagClassName
{
border-color: #55424D;
}
</style>