Shades of Patina #529F87
Tints of Patina #529F87
RGB
CMYK
RGB Variations
Color information
#529F87 (or 0x529F87) is known color: Patina. HEX triplet: 52, 9F and 87. RGB value is (82,159,135). Sum of RGB (Red+Green+Blue) = 82+159+135=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #529F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F87 is #AD6078. Grayscale: #858585. Windows color (decimal): -11362425 or 8888146. OLE color: 8888146.
HSL color Cylindrical-coordinate representation of color #529F87: hue angle of 161.3º 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 #529F87 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 135 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.38 |
| HSL | 161.3º | 0.32% | 0.47% | - |
| HSV(B) | 161.3º | 0.48% | 0.62% | - |
| XYZ | 20.25 | 28.34 | 27.32 | - |
| YUV | 133.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 135 | 0.48 | 0 | 0.15 | 0.38 | 161.3 | 0.32 | 0.47 |
| Hex | 52 | 9F | 87 | 30 | 0 | F | 26 | A1 | 20 | 2F |
| Octal | 122 | 237 | 207 | 60 | 0 | 17 | 46 | 241 | 40 | 57 |
| Binary | 1010010 | 10011111 | 10000111 | 110000 | 0 | 1111 | 100110 | 10100001 | 100000 | 101111 |
Color Harmonies of #529F87
Complementary color
Monochromatic Colors of #529F87
Black with #529F87
Text Example
Text Example
White with #529F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F87; }
p { color: rgb(82,159,135); }
H1.HeaderClassName
{
color: #529F87;
}
.AnyTagClassName
{
color: #529F87;
}
</style>
background-color css
<style>
a { background-color: #529F87; }
a { background-color: rgb(82,159,135); }
div.DivClassName
{
background-color: #529F87;
}
.BgClassName
{
background-color: #529F87;
}
</style>
border-color css
<style>
span { border-color: #529F87; }
span { border-color: rgb(82,159,135); }
td.TdClassName
{
border-color: #529F87;
}
.TagClassName
{
border-color: #529F87;
}
</style>