Shades of Liver #52474D
Tints of Liver #52474D
RGB
CMYK
RGB Variations
Color information
#52474D (or 0x52474D) is known color: Liver. HEX triplet: 52, 47 and 4D. RGB value is (82,71,77). Sum of RGB (Red+Green+Blue) = 82+71+77=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #52474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52474D is #ADB8B2. Grayscale: #4A4A4A. Windows color (decimal): -11385011 or 5064530. OLE color: 5064530.
HSL color Cylindrical-coordinate representation of color #52474D: hue angle of 327.27º 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 #52474D is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 77 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.68 |
| HSL | 327.27º | 0.07% | 0.3% | - |
| HSV(B) | 327.27º | 0.13% | 0.32% | - |
| XYZ | 7.07 | 6.84 | 7.97 | - |
| YUV | 74.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 77 | 0 | 0.13 | 0.06 | 0.68 | 327.27 | 0.07 | 0.3 |
| Hex | 52 | 47 | 4D | 0 | D | 6 | 44 | 147 | 7 | 1E |
| Octal | 122 | 107 | 115 | 0 | 15 | 6 | 104 | 507 | 7 | 36 |
| Binary | 1010010 | 1000111 | 1001101 | 0 | 1101 | 110 | 1000100 | 101000111 | 111 | 11110 |
Color Harmonies of #52474D
Complementary color
Monochromatic Colors of #52474D
Black with #52474D
Text Example
Text Example
White with #52474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52474D; }
p { color: rgb(82,71,77); }
H1.HeaderClassName
{
color: #52474D;
}
.AnyTagClassName
{
color: #52474D;
}
</style>
background-color css
<style>
a { background-color: #52474D; }
a { background-color: rgb(82,71,77); }
div.DivClassName
{
background-color: #52474D;
}
.BgClassName
{
background-color: #52474D;
}
</style>
border-color css
<style>
span { border-color: #52474D; }
span { border-color: rgb(82,71,77); }
td.TdClassName
{
border-color: #52474D;
}
.TagClassName
{
border-color: #52474D;
}
</style>