Shades of Liver #52494F
Tints of Liver #52494F
RGB
CMYK
RGB Variations
Color information
#52494F (or 0x52494F) is known color: Liver. HEX triplet: 52, 49 and 4F. RGB value is (82,73,79). Sum of RGB (Red+Green+Blue) = 82+73+79=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #52494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52494F is #ADB6B0. Grayscale: #4C4C4C. Windows color (decimal): -11384497 or 5196114. OLE color: 5196114.
HSL color Cylindrical-coordinate representation of color #52494F: hue angle of 320º 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 #52494F is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 73 | 79 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.68 |
| HSL | 320º | 0.06% | 0.3% | - |
| HSV(B) | 320º | 0.11% | 0.32% | - |
| XYZ | 7.27 | 7.12 | 8.39 | - |
| YUV | 76.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 79 | 0 | 0.11 | 0.04 | 0.68 | 320 | 0.06 | 0.3 |
| Hex | 52 | 49 | 4F | 0 | B | 4 | 44 | 140 | 6 | 1E |
| Octal | 122 | 111 | 117 | 0 | 13 | 4 | 104 | 500 | 6 | 36 |
| Binary | 1010010 | 1001001 | 1001111 | 0 | 1011 | 100 | 1000100 | 101000000 | 110 | 11110 |
Color Harmonies of #52494F
Complementary color
Monochromatic Colors of #52494F
Black with #52494F
Text Example
Text Example
White with #52494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52494F; }
p { color: rgb(82,73,79); }
H1.HeaderClassName
{
color: #52494F;
}
.AnyTagClassName
{
color: #52494F;
}
</style>
background-color css
<style>
a { background-color: #52494F; }
a { background-color: rgb(82,73,79); }
div.DivClassName
{
background-color: #52494F;
}
.BgClassName
{
background-color: #52494F;
}
</style>
border-color css
<style>
span { border-color: #52494F; }
span { border-color: rgb(82,73,79); }
td.TdClassName
{
border-color: #52494F;
}
.TagClassName
{
border-color: #52494F;
}
</style>