Shades of Liver #55404D
Tints of Liver #55404D
RGB
CMYK
RGB Variations
Color information
#55404D (or 0x55404D) is known color: Liver. HEX triplet: 55, 40 and 4D. RGB value is (85,64,77). Sum of RGB (Red+Green+Blue) = 85+64+77=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55404D is #AABFB2. Grayscale: #474747. Windows color (decimal): -11190195 or 5062741. OLE color: 5062741.
HSL color Cylindrical-coordinate representation of color #55404D: hue angle of 322.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55404D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 77 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.67 |
| HSL | 322.86º | 0.14% | 0.29% | - |
| HSV(B) | 322.86º | 0.25% | 0.33% | - |
| XYZ | 6.92 | 6.13 | 7.84 | - |
| YUV | 71.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 77 | 0 | 0.25 | 0.09 | 0.67 | 322.86 | 0.14 | 0.29 |
| Hex | 55 | 40 | 4D | 0 | 19 | 9 | 43 | 143 | E | 1D |
| Octal | 125 | 100 | 115 | 0 | 31 | 11 | 103 | 503 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001101 | 0 | 11001 | 1001 | 1000011 | 101000011 | 1110 | 11101 |
Color Harmonies of #55404D
Complementary color
Monochromatic Colors of #55404D
Black with #55404D
Text Example
Text Example
White with #55404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55404D; }
p { color: rgb(85,64,77); }
H1.HeaderClassName
{
color: #55404D;
}
.AnyTagClassName
{
color: #55404D;
}
</style>
background-color css
<style>
a { background-color: #55404D; }
a { background-color: rgb(85,64,77); }
div.DivClassName
{
background-color: #55404D;
}
.BgClassName
{
background-color: #55404D;
}
</style>
border-color css
<style>
span { border-color: #55404D; }
span { border-color: rgb(85,64,77); }
td.TdClassName
{
border-color: #55404D;
}
.TagClassName
{
border-color: #55404D;
}
</style>