Shades of Liver #55424A
Tints of Liver #55424A
RGB
CMYK
RGB Variations
Color information
#55424A (or 0x55424A) is known color: Liver. HEX triplet: 55, 42 and 4A. RGB value is (85,66,74). Sum of RGB (Red+Green+Blue) = 85+66+74=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55424A is #AABDB5. Grayscale: #484848. Windows color (decimal): -11189686 or 4866645. OLE color: 4866645.
HSL color Cylindrical-coordinate representation of color #55424A: hue angle of 334.74º 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 #55424A is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 74 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.67 |
| HSL | 334.74º | 0.13% | 0.3% | - |
| HSV(B) | 334.74º | 0.22% | 0.33% | - |
| XYZ | 6.93 | 6.32 | 7.33 | - |
| YUV | 72.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 74 | 0 | 0.22 | 0.13 | 0.67 | 334.74 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4A | 0 | 16 | D | 43 | 14F | D | 1E |
| Octal | 125 | 102 | 112 | 0 | 26 | 15 | 103 | 517 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001010 | 0 | 10110 | 1101 | 1000011 | 101001111 | 1101 | 11110 |
Color Harmonies of #55424A
Complementary color
Monochromatic Colors of #55424A
Black with #55424A
Text Example
Text Example
White with #55424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424A; }
p { color: rgb(85,66,74); }
H1.HeaderClassName
{
color: #55424A;
}
.AnyTagClassName
{
color: #55424A;
}
</style>
background-color css
<style>
a { background-color: #55424A; }
a { background-color: rgb(85,66,74); }
div.DivClassName
{
background-color: #55424A;
}
.BgClassName
{
background-color: #55424A;
}
</style>
border-color css
<style>
span { border-color: #55424A; }
span { border-color: rgb(85,66,74); }
td.TdClassName
{
border-color: #55424A;
}
.TagClassName
{
border-color: #55424A;
}
</style>