Shades of Liver #55404C
Tints of Liver #55404C
RGB
CMYK
RGB Variations
Color information
#55404C (or 0x55404C) is known color: Liver. HEX triplet: 55, 40 and 4C. RGB value is (85,64,76). Sum of RGB (Red+Green+Blue) = 85+64+76=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55404C is #AABFB3. Grayscale: #474747. Windows color (decimal): -11190196 or 4997205. OLE color: 4997205.
HSL color Cylindrical-coordinate representation of color #55404C: hue angle of 325.71º 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 #55404C is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 76 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.67 |
| HSL | 325.71º | 0.14% | 0.29% | - |
| HSV(B) | 325.71º | 0.25% | 0.33% | - |
| XYZ | 6.88 | 6.12 | 7.66 | - |
| YUV | 71.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 76 | 0 | 0.25 | 0.11 | 0.67 | 325.71 | 0.14 | 0.29 |
| Hex | 55 | 40 | 4C | 0 | 19 | B | 43 | 146 | E | 1D |
| Octal | 125 | 100 | 114 | 0 | 31 | 13 | 103 | 506 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001100 | 0 | 11001 | 1011 | 1000011 | 101000110 | 1110 | 11101 |
Color Harmonies of #55404C
Complementary color
Monochromatic Colors of #55404C
Black with #55404C
Text Example
Text Example
White with #55404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55404C; }
p { color: rgb(85,64,76); }
H1.HeaderClassName
{
color: #55404C;
}
.AnyTagClassName
{
color: #55404C;
}
</style>
background-color css
<style>
a { background-color: #55404C; }
a { background-color: rgb(85,64,76); }
div.DivClassName
{
background-color: #55404C;
}
.BgClassName
{
background-color: #55404C;
}
</style>
border-color css
<style>
span { border-color: #55404C; }
span { border-color: rgb(85,64,76); }
td.TdClassName
{
border-color: #55404C;
}
.TagClassName
{
border-color: #55404C;
}
</style>