Shades of Liver #55474C
Tints of Liver #55474C
RGB
CMYK
RGB Variations
Color information
#55474C (or 0x55474C) is known color: Liver. HEX triplet: 55, 47 and 4C. RGB value is (85,71,76). Sum of RGB (Red+Green+Blue) = 85+71+76=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #55474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55474C is #AAB8B3. Grayscale: #4B4B4B. Windows color (decimal): -11188404 or 4998997. OLE color: 4998997.
HSL color Cylindrical-coordinate representation of color #55474C: hue angle of 338.57º 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 #55474C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 76 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.67 |
| HSL | 338.57º | 0.09% | 0.31% | - |
| HSV(B) | 338.57º | 0.16% | 0.33% | - |
| XYZ | 7.3 | 6.96 | 7.8 | - |
| YUV | 75.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 76 | 0 | 0.16 | 0.11 | 0.67 | 338.57 | 0.09 | 0.31 |
| Hex | 55 | 47 | 4C | 0 | 10 | B | 43 | 153 | 9 | 1F |
| Octal | 125 | 107 | 114 | 0 | 20 | 13 | 103 | 523 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1001100 | 0 | 10000 | 1011 | 1000011 | 101010011 | 1001 | 11111 |
Color Harmonies of #55474C
Complementary color
Monochromatic Colors of #55474C
Black with #55474C
Text Example
Text Example
White with #55474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55474C; }
p { color: rgb(85,71,76); }
H1.HeaderClassName
{
color: #55474C;
}
.AnyTagClassName
{
color: #55474C;
}
</style>
background-color css
<style>
a { background-color: #55474C; }
a { background-color: rgb(85,71,76); }
div.DivClassName
{
background-color: #55474C;
}
.BgClassName
{
background-color: #55474C;
}
</style>
border-color css
<style>
span { border-color: #55474C; }
span { border-color: rgb(85,71,76); }
td.TdClassName
{
border-color: #55474C;
}
.TagClassName
{
border-color: #55474C;
}
</style>