Shades of Liver #55444C
Tints of Liver #55444C
RGB
CMYK
RGB Variations
Color information
#55444C (or 0x55444C) is known color: Liver. HEX triplet: 55, 44 and 4C. RGB value is (85,68,76). Sum of RGB (Red+Green+Blue) = 85+68+76=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55444C is #AABBB3. Grayscale: #494949. Windows color (decimal): -11189172 or 4998229. OLE color: 4998229.
HSL color Cylindrical-coordinate representation of color #55444C: hue angle of 331.76º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55444C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 76 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.67 |
| HSL | 331.76º | 0.11% | 0.3% | - |
| HSV(B) | 331.76º | 0.2% | 0.33% | - |
| XYZ | 7.12 | 6.59 | 7.73 | - |
| YUV | 74 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 76 | 0 | 0.20 | 0.11 | 0.67 | 331.76 | 0.11 | 0.3 |
| Hex | 55 | 44 | 4C | 0 | 14 | B | 43 | 14C | B | 1E |
| Octal | 125 | 104 | 114 | 0 | 24 | 13 | 103 | 514 | 13 | 36 |
| Binary | 1010101 | 1000100 | 1001100 | 0 | 10100 | 1011 | 1000011 | 101001100 | 1011 | 11110 |
Color Harmonies of #55444C
Complementary color
Monochromatic Colors of #55444C
Black with #55444C
Text Example
Text Example
White with #55444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55444C; }
p { color: rgb(85,68,76); }
H1.HeaderClassName
{
color: #55444C;
}
.AnyTagClassName
{
color: #55444C;
}
</style>
background-color css
<style>
a { background-color: #55444C; }
a { background-color: rgb(85,68,76); }
div.DivClassName
{
background-color: #55444C;
}
.BgClassName
{
background-color: #55444C;
}
</style>
border-color css
<style>
span { border-color: #55444C; }
span { border-color: rgb(85,68,76); }
td.TdClassName
{
border-color: #55444C;
}
.TagClassName
{
border-color: #55444C;
}
</style>