Shades of Liver #52474E
Tints of Liver #52474E
RGB
CMYK
RGB Variations
Color information
#52474E (or 0x52474E) is known color: Liver. HEX triplet: 52, 47 and 4E. RGB value is (82,71,78). Sum of RGB (Red+Green+Blue) = 82+71+78=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #52474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52474E is #ADB8B1. Grayscale: #4B4B4B. Windows color (decimal): -11385010 or 5130066. OLE color: 5130066.
HSL color Cylindrical-coordinate representation of color #52474E: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52474E is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 78 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.68 |
| HSL | 321.82º | 0.07% | 0.3% | - |
| HSV(B) | 321.82º | 0.13% | 0.32% | - |
| XYZ | 7.11 | 6.85 | 8.16 | - |
| YUV | 75.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 78 | 0 | 0.13 | 0.05 | 0.68 | 321.82 | 0.07 | 0.3 |
| Hex | 52 | 47 | 4E | 0 | D | 5 | 44 | 142 | 7 | 1E |
| Octal | 122 | 107 | 116 | 0 | 15 | 5 | 104 | 502 | 7 | 36 |
| Binary | 1010010 | 1000111 | 1001110 | 0 | 1101 | 101 | 1000100 | 101000010 | 111 | 11110 |
Color Harmonies of #52474E
Complementary color
Monochromatic Colors of #52474E
Black with #52474E
Text Example
Text Example
White with #52474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52474E; }
p { color: rgb(82,71,78); }
H1.HeaderClassName
{
color: #52474E;
}
.AnyTagClassName
{
color: #52474E;
}
</style>
background-color css
<style>
a { background-color: #52474E; }
a { background-color: rgb(82,71,78); }
div.DivClassName
{
background-color: #52474E;
}
.BgClassName
{
background-color: #52474E;
}
</style>
border-color css
<style>
span { border-color: #52474E; }
span { border-color: rgb(82,71,78); }
td.TdClassName
{
border-color: #52474E;
}
.TagClassName
{
border-color: #52474E;
}
</style>