Shades of Liver #524A4E
Tints of Liver #524A4E
RGB
CMYK
RGB Variations
Color information
#524A4E (or 0x524A4E) is known color: Liver. HEX triplet: 52, 4A and 4E. RGB value is (82,74,78). Sum of RGB (Red+Green+Blue) = 82+74+78=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #524A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A4E is #ADB5B1. Grayscale: #4C4C4C. Windows color (decimal): -11384242 or 5130834. OLE color: 5130834.
HSL color Cylindrical-coordinate representation of color #524A4E: hue angle of 330º 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 #524A4E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 78 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.68 |
| HSL | 330º | 0.05% | 0.31% | - |
| HSV(B) | 330º | 0.1% | 0.32% | - |
| XYZ | 7.3 | 7.24 | 8.22 | - |
| YUV | 76.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 78 | 0 | 0.10 | 0.05 | 0.68 | 330 | 0.05 | 0.31 |
| Hex | 52 | 4A | 4E | 0 | A | 5 | 44 | 14A | 5 | 1F |
| Octal | 122 | 112 | 116 | 0 | 12 | 5 | 104 | 512 | 5 | 37 |
| Binary | 1010010 | 1001010 | 1001110 | 0 | 1010 | 101 | 1000100 | 101001010 | 101 | 11111 |
Color Harmonies of #524A4E
Complementary color
Monochromatic Colors of #524A4E
Black with #524A4E
Text Example
Text Example
White with #524A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A4E; }
p { color: rgb(82,74,78); }
H1.HeaderClassName
{
color: #524A4E;
}
.AnyTagClassName
{
color: #524A4E;
}
</style>
background-color css
<style>
a { background-color: #524A4E; }
a { background-color: rgb(82,74,78); }
div.DivClassName
{
background-color: #524A4E;
}
.BgClassName
{
background-color: #524A4E;
}
</style>
border-color css
<style>
span { border-color: #524A4E; }
span { border-color: rgb(82,74,78); }
td.TdClassName
{
border-color: #524A4E;
}
.TagClassName
{
border-color: #524A4E;
}
</style>