Shades of Liver #52494C
Tints of Liver #52494C
RGB
CMYK
RGB Variations
Color information
#52494C (or 0x52494C) is known color: Liver. HEX triplet: 52, 49 and 4C. RGB value is (82,73,76). Sum of RGB (Red+Green+Blue) = 82+73+76=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #52494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52494C is #ADB6B3. Grayscale: #4C4C4C. Windows color (decimal): -11384500 or 4999506. OLE color: 4999506.
HSL color Cylindrical-coordinate representation of color #52494C: hue angle of 340º 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 #52494C is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 76 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.68 |
| HSL | 340º | 0.06% | 0.3% | - |
| HSV(B) | 340º | 0.11% | 0.32% | - |
| XYZ | 7.17 | 7.08 | 7.83 | - |
| YUV | 76.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 76 | 0 | 0.11 | 0.07 | 0.68 | 340 | 0.06 | 0.3 |
| Hex | 52 | 49 | 4C | 0 | B | 7 | 44 | 154 | 6 | 1E |
| Octal | 122 | 111 | 114 | 0 | 13 | 7 | 104 | 524 | 6 | 36 |
| Binary | 1010010 | 1001001 | 1001100 | 0 | 1011 | 111 | 1000100 | 101010100 | 110 | 11110 |
Color Harmonies of #52494C
Complementary color
Monochromatic Colors of #52494C
Black with #52494C
Text Example
Text Example
White with #52494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52494C; }
p { color: rgb(82,73,76); }
H1.HeaderClassName
{
color: #52494C;
}
.AnyTagClassName
{
color: #52494C;
}
</style>
background-color css
<style>
a { background-color: #52494C; }
a { background-color: rgb(82,73,76); }
div.DivClassName
{
background-color: #52494C;
}
.BgClassName
{
background-color: #52494C;
}
</style>
border-color css
<style>
span { border-color: #52494C; }
span { border-color: rgb(82,73,76); }
td.TdClassName
{
border-color: #52494C;
}
.TagClassName
{
border-color: #52494C;
}
</style>