Shades of Liver #524A4D
Tints of Liver #524A4D
RGB
CMYK
RGB Variations
Color information
#524A4D (or 0x524A4D) is known color: Liver. HEX triplet: 52, 4A and 4D. RGB value is (82,74,77). Sum of RGB (Red+Green+Blue) = 82+74+77=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A4D is #ADB5B2. Grayscale: #4C4C4C. Windows color (decimal): -11384243 or 5065298. OLE color: 5065298.
HSL color Cylindrical-coordinate representation of color #524A4D: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524A4D is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 77 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.68 |
| HSL | 337.5º | 0.05% | 0.31% | - |
| HSV(B) | 337.5º | 0.1% | 0.32% | - |
| XYZ | 7.27 | 7.23 | 8.03 | - |
| YUV | 76.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 77 | 0 | 0.10 | 0.06 | 0.68 | 337.5 | 0.05 | 0.31 |
| Hex | 52 | 4A | 4D | 0 | A | 6 | 44 | 152 | 5 | 1F |
| Octal | 122 | 112 | 115 | 0 | 12 | 6 | 104 | 522 | 5 | 37 |
| Binary | 1010010 | 1001010 | 1001101 | 0 | 1010 | 110 | 1000100 | 101010010 | 101 | 11111 |
Color Harmonies of #524A4D
Complementary color
Monochromatic Colors of #524A4D
Black with #524A4D
Text Example
Text Example
White with #524A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A4D; }
p { color: rgb(82,74,77); }
H1.HeaderClassName
{
color: #524A4D;
}
.AnyTagClassName
{
color: #524A4D;
}
</style>
background-color css
<style>
a { background-color: #524A4D; }
a { background-color: rgb(82,74,77); }
div.DivClassName
{
background-color: #524A4D;
}
.BgClassName
{
background-color: #524A4D;
}
</style>
border-color css
<style>
span { border-color: #524A4D; }
span { border-color: rgb(82,74,77); }
td.TdClassName
{
border-color: #524A4D;
}
.TagClassName
{
border-color: #524A4D;
}
</style>