Shades of Liver #55424B
Tints of Liver #55424B
RGB
CMYK
RGB Variations
Color information
#55424B (or 0x55424B) is known color: Liver. HEX triplet: 55, 42 and 4B. RGB value is (85,66,75). Sum of RGB (Red+Green+Blue) = 85+66+75=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55424B is #AABDB4. Grayscale: #484848. Windows color (decimal): -11189685 or 4932181. OLE color: 4932181.
HSL color Cylindrical-coordinate representation of color #55424B: hue angle of 331.58º 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 #55424B is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 75 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.67 |
| HSL | 331.58º | 0.13% | 0.3% | - |
| HSV(B) | 331.58º | 0.22% | 0.33% | - |
| XYZ | 6.96 | 6.34 | 7.51 | - |
| YUV | 72.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 75 | 0 | 0.22 | 0.12 | 0.67 | 331.58 | 0.13 | 0.3 |
| Hex | 55 | 42 | 4B | 0 | 16 | C | 43 | 14C | D | 1E |
| Octal | 125 | 102 | 113 | 0 | 26 | 14 | 103 | 514 | 15 | 36 |
| Binary | 1010101 | 1000010 | 1001011 | 0 | 10110 | 1100 | 1000011 | 101001100 | 1101 | 11110 |
Color Harmonies of #55424B
Complementary color
Monochromatic Colors of #55424B
Black with #55424B
Text Example
Text Example
White with #55424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55424B; }
p { color: rgb(85,66,75); }
H1.HeaderClassName
{
color: #55424B;
}
.AnyTagClassName
{
color: #55424B;
}
</style>
background-color css
<style>
a { background-color: #55424B; }
a { background-color: rgb(85,66,75); }
div.DivClassName
{
background-color: #55424B;
}
.BgClassName
{
background-color: #55424B;
}
</style>
border-color css
<style>
span { border-color: #55424B; }
span { border-color: rgb(85,66,75); }
td.TdClassName
{
border-color: #55424B;
}
.TagClassName
{
border-color: #55424B;
}
</style>