Shades of Liver #54484E
Tints of Liver #54484E
RGB
CMYK
RGB Variations
Color information
#54484E (or 0x54484E) is known color: Liver. HEX triplet: 54, 48 and 4E. RGB value is (84,72,78). Sum of RGB (Red+Green+Blue) = 84+72+78=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #54484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54484E is #ABB7B1. Grayscale: #4C4C4C. Windows color (decimal): -11253682 or 5130324. OLE color: 5130324.
HSL color Cylindrical-coordinate representation of color #54484E: hue angle of 330º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #54484E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 78 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.67 |
| HSL | 330º | 0.08% | 0.31% | - |
| HSV(B) | 330º | 0.14% | 0.33% | - |
| XYZ | 7.35 | 7.07 | 8.18 | - |
| YUV | 76.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 78 | 0 | 0.14 | 0.07 | 0.67 | 330 | 0.08 | 0.31 |
| Hex | 54 | 48 | 4E | 0 | E | 7 | 43 | 14A | 8 | 1F |
| Octal | 124 | 110 | 116 | 0 | 16 | 7 | 103 | 512 | 10 | 37 |
| Binary | 1010100 | 1001000 | 1001110 | 0 | 1110 | 111 | 1000011 | 101001010 | 1000 | 11111 |
Color Harmonies of #54484E
Complementary color
Monochromatic Colors of #54484E
Black with #54484E
Text Example
Text Example
White with #54484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54484E; }
p { color: rgb(84,72,78); }
H1.HeaderClassName
{
color: #54484E;
}
.AnyTagClassName
{
color: #54484E;
}
</style>
background-color css
<style>
a { background-color: #54484E; }
a { background-color: rgb(84,72,78); }
div.DivClassName
{
background-color: #54484E;
}
.BgClassName
{
background-color: #54484E;
}
</style>
border-color css
<style>
span { border-color: #54484E; }
span { border-color: rgb(84,72,78); }
td.TdClassName
{
border-color: #54484E;
}
.TagClassName
{
border-color: #54484E;
}
</style>