Shades of Liver #52494E
Tints of Liver #52494E
RGB
CMYK
RGB Variations
Color information
#52494E (or 0x52494E) is known color: Liver. HEX triplet: 52, 49 and 4E. RGB value is (82,73,78). Sum of RGB (Red+Green+Blue) = 82+73+78=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #52494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52494E is #ADB6B1. Grayscale: #4C4C4C. Windows color (decimal): -11384498 or 5130578. OLE color: 5130578.
HSL color Cylindrical-coordinate representation of color #52494E: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52494E is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 78 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.68 |
| HSL | 326.67º | 0.06% | 0.3% | - |
| HSV(B) | 326.67º | 0.11% | 0.32% | - |
| XYZ | 7.24 | 7.11 | 8.2 | - |
| YUV | 76.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 78 | 0 | 0.11 | 0.05 | 0.68 | 326.67 | 0.06 | 0.3 |
| Hex | 52 | 49 | 4E | 0 | B | 5 | 44 | 147 | 6 | 1E |
| Octal | 122 | 111 | 116 | 0 | 13 | 5 | 104 | 507 | 6 | 36 |
| Binary | 1010010 | 1001001 | 1001110 | 0 | 1011 | 101 | 1000100 | 101000111 | 110 | 11110 |
Color Harmonies of #52494E
Complementary color
Monochromatic Colors of #52494E
Black with #52494E
Text Example
Text Example
White with #52494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52494E; }
p { color: rgb(82,73,78); }
H1.HeaderClassName
{
color: #52494E;
}
.AnyTagClassName
{
color: #52494E;
}
</style>
background-color css
<style>
a { background-color: #52494E; }
a { background-color: rgb(82,73,78); }
div.DivClassName
{
background-color: #52494E;
}
.BgClassName
{
background-color: #52494E;
}
</style>
border-color css
<style>
span { border-color: #52494E; }
span { border-color: rgb(82,73,78); }
td.TdClassName
{
border-color: #52494E;
}
.TagClassName
{
border-color: #52494E;
}
</style>