Shades of Liver #544D50
Tints of Liver #544D50
RGB
CMYK
RGB Variations
Color information
#544D50 (or 0x544D50) is known color: Liver. HEX triplet: 54, 4D and 50. RGB value is (84,77,80). Sum of RGB (Red+Green+Blue) = 84+77+80=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D50 is #ABB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11252400 or 5262676. OLE color: 5262676.
HSL color Cylindrical-coordinate representation of color #544D50: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544D50 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 80 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.67 |
| HSL | 334.29º | 0.04% | 0.32% | - |
| HSV(B) | 334.29º | 0.08% | 0.33% | - |
| XYZ | 7.76 | 7.77 | 8.68 | - |
| YUV | 79.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 80 | 0 | 0.08 | 0.05 | 0.67 | 334.29 | 0.04 | 0.32 |
| Hex | 54 | 4D | 50 | 0 | 8 | 5 | 43 | 14E | 4 | 20 |
| Octal | 124 | 115 | 120 | 0 | 10 | 5 | 103 | 516 | 4 | 40 |
| Binary | 1010100 | 1001101 | 1010000 | 0 | 1000 | 101 | 1000011 | 101001110 | 100 | 100000 |
Color Harmonies of #544D50
Complementary color
Monochromatic Colors of #544D50
Black with #544D50
Text Example
Text Example
White with #544D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D50; }
p { color: rgb(84,77,80); }
H1.HeaderClassName
{
color: #544D50;
}
.AnyTagClassName
{
color: #544D50;
}
</style>
background-color css
<style>
a { background-color: #544D50; }
a { background-color: rgb(84,77,80); }
div.DivClassName
{
background-color: #544D50;
}
.BgClassName
{
background-color: #544D50;
}
</style>
border-color css
<style>
span { border-color: #544D50; }
span { border-color: rgb(84,77,80); }
td.TdClassName
{
border-color: #544D50;
}
.TagClassName
{
border-color: #544D50;
}
</style>