Shades of Liver #554049
Tints of Liver #554049
RGB
CMYK
RGB Variations
Color information
#554049 (or 0x554049) is known color: Liver. HEX triplet: 55, 40 and 49. RGB value is (85,64,73). Sum of RGB (Red+Green+Blue) = 85+64+73=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554049 is #AABFB6. Grayscale: #474747. Windows color (decimal): -11190199 or 4800597. OLE color: 4800597.
HSL color Cylindrical-coordinate representation of color #554049: hue angle of 334.29º 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 #554049 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 73 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.67 |
| HSL | 334.29º | 0.14% | 0.29% | - |
| HSV(B) | 334.29º | 0.25% | 0.33% | - |
| XYZ | 6.78 | 6.08 | 7.12 | - |
| YUV | 71.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 73 | 0 | 0.25 | 0.14 | 0.67 | 334.29 | 0.14 | 0.29 |
| Hex | 55 | 40 | 49 | 0 | 19 | E | 43 | 14E | E | 1D |
| Octal | 125 | 100 | 111 | 0 | 31 | 16 | 103 | 516 | 16 | 35 |
| Binary | 1010101 | 1000000 | 1001001 | 0 | 11001 | 1110 | 1000011 | 101001110 | 1110 | 11101 |
Color Harmonies of #554049
Complementary color
Monochromatic Colors of #554049
Black with #554049
Text Example
Text Example
White with #554049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554049; }
p { color: rgb(85,64,73); }
H1.HeaderClassName
{
color: #554049;
}
.AnyTagClassName
{
color: #554049;
}
</style>
background-color css
<style>
a { background-color: #554049; }
a { background-color: rgb(85,64,73); }
div.DivClassName
{
background-color: #554049;
}
.BgClassName
{
background-color: #554049;
}
</style>
border-color css
<style>
span { border-color: #554049; }
span { border-color: rgb(85,64,73); }
td.TdClassName
{
border-color: #554049;
}
.TagClassName
{
border-color: #554049;
}
</style>