Shades of Liver #524C50
Tints of Liver #524C50
RGB
CMYK
RGB Variations
Color information
#524C50 (or 0x524C50) is known color: Liver. HEX triplet: 52, 4C and 50. RGB value is (82,76,80). Sum of RGB (Red+Green+Blue) = 82+76+80=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 82 - color contains mainly: red. Hex color #524C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C50 is #ADB3AF. Grayscale: #4E4E4E. Windows color (decimal): -11383728 or 5262418. OLE color: 5262418.
HSL color Cylindrical-coordinate representation of color #524C50: hue angle of 320º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #524C50 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 80 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.68 |
| HSL | 320º | 0.04% | 0.31% | - |
| HSV(B) | 320º | 0.07% | 0.32% | - |
| XYZ | 7.51 | 7.54 | 8.65 | - |
| YUV | 78.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 80 | 0 | 0.07 | 0.02 | 0.68 | 320 | 0.04 | 0.31 |
| Hex | 52 | 4C | 50 | 0 | 7 | 2 | 44 | 140 | 4 | 1F |
| Octal | 122 | 114 | 120 | 0 | 7 | 2 | 104 | 500 | 4 | 37 |
| Binary | 1010010 | 1001100 | 1010000 | 0 | 111 | 10 | 1000100 | 101000000 | 100 | 11111 |
Color Harmonies of #524C50
Complementary color
Monochromatic Colors of #524C50
Black with #524C50
Text Example
Text Example
White with #524C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C50; }
p { color: rgb(82,76,80); }
H1.HeaderClassName
{
color: #524C50;
}
.AnyTagClassName
{
color: #524C50;
}
</style>
background-color css
<style>
a { background-color: #524C50; }
a { background-color: rgb(82,76,80); }
div.DivClassName
{
background-color: #524C50;
}
.BgClassName
{
background-color: #524C50;
}
</style>
border-color css
<style>
span { border-color: #524C50; }
span { border-color: rgb(82,76,80); }
td.TdClassName
{
border-color: #524C50;
}
.TagClassName
{
border-color: #524C50;
}
</style>