Shades of Liver #54464B
Tints of Liver #54464B
RGB
CMYK
RGB Variations
Color information
#54464B (or 0x54464B) is known color: Liver. HEX triplet: 54, 46 and 4B. RGB value is (84,70,75). Sum of RGB (Red+Green+Blue) = 84+70+75=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #54464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54464B is #ABB9B4. Grayscale: #4A4A4A. Windows color (decimal): -11254197 or 4933204. OLE color: 4933204.
HSL color Cylindrical-coordinate representation of color #54464B: hue angle of 338.57º 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 #54464B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 75 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.67 |
| HSL | 338.57º | 0.09% | 0.3% | - |
| HSV(B) | 338.57º | 0.17% | 0.33% | - |
| XYZ | 7.12 | 6.77 | 7.59 | - |
| YUV | 74.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 75 | 0 | 0.17 | 0.11 | 0.67 | 338.57 | 0.09 | 0.3 |
| Hex | 54 | 46 | 4B | 0 | 11 | B | 43 | 153 | 9 | 1E |
| Octal | 124 | 106 | 113 | 0 | 21 | 13 | 103 | 523 | 11 | 36 |
| Binary | 1010100 | 1000110 | 1001011 | 0 | 10001 | 1011 | 1000011 | 101010011 | 1001 | 11110 |
Color Harmonies of #54464B
Complementary color
Monochromatic Colors of #54464B
Black with #54464B
Text Example
Text Example
White with #54464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54464B; }
p { color: rgb(84,70,75); }
H1.HeaderClassName
{
color: #54464B;
}
.AnyTagClassName
{
color: #54464B;
}
</style>
background-color css
<style>
a { background-color: #54464B; }
a { background-color: rgb(84,70,75); }
div.DivClassName
{
background-color: #54464B;
}
.BgClassName
{
background-color: #54464B;
}
</style>
border-color css
<style>
span { border-color: #54464B; }
span { border-color: rgb(84,70,75); }
td.TdClassName
{
border-color: #54464B;
}
.TagClassName
{
border-color: #54464B;
}
</style>