Shades of Liver #54464D
Tints of Liver #54464D
RGB
CMYK
RGB Variations
Color information
#54464D (or 0x54464D) is known color: Liver. HEX triplet: 54, 46 and 4D. RGB value is (84,70,77). Sum of RGB (Red+Green+Blue) = 84+70+77=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54464D is #ABB9B2. Grayscale: #4A4A4A. Windows color (decimal): -11254195 or 5064276. OLE color: 5064276.
HSL color Cylindrical-coordinate representation of color #54464D: hue angle of 330º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #54464D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 77 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.67 |
| HSL | 330º | 0.09% | 0.3% | - |
| HSV(B) | 330º | 0.17% | 0.33% | - |
| XYZ | 7.19 | 6.8 | 7.96 | - |
| YUV | 74.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 77 | 0 | 0.17 | 0.08 | 0.67 | 330 | 0.09 | 0.3 |
| Hex | 54 | 46 | 4D | 0 | 11 | 8 | 43 | 14A | 9 | 1E |
| Octal | 124 | 106 | 115 | 0 | 21 | 10 | 103 | 512 | 11 | 36 |
| Binary | 1010100 | 1000110 | 1001101 | 0 | 10001 | 1000 | 1000011 | 101001010 | 1001 | 11110 |
Color Harmonies of #54464D
Complementary color
Monochromatic Colors of #54464D
Black with #54464D
Text Example
Text Example
White with #54464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54464D; }
p { color: rgb(84,70,77); }
H1.HeaderClassName
{
color: #54464D;
}
.AnyTagClassName
{
color: #54464D;
}
</style>
background-color css
<style>
a { background-color: #54464D; }
a { background-color: rgb(84,70,77); }
div.DivClassName
{
background-color: #54464D;
}
.BgClassName
{
background-color: #54464D;
}
</style>
border-color css
<style>
span { border-color: #54464D; }
span { border-color: rgb(84,70,77); }
td.TdClassName
{
border-color: #54464D;
}
.TagClassName
{
border-color: #54464D;
}
</style>