Shades of Liver #544E51
Tints of Liver #544E51
RGB
CMYK
RGB Variations
Color information
#544E51 (or 0x544E51) is known color: Liver. HEX triplet: 54, 4E and 51. RGB value is (84,78,81). Sum of RGB (Red+Green+Blue) = 84+78+81=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 84 - color contains mainly: red. Hex color #544E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E51 is #ABB1AE. Grayscale: #505050. Windows color (decimal): -11252143 or 5328468. OLE color: 5328468.
HSL color Cylindrical-coordinate representation of color #544E51: hue angle of 330º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E51 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 81 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.67 |
| HSL | 330º | 0.04% | 0.32% | - |
| HSV(B) | 330º | 0.07% | 0.33% | - |
| XYZ | 7.87 | 7.93 | 8.9 | - |
| YUV | 80.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 81 | 0 | 0.07 | 0.04 | 0.67 | 330 | 0.04 | 0.32 |
| Hex | 54 | 4E | 51 | 0 | 7 | 4 | 43 | 14A | 4 | 20 |
| Octal | 124 | 116 | 121 | 0 | 7 | 4 | 103 | 512 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1010001 | 0 | 111 | 100 | 1000011 | 101001010 | 100 | 100000 |
Color Harmonies of #544E51
Complementary color
Monochromatic Colors of #544E51
Black with #544E51
Text Example
Text Example
White with #544E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E51; }
p { color: rgb(84,78,81); }
H1.HeaderClassName
{
color: #544E51;
}
.AnyTagClassName
{
color: #544E51;
}
</style>
background-color css
<style>
a { background-color: #544E51; }
a { background-color: rgb(84,78,81); }
div.DivClassName
{
background-color: #544E51;
}
.BgClassName
{
background-color: #544E51;
}
</style>
border-color css
<style>
span { border-color: #544E51; }
span { border-color: rgb(84,78,81); }
td.TdClassName
{
border-color: #544E51;
}
.TagClassName
{
border-color: #544E51;
}
</style>