Shades of Liver #52454D
Tints of Liver #52454D
RGB
CMYK
RGB Variations
Color information
#52454D (or 0x52454D) is known color: Liver. HEX triplet: 52, 45 and 4D. RGB value is (82,69,77). Sum of RGB (Red+Green+Blue) = 82+69+77=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52454D is #ADBAB2. Grayscale: #494949. Windows color (decimal): -11385523 or 5064018. OLE color: 5064018.
HSL color Cylindrical-coordinate representation of color #52454D: hue angle of 323.08º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #52454D is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 77 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.68 |
| HSL | 323.08º | 0.09% | 0.3% | - |
| HSV(B) | 323.08º | 0.16% | 0.32% | - |
| XYZ | 6.95 | 6.59 | 7.93 | - |
| YUV | 73.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 77 | 0 | 0.16 | 0.06 | 0.68 | 323.08 | 0.09 | 0.3 |
| Hex | 52 | 45 | 4D | 0 | 10 | 6 | 44 | 143 | 9 | 1E |
| Octal | 122 | 105 | 115 | 0 | 20 | 6 | 104 | 503 | 11 | 36 |
| Binary | 1010010 | 1000101 | 1001101 | 0 | 10000 | 110 | 1000100 | 101000011 | 1001 | 11110 |
Color Harmonies of #52454D
Complementary color
Monochromatic Colors of #52454D
Black with #52454D
Text Example
Text Example
White with #52454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52454D; }
p { color: rgb(82,69,77); }
H1.HeaderClassName
{
color: #52454D;
}
.AnyTagClassName
{
color: #52454D;
}
</style>
background-color css
<style>
a { background-color: #52454D; }
a { background-color: rgb(82,69,77); }
div.DivClassName
{
background-color: #52454D;
}
.BgClassName
{
background-color: #52454D;
}
</style>
border-color css
<style>
span { border-color: #52454D; }
span { border-color: rgb(82,69,77); }
td.TdClassName
{
border-color: #52454D;
}
.TagClassName
{
border-color: #52454D;
}
</style>