Shades of Liver #55474F
Tints of Liver #55474F
RGB
CMYK
RGB Variations
Color information
#55474F (or 0x55474F) is known color: Liver. HEX triplet: 55, 47 and 4F. RGB value is (85,71,79). Sum of RGB (Red+Green+Blue) = 85+71+79=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #55474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55474F is #AAB8B0. Grayscale: #4C4C4C. Windows color (decimal): -11188401 or 5195605. OLE color: 5195605.
HSL color Cylindrical-coordinate representation of color #55474F: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55474F is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 79 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.67 |
| HSL | 325.71º | 0.09% | 0.31% | - |
| HSV(B) | 325.71º | 0.16% | 0.33% | - |
| XYZ | 7.41 | 7 | 8.36 | - |
| YUV | 76.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 79 | 0 | 0.16 | 0.07 | 0.67 | 325.71 | 0.09 | 0.31 |
| Hex | 55 | 47 | 4F | 0 | 10 | 7 | 43 | 146 | 9 | 1F |
| Octal | 125 | 107 | 117 | 0 | 20 | 7 | 103 | 506 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1001111 | 0 | 10000 | 111 | 1000011 | 101000110 | 1001 | 11111 |
Color Harmonies of #55474F
Complementary color
Monochromatic Colors of #55474F
Black with #55474F
Text Example
Text Example
White with #55474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55474F; }
p { color: rgb(85,71,79); }
H1.HeaderClassName
{
color: #55474F;
}
.AnyTagClassName
{
color: #55474F;
}
</style>
background-color css
<style>
a { background-color: #55474F; }
a { background-color: rgb(85,71,79); }
div.DivClassName
{
background-color: #55474F;
}
.BgClassName
{
background-color: #55474F;
}
</style>
border-color css
<style>
span { border-color: #55474F; }
span { border-color: rgb(85,71,79); }
td.TdClassName
{
border-color: #55474F;
}
.TagClassName
{
border-color: #55474F;
}
</style>