Shades of Liver #55404A
Tints of Liver #55404A
RGB
CMYK
RGB Variations
Color information
#55404A (or 0x55404A) is known color: Liver. HEX triplet: 55, 40 and 4A. RGB value is (85,64,74). Sum of RGB (Red+Green+Blue) = 85+64+74=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #55404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55404A is #AABFB5. Grayscale: #474747. Windows color (decimal): -11190198 or 4866133. OLE color: 4866133.
HSL color Cylindrical-coordinate representation of color #55404A: hue angle of 331.43º 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 #55404A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 74 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.67 |
| HSL | 331.43º | 0.14% | 0.29% | - |
| HSV(B) | 331.43º | 0.25% | 0.33% | - |
| XYZ | 6.82 | 6.09 | 7.3 | - |
| YUV | 71.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 74 | 0 | 0.25 | 0.13 | 0.67 | 331.43 | 0.14 | 0.29 |
| Hex | 55 | 40 | 4A | 0 | 19 | D | 43 | 14B | E | 1D |
| Octal | 125 | 100 | 112 | 0 | 31 | 15 | 103 | 513 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001010 | 0 | 11001 | 1101 | 1000011 | 101001011 | 1110 | 11101 |
Color Harmonies of #55404A
Complementary color
Monochromatic Colors of #55404A
Black with #55404A
Text Example
Text Example
White with #55404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55404A; }
p { color: rgb(85,64,74); }
H1.HeaderClassName
{
color: #55404A;
}
.AnyTagClassName
{
color: #55404A;
}
</style>
background-color css
<style>
a { background-color: #55404A; }
a { background-color: rgb(85,64,74); }
div.DivClassName
{
background-color: #55404A;
}
.BgClassName
{
background-color: #55404A;
}
</style>
border-color css
<style>
span { border-color: #55404A; }
span { border-color: rgb(85,64,74); }
td.TdClassName
{
border-color: #55404A;
}
.TagClassName
{
border-color: #55404A;
}
</style>