Shades of Liver #55424C
Tints of Liver #55424C
RGB
CMYK
RGB Variations
Color information
#55424C (or 0x55424C) is known color: Liver. HEX triplet: 55, 42 and 4C. RGB value is (85,66,76). Sum of RGB (Red+Green+Blue) = 85+66+76=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55424C is #AABDB3. Grayscale: #484848. Windows color (decimal): -11189684 or 4997717. OLE color: 4997717.
HSL color Cylindrical-coordinate representation of color #55424C: hue angle of 328.42º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55424C is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 76 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.67 |
| HSL | 328.42º | 0.13% | 0.3% | - |
| HSV(B) | 328.42º | 0.22% | 0.33% | - |
| XYZ | 7 | 6.35 | 7.69 | - |
| YUV | 72.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 76 | 0 | 0.22 | 0.11 | 0.67 | 328.42 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4C | 0 | 16 | B | 43 | 148 | D | 1E |
| Octal | 125 | 102 | 114 | 0 | 26 | 13 | 103 | 510 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001100 | 0 | 10110 | 1011 | 1000011 | 101001000 | 1101 | 11110 |
Color Harmonies of #55424C
Complementary color
Monochromatic Colors of #55424C
Black with #55424C
Text Example
Text Example
White with #55424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424C; }
p { color: rgb(85,66,76); }
H1.HeaderClassName
{
color: #55424C;
}
.AnyTagClassName
{
color: #55424C;
}
</style>
background-color css
<style>
a { background-color: #55424C; }
a { background-color: rgb(85,66,76); }
div.DivClassName
{
background-color: #55424C;
}
.BgClassName
{
background-color: #55424C;
}
</style>
border-color css
<style>
span { border-color: #55424C; }
span { border-color: rgb(85,66,76); }
td.TdClassName
{
border-color: #55424C;
}
.TagClassName
{
border-color: #55424C;
}
</style>