Shades of Liver #554D52
Tints of Liver #554D52
RGB
CMYK
RGB Variations
Color information
#554D52 (or 0x554D52) is known color: Liver. HEX triplet: 55, 4D and 52. RGB value is (85,77,82). Sum of RGB (Red+Green+Blue) = 85+77+82=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #554D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D52 is #AAB2AD. Grayscale: #4F4F4F. Windows color (decimal): -11186862 or 5393749. OLE color: 5393749.
HSL color Cylindrical-coordinate representation of color #554D52: hue angle of 322.5º 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 #554D52 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 82 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.67 |
| HSL | 322.5º | 0.05% | 0.32% | - |
| HSV(B) | 322.5º | 0.09% | 0.33% | - |
| XYZ | 7.92 | 7.85 | 9.08 | - |
| YUV | 79.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 82 | 0 | 0.09 | 0.04 | 0.67 | 322.5 | 0.05 | 0.32 |
| Hex | 55 | 4D | 52 | 0 | 9 | 4 | 43 | 142 | 5 | 20 |
| Octal | 125 | 115 | 122 | 0 | 11 | 4 | 103 | 502 | 5 | 40 |
| Binary | 1010101 | 1001101 | 1010010 | 0 | 1001 | 100 | 1000011 | 101000010 | 101 | 100000 |
Color Harmonies of #554D52
Complementary color
Monochromatic Colors of #554D52
Black with #554D52
Text Example
Text Example
White with #554D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D52; }
p { color: rgb(85,77,82); }
H1.HeaderClassName
{
color: #554D52;
}
.AnyTagClassName
{
color: #554D52;
}
</style>
background-color css
<style>
a { background-color: #554D52; }
a { background-color: rgb(85,77,82); }
div.DivClassName
{
background-color: #554D52;
}
.BgClassName
{
background-color: #554D52;
}
</style>
border-color css
<style>
span { border-color: #554D52; }
span { border-color: rgb(85,77,82); }
td.TdClassName
{
border-color: #554D52;
}
.TagClassName
{
border-color: #554D52;
}
</style>