Shades of Liver #55454C
Tints of Liver #55454C
RGB
CMYK
RGB Variations
Color information
#55454C (or 0x55454C) is known color: Liver. HEX triplet: 55, 45 and 4C. RGB value is (85,69,76). Sum of RGB (Red+Green+Blue) = 85+69+76=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55454C is #AABAB3. Grayscale: #4A4A4A. Windows color (decimal): -11188916 or 4998485. OLE color: 4998485.
HSL color Cylindrical-coordinate representation of color #55454C: hue angle of 333.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55454C is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 76 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.67 |
| HSL | 333.75º | 0.1% | 0.3% | - |
| HSV(B) | 333.75º | 0.19% | 0.33% | - |
| XYZ | 7.18 | 6.71 | 7.75 | - |
| YUV | 74.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 76 | 0 | 0.19 | 0.11 | 0.67 | 333.75 | 0.1 | 0.3 |
| Hex | 55 | 45 | 4C | 0 | 13 | B | 43 | 14E | A | 1E |
| Octal | 125 | 105 | 114 | 0 | 23 | 13 | 103 | 516 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1001100 | 0 | 10011 | 1011 | 1000011 | 101001110 | 1010 | 11110 |
Color Harmonies of #55454C
Complementary color
Monochromatic Colors of #55454C
Black with #55454C
Text Example
Text Example
White with #55454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55454C; }
p { color: rgb(85,69,76); }
H1.HeaderClassName
{
color: #55454C;
}
.AnyTagClassName
{
color: #55454C;
}
</style>
background-color css
<style>
a { background-color: #55454C; }
a { background-color: rgb(85,69,76); }
div.DivClassName
{
background-color: #55454C;
}
.BgClassName
{
background-color: #55454C;
}
</style>
border-color css
<style>
span { border-color: #55454C; }
span { border-color: rgb(85,69,76); }
td.TdClassName
{
border-color: #55454C;
}
.TagClassName
{
border-color: #55454C;
}
</style>