Shades of Liver #54464F
Tints of Liver #54464F
RGB
CMYK
RGB Variations
Color information
#54464F (or 0x54464F) is known color: Liver. HEX triplet: 54, 46 and 4F. RGB value is (84,70,79). Sum of RGB (Red+Green+Blue) = 84+70+79=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #54464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54464F is #ABB9B0. Grayscale: #4B4B4B. Windows color (decimal): -11254193 or 5195348. OLE color: 5195348.
HSL color Cylindrical-coordinate representation of color #54464F: hue angle of 321.43º 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 #54464F is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 79 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.67 |
| HSL | 321.43º | 0.09% | 0.3% | - |
| HSV(B) | 321.43º | 0.17% | 0.33% | - |
| XYZ | 7.26 | 6.83 | 8.33 | - |
| YUV | 75.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 79 | 0 | 0.17 | 0.06 | 0.67 | 321.43 | 0.09 | 0.3 |
| Hex | 54 | 46 | 4F | 0 | 11 | 6 | 43 | 141 | 9 | 1E |
| Octal | 124 | 106 | 117 | 0 | 21 | 6 | 103 | 501 | 11 | 36 |
| Binary | 1010100 | 1000110 | 1001111 | 0 | 10001 | 110 | 1000011 | 101000001 | 1001 | 11110 |
Color Harmonies of #54464F
Complementary color
Monochromatic Colors of #54464F
Black with #54464F
Text Example
Text Example
White with #54464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54464F; }
p { color: rgb(84,70,79); }
H1.HeaderClassName
{
color: #54464F;
}
.AnyTagClassName
{
color: #54464F;
}
</style>
background-color css
<style>
a { background-color: #54464F; }
a { background-color: rgb(84,70,79); }
div.DivClassName
{
background-color: #54464F;
}
.BgClassName
{
background-color: #54464F;
}
</style>
border-color css
<style>
span { border-color: #54464F; }
span { border-color: rgb(84,70,79); }
td.TdClassName
{
border-color: #54464F;
}
.TagClassName
{
border-color: #54464F;
}
</style>