Shades of Liver #554D51
Tints of Liver #554D51
RGB
CMYK
RGB Variations
Color information
#554D51 (or 0x554D51) is known color: Liver. HEX triplet: 55, 4D and 51. RGB value is (85,77,81). Sum of RGB (Red+Green+Blue) = 85+77+81=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #554D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D51 is #AAB2AE. Grayscale: #4F4F4F. Windows color (decimal): -11186863 or 5328213. OLE color: 5328213.
HSL color Cylindrical-coordinate representation of color #554D51: hue angle of 330º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554D51 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 81 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.67 |
| HSL | 330º | 0.05% | 0.32% | - |
| HSV(B) | 330º | 0.09% | 0.33% | - |
| XYZ | 7.89 | 7.83 | 8.88 | - |
| YUV | 79.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 81 | 0 | 0.09 | 0.05 | 0.67 | 330 | 0.05 | 0.32 |
| Hex | 55 | 4D | 51 | 0 | 9 | 5 | 43 | 14A | 5 | 20 |
| Octal | 125 | 115 | 121 | 0 | 11 | 5 | 103 | 512 | 5 | 40 |
| Binary | 1010101 | 1001101 | 1010001 | 0 | 1001 | 101 | 1000011 | 101001010 | 101 | 100000 |
Color Harmonies of #554D51
Complementary color
Monochromatic Colors of #554D51
Black with #554D51
Text Example
Text Example
White with #554D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D51; }
p { color: rgb(85,77,81); }
H1.HeaderClassName
{
color: #554D51;
}
.AnyTagClassName
{
color: #554D51;
}
</style>
background-color css
<style>
a { background-color: #554D51; }
a { background-color: rgb(85,77,81); }
div.DivClassName
{
background-color: #554D51;
}
.BgClassName
{
background-color: #554D51;
}
</style>
border-color css
<style>
span { border-color: #554D51; }
span { border-color: rgb(85,77,81); }
td.TdClassName
{
border-color: #554D51;
}
.TagClassName
{
border-color: #554D51;
}
</style>