Shades of Liver #55414C
Tints of Liver #55414C
RGB
CMYK
RGB Variations
Color information
#55414C (or 0x55414C) is known color: Liver. HEX triplet: 55, 41 and 4C. RGB value is (85,65,76). Sum of RGB (Red+Green+Blue) = 85+65+76=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55414C is #AABEB3. Grayscale: #484848. Windows color (decimal): -11189940 or 4997461. OLE color: 4997461.
HSL color Cylindrical-coordinate representation of color #55414C: hue angle of 327º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55414C is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 76 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.67 |
| HSL | 327º | 0.13% | 0.29% | - |
| HSV(B) | 327º | 0.24% | 0.33% | - |
| XYZ | 6.94 | 6.23 | 7.67 | - |
| YUV | 72.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 76 | 0 | 0.24 | 0.11 | 0.67 | 327 | 0.13 | 0.29 |
| Hex | 55 | 41 | 4C | 0 | 18 | B | 43 | 147 | D | 1D |
| Octal | 125 | 101 | 114 | 0 | 30 | 13 | 103 | 507 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1001100 | 0 | 11000 | 1011 | 1000011 | 101000111 | 1101 | 11101 |
Color Harmonies of #55414C
Complementary color
Monochromatic Colors of #55414C
Black with #55414C
Text Example
Text Example
White with #55414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55414C; }
p { color: rgb(85,65,76); }
H1.HeaderClassName
{
color: #55414C;
}
.AnyTagClassName
{
color: #55414C;
}
</style>
background-color css
<style>
a { background-color: #55414C; }
a { background-color: rgb(85,65,76); }
div.DivClassName
{
background-color: #55414C;
}
.BgClassName
{
background-color: #55414C;
}
</style>
border-color css
<style>
span { border-color: #55414C; }
span { border-color: rgb(85,65,76); }
td.TdClassName
{
border-color: #55414C;
}
.TagClassName
{
border-color: #55414C;
}
</style>