Shades of Liver #55414D
Tints of Liver #55414D
RGB
CMYK
RGB Variations
Color information
#55414D (or 0x55414D) is known color: Liver. HEX triplet: 55, 41 and 4D. RGB value is (85,65,77). Sum of RGB (Red+Green+Blue) = 85+65+77=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55414D is #AABEB2. Grayscale: #484848. Windows color (decimal): -11189939 or 5062997. OLE color: 5062997.
HSL color Cylindrical-coordinate representation of color #55414D: hue angle of 324º 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 #55414D is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 77 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.67 |
| HSL | 324º | 0.13% | 0.29% | - |
| HSV(B) | 324º | 0.24% | 0.33% | - |
| XYZ | 6.98 | 6.25 | 7.86 | - |
| YUV | 72.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 77 | 0 | 0.24 | 0.09 | 0.67 | 324 | 0.13 | 0.29 |
| Hex | 55 | 41 | 4D | 0 | 18 | 9 | 43 | 144 | D | 1D |
| Octal | 125 | 101 | 115 | 0 | 30 | 11 | 103 | 504 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1001101 | 0 | 11000 | 1001 | 1000011 | 101000100 | 1101 | 11101 |
Color Harmonies of #55414D
Complementary color
Monochromatic Colors of #55414D
Black with #55414D
Text Example
Text Example
White with #55414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55414D; }
p { color: rgb(85,65,77); }
H1.HeaderClassName
{
color: #55414D;
}
.AnyTagClassName
{
color: #55414D;
}
</style>
background-color css
<style>
a { background-color: #55414D; }
a { background-color: rgb(85,65,77); }
div.DivClassName
{
background-color: #55414D;
}
.BgClassName
{
background-color: #55414D;
}
</style>
border-color css
<style>
span { border-color: #55414D; }
span { border-color: rgb(85,65,77); }
td.TdClassName
{
border-color: #55414D;
}
.TagClassName
{
border-color: #55414D;
}
</style>