Shades of Liver #55454B
Tints of Liver #55454B
RGB
CMYK
RGB Variations
Color information
#55454B (or 0x55454B) is known color: Liver. HEX triplet: 55, 45 and 4B. RGB value is (85,69,75). Sum of RGB (Red+Green+Blue) = 85+69+75=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55454B is #AABAB4. Grayscale: #4A4A4A. Windows color (decimal): -11188917 or 4932949. OLE color: 4932949.
HSL color Cylindrical-coordinate representation of color #55454B: hue angle of 337.5º 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 #55454B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 75 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.67 |
| HSL | 337.5º | 0.1% | 0.3% | - |
| HSV(B) | 337.5º | 0.19% | 0.33% | - |
| XYZ | 7.14 | 6.7 | 7.57 | - |
| YUV | 74.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 75 | 0 | 0.19 | 0.12 | 0.67 | 337.5 | 0.1 | 0.3 |
| Hex | 55 | 45 | 4B | 0 | 13 | C | 43 | 152 | A | 1E |
| Octal | 125 | 105 | 113 | 0 | 23 | 14 | 103 | 522 | 12 | 36 |
| Binary | 1010101 | 1000101 | 1001011 | 0 | 10011 | 1100 | 1000011 | 101010010 | 1010 | 11110 |
Color Harmonies of #55454B
Complementary color
Monochromatic Colors of #55454B
Black with #55454B
Text Example
Text Example
White with #55454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55454B; }
p { color: rgb(85,69,75); }
H1.HeaderClassName
{
color: #55454B;
}
.AnyTagClassName
{
color: #55454B;
}
</style>
background-color css
<style>
a { background-color: #55454B; }
a { background-color: rgb(85,69,75); }
div.DivClassName
{
background-color: #55454B;
}
.BgClassName
{
background-color: #55454B;
}
</style>
border-color css
<style>
span { border-color: #55454B; }
span { border-color: rgb(85,69,75); }
td.TdClassName
{
border-color: #55454B;
}
.TagClassName
{
border-color: #55454B;
}
</style>