Shades of Liver #53464D
Tints of Liver #53464D
RGB
CMYK
RGB Variations
Color information
#53464D (or 0x53464D) is known color: Liver. HEX triplet: 53, 46 and 4D. RGB value is (83,70,77). Sum of RGB (Red+Green+Blue) = 83+70+77=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53464D is #ACB9B2. Grayscale: #4A4A4A. Windows color (decimal): -11319731 or 5064275. OLE color: 5064275.
HSL color Cylindrical-coordinate representation of color #53464D: hue angle of 327.69º 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 #53464D is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 77 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.67 |
| HSL | 327.69º | 0.08% | 0.3% | - |
| HSV(B) | 327.69º | 0.16% | 0.33% | - |
| XYZ | 7.1 | 6.76 | 7.95 | - |
| YUV | 74.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 77 | 0 | 0.16 | 0.07 | 0.67 | 327.69 | 0.08 | 0.3 |
| Hex | 53 | 46 | 4D | 0 | 10 | 7 | 43 | 148 | 8 | 1E |
| Octal | 123 | 106 | 115 | 0 | 20 | 7 | 103 | 510 | 10 | 36 |
| Binary | 1010011 | 1000110 | 1001101 | 0 | 10000 | 111 | 1000011 | 101001000 | 1000 | 11110 |
Color Harmonies of #53464D
Complementary color
Monochromatic Colors of #53464D
Black with #53464D
Text Example
Text Example
White with #53464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53464D; }
p { color: rgb(83,70,77); }
H1.HeaderClassName
{
color: #53464D;
}
.AnyTagClassName
{
color: #53464D;
}
</style>
background-color css
<style>
a { background-color: #53464D; }
a { background-color: rgb(83,70,77); }
div.DivClassName
{
background-color: #53464D;
}
.BgClassName
{
background-color: #53464D;
}
</style>
border-color css
<style>
span { border-color: #53464D; }
span { border-color: rgb(83,70,77); }
td.TdClassName
{
border-color: #53464D;
}
.TagClassName
{
border-color: #53464D;
}
</style>