Shades of Liver #53464E
Tints of Liver #53464E
RGB
CMYK
RGB Variations
Color information
#53464E (or 0x53464E) is known color: Liver. HEX triplet: 53, 46 and 4E. RGB value is (83,70,78). Sum of RGB (Red+Green+Blue) = 83+70+78=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #53464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53464E is #ACB9B1. Grayscale: #4A4A4A. Windows color (decimal): -11319730 or 5129811. OLE color: 5129811.
HSL color Cylindrical-coordinate representation of color #53464E: hue angle of 323.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53464E is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 78 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.67 |
| HSL | 323.08º | 0.08% | 0.3% | - |
| HSV(B) | 323.08º | 0.16% | 0.33% | - |
| XYZ | 7.13 | 6.77 | 8.14 | - |
| YUV | 74.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 78 | 0 | 0.16 | 0.06 | 0.67 | 323.08 | 0.08 | 0.3 |
| Hex | 53 | 46 | 4E | 0 | 10 | 6 | 43 | 143 | 8 | 1E |
| Octal | 123 | 106 | 116 | 0 | 20 | 6 | 103 | 503 | 10 | 36 |
| Binary | 1010011 | 1000110 | 1001110 | 0 | 10000 | 110 | 1000011 | 101000011 | 1000 | 11110 |
Color Harmonies of #53464E
Complementary color
Monochromatic Colors of #53464E
Black with #53464E
Text Example
Text Example
White with #53464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53464E; }
p { color: rgb(83,70,78); }
H1.HeaderClassName
{
color: #53464E;
}
.AnyTagClassName
{
color: #53464E;
}
</style>
background-color css
<style>
a { background-color: #53464E; }
a { background-color: rgb(83,70,78); }
div.DivClassName
{
background-color: #53464E;
}
.BgClassName
{
background-color: #53464E;
}
</style>
border-color css
<style>
span { border-color: #53464E; }
span { border-color: rgb(83,70,78); }
td.TdClassName
{
border-color: #53464E;
}
.TagClassName
{
border-color: #53464E;
}
</style>