Shades of Liver #544F51
Tints of Liver #544F51
RGB
CMYK
RGB Variations
Color information
#544F51 (or 0x544F51) is known color: Liver. HEX triplet: 54, 4F and 51. RGB value is (84,79,81). Sum of RGB (Red+Green+Blue) = 84+79+81=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 84 - color contains mainly: red. Hex color #544F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F51 is #ABB0AE. Grayscale: #505050. Windows color (decimal): -11251887 or 5328724. OLE color: 5328724.
HSL color Cylindrical-coordinate representation of color #544F51: hue angle of 336º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #544F51 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 81 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.67 |
| HSL | 336º | 0.03% | 0.32% | - |
| HSV(B) | 336º | 0.06% | 0.33% | - |
| XYZ | 7.94 | 8.07 | 8.92 | - |
| YUV | 80.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 81 | 0 | 0.06 | 0.04 | 0.67 | 336 | 0.03 | 0.32 |
| Hex | 54 | 4F | 51 | 0 | 6 | 4 | 43 | 150 | 3 | 20 |
| Octal | 124 | 117 | 121 | 0 | 6 | 4 | 103 | 520 | 3 | 40 |
| Binary | 1010100 | 1001111 | 1010001 | 0 | 110 | 100 | 1000011 | 101010000 | 11 | 100000 |
Color Harmonies of #544F51
Complementary color
Monochromatic Colors of #544F51
Black with #544F51
Text Example
Text Example
White with #544F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F51; }
p { color: rgb(84,79,81); }
H1.HeaderClassName
{
color: #544F51;
}
.AnyTagClassName
{
color: #544F51;
}
</style>
background-color css
<style>
a { background-color: #544F51; }
a { background-color: rgb(84,79,81); }
div.DivClassName
{
background-color: #544F51;
}
.BgClassName
{
background-color: #544F51;
}
</style>
border-color css
<style>
span { border-color: #544F51; }
span { border-color: rgb(84,79,81); }
td.TdClassName
{
border-color: #544F51;
}
.TagClassName
{
border-color: #544F51;
}
</style>