Shades of Liver #524E50
Tints of Liver #524E50
RGB
CMYK
RGB Variations
Color information
#524E50 (or 0x524E50) is known color: Liver. HEX triplet: 52, 4E and 50. RGB value is (82,78,80). Sum of RGB (Red+Green+Blue) = 82+78+80=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 82 - color contains mainly: red. Hex color #524E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E50 is #ADB1AF. Grayscale: #4F4F4F. Windows color (decimal): -11383216 or 5262930. OLE color: 5262930.
HSL color Cylindrical-coordinate representation of color #524E50: hue angle of 330º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524E50 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 80 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.68 |
| HSL | 330º | 0.03% | 0.31% | - |
| HSV(B) | 330º | 0.05% | 0.32% | - |
| XYZ | 7.65 | 7.82 | 8.7 | - |
| YUV | 79.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 80 | 0 | 0.05 | 0.02 | 0.68 | 330 | 0.03 | 0.31 |
| Hex | 52 | 4E | 50 | 0 | 5 | 2 | 44 | 14A | 2 | 1F |
| Octal | 122 | 116 | 120 | 0 | 5 | 2 | 104 | 512 | 2 | 37 |
| Binary | 1010010 | 1001110 | 1010000 | 0 | 101 | 10 | 1000100 | 101001010 | 10 | 11111 |
Color Harmonies of #524E50
Complementary color
Monochromatic Colors of #524E50
Black with #524E50
Text Example
Text Example
White with #524E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E50; }
p { color: rgb(82,78,80); }
H1.HeaderClassName
{
color: #524E50;
}
.AnyTagClassName
{
color: #524E50;
}
</style>
background-color css
<style>
a { background-color: #524E50; }
a { background-color: rgb(82,78,80); }
div.DivClassName
{
background-color: #524E50;
}
.BgClassName
{
background-color: #524E50;
}
</style>
border-color css
<style>
span { border-color: #524E50; }
span { border-color: rgb(82,78,80); }
td.TdClassName
{
border-color: #524E50;
}
.TagClassName
{
border-color: #524E50;
}
</style>