Shades of Liver #554D50
Tints of Liver #554D50
RGB
CMYK
RGB Variations
Color information
#554D50 (or 0x554D50) is known color: Liver. HEX triplet: 55, 4D and 50. RGB value is (85,77,80). Sum of RGB (Red+Green+Blue) = 85+77+80=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #554D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D50 is #AAB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11186864 or 5262677. OLE color: 5262677.
HSL color Cylindrical-coordinate representation of color #554D50: hue angle of 337.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 #554D50 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 80 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.67 |
| HSL | 337.5º | 0.05% | 0.32% | - |
| HSV(B) | 337.5º | 0.09% | 0.33% | - |
| XYZ | 7.85 | 7.82 | 8.68 | - |
| YUV | 79.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 80 | 0 | 0.09 | 0.06 | 0.67 | 337.5 | 0.05 | 0.32 |
| Hex | 55 | 4D | 50 | 0 | 9 | 6 | 43 | 152 | 5 | 20 |
| Octal | 125 | 115 | 120 | 0 | 11 | 6 | 103 | 522 | 5 | 40 |
| Binary | 1010101 | 1001101 | 1010000 | 0 | 1001 | 110 | 1000011 | 101010010 | 101 | 100000 |
Color Harmonies of #554D50
Complementary color
Monochromatic Colors of #554D50
Black with #554D50
Text Example
Text Example
White with #554D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D50; }
p { color: rgb(85,77,80); }
H1.HeaderClassName
{
color: #554D50;
}
.AnyTagClassName
{
color: #554D50;
}
</style>
background-color css
<style>
a { background-color: #554D50; }
a { background-color: rgb(85,77,80); }
div.DivClassName
{
background-color: #554D50;
}
.BgClassName
{
background-color: #554D50;
}
</style>
border-color css
<style>
span { border-color: #554D50; }
span { border-color: rgb(85,77,80); }
td.TdClassName
{
border-color: #554D50;
}
.TagClassName
{
border-color: #554D50;
}
</style>