Shades of Patina #529E84
Tints of Patina #529E84
RGB
CMYK
RGB Variations
Color information
#529E84 (or 0x529E84) is known color: Patina. HEX triplet: 52, 9E and 84. RGB value is (82,158,132). Sum of RGB (Red+Green+Blue) = 82+158+132=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #529E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529E84 is #AD617B. Grayscale: #848484. Windows color (decimal): -11362684 or 8691282. OLE color: 8691282.
HSL color Cylindrical-coordinate representation of color #529E84: hue angle of 159.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E84 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 132 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.38 |
| HSL | 159.47º | 0.32% | 0.47% | - |
| HSV(B) | 159.47º | 0.48% | 0.62% | - |
| XYZ | 19.87 | 27.91 | 26.17 | - |
| YUV | 132.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 132 | 0.48 | 0 | 0.16 | 0.38 | 159.47 | 0.32 | 0.47 |
| Hex | 52 | 9E | 84 | 30 | 0 | 10 | 26 | 9F | 20 | 2F |
| Octal | 122 | 236 | 204 | 60 | 0 | 20 | 46 | 237 | 40 | 57 |
| Binary | 1010010 | 10011110 | 10000100 | 110000 | 0 | 10000 | 100110 | 10011111 | 100000 | 101111 |
Color Harmonies of #529E84
Complementary color
Monochromatic Colors of #529E84
Black with #529E84
Text Example
Text Example
White with #529E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E84; }
p { color: rgb(82,158,132); }
H1.HeaderClassName
{
color: #529E84;
}
.AnyTagClassName
{
color: #529E84;
}
</style>
background-color css
<style>
a { background-color: #529E84; }
a { background-color: rgb(82,158,132); }
div.DivClassName
{
background-color: #529E84;
}
.BgClassName
{
background-color: #529E84;
}
</style>
border-color css
<style>
span { border-color: #529E84; }
span { border-color: rgb(82,158,132); }
td.TdClassName
{
border-color: #529E84;
}
.TagClassName
{
border-color: #529E84;
}
</style>