Shades of Liver #524B4E
Tints of Liver #524B4E
RGB
CMYK
RGB Variations
Color information
#524B4E (or 0x524B4E) is known color: Liver. HEX triplet: 52, 4B and 4E. RGB value is (82,75,78). Sum of RGB (Red+Green+Blue) = 82+75+78=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #524B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B4E is #ADB4B1. Grayscale: #4D4D4D. Windows color (decimal): -11383986 or 5131090. OLE color: 5131090.
HSL color Cylindrical-coordinate representation of color #524B4E: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524B4E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 78 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.68 |
| HSL | 334.29º | 0.04% | 0.31% | - |
| HSV(B) | 334.29º | 0.09% | 0.32% | - |
| XYZ | 7.37 | 7.38 | 8.24 | - |
| YUV | 77.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 78 | 0 | 0.09 | 0.05 | 0.68 | 334.29 | 0.04 | 0.31 |
| Hex | 52 | 4B | 4E | 0 | 9 | 5 | 44 | 14E | 4 | 1F |
| Octal | 122 | 113 | 116 | 0 | 11 | 5 | 104 | 516 | 4 | 37 |
| Binary | 1010010 | 1001011 | 1001110 | 0 | 1001 | 101 | 1000100 | 101001110 | 100 | 11111 |
Color Harmonies of #524B4E
Complementary color
Monochromatic Colors of #524B4E
Black with #524B4E
Text Example
Text Example
White with #524B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B4E; }
p { color: rgb(82,75,78); }
H1.HeaderClassName
{
color: #524B4E;
}
.AnyTagClassName
{
color: #524B4E;
}
</style>
background-color css
<style>
a { background-color: #524B4E; }
a { background-color: rgb(82,75,78); }
div.DivClassName
{
background-color: #524B4E;
}
.BgClassName
{
background-color: #524B4E;
}
</style>
border-color css
<style>
span { border-color: #524B4E; }
span { border-color: rgb(82,75,78); }
td.TdClassName
{
border-color: #524B4E;
}
.TagClassName
{
border-color: #524B4E;
}
</style>