Shades of Liver #554951
Tints of Liver #554951
RGB
CMYK
RGB Variations
Color information
#554951 (or 0x554951) is known color: Liver. HEX triplet: 55, 49 and 51. RGB value is (85,73,81). Sum of RGB (Red+Green+Blue) = 85+73+81=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554951 is #AAB6AE. Grayscale: #4D4D4D. Windows color (decimal): -11187887 or 5327189. OLE color: 5327189.
HSL color Cylindrical-coordinate representation of color #554951: hue angle of 320º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554951 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 81 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.67 |
| HSL | 320º | 0.08% | 0.31% | - |
| HSV(B) | 320º | 0.14% | 0.33% | - |
| XYZ | 7.61 | 7.29 | 8.79 | - |
| YUV | 77.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 81 | 0 | 0.14 | 0.05 | 0.67 | 320 | 0.08 | 0.31 |
| Hex | 55 | 49 | 51 | 0 | E | 5 | 43 | 140 | 8 | 1F |
| Octal | 125 | 111 | 121 | 0 | 16 | 5 | 103 | 500 | 10 | 37 |
| Binary | 1010101 | 1001001 | 1010001 | 0 | 1110 | 101 | 1000011 | 101000000 | 1000 | 11111 |
Color Harmonies of #554951
Complementary color
Monochromatic Colors of #554951
Black with #554951
Text Example
Text Example
White with #554951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554951; }
p { color: rgb(85,73,81); }
H1.HeaderClassName
{
color: #554951;
}
.AnyTagClassName
{
color: #554951;
}
</style>
background-color css
<style>
a { background-color: #554951; }
a { background-color: rgb(85,73,81); }
div.DivClassName
{
background-color: #554951;
}
.BgClassName
{
background-color: #554951;
}
</style>
border-color css
<style>
span { border-color: #554951; }
span { border-color: rgb(85,73,81); }
td.TdClassName
{
border-color: #554951;
}
.TagClassName
{
border-color: #554951;
}
</style>