Shades of Patina #529C85
Tints of Patina #529C85
RGB
CMYK
RGB Variations
Color information
#529C85 (or 0x529C85) is known color: Patina. HEX triplet: 52, 9C and 85. RGB value is (82,156,133). Sum of RGB (Red+Green+Blue) = 82+156+133=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #529C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C85 is #AD637A. Grayscale: #838383. Windows color (decimal): -11363195 or 8756306. OLE color: 8756306.
HSL color Cylindrical-coordinate representation of color #529C85: hue angle of 161.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C85 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 133 | - |
| CMYK | 0.47 | 0 | 0.15 | 0.39 |
| HSL | 161.35º | 0.31% | 0.47% | - |
| HSV(B) | 161.35º | 0.47% | 0.61% | - |
| XYZ | 19.6 | 27.26 | 26.42 | - |
| YUV | 131.25 | 128.98 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 133 | 0.47 | 0 | 0.15 | 0.39 | 161.35 | 0.31 | 0.47 |
| Hex | 52 | 9C | 85 | 2F | 0 | F | 27 | A1 | 1F | 2F |
| Octal | 122 | 234 | 205 | 57 | 0 | 17 | 47 | 241 | 37 | 57 |
| Binary | 1010010 | 10011100 | 10000101 | 101111 | 0 | 1111 | 100111 | 10100001 | 11111 | 101111 |
Color Harmonies of #529C85
Complementary color
Monochromatic Colors of #529C85
Black with #529C85
Text Example
Text Example
White with #529C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C85; }
p { color: rgb(82,156,133); }
H1.HeaderClassName
{
color: #529C85;
}
.AnyTagClassName
{
color: #529C85;
}
</style>
background-color css
<style>
a { background-color: #529C85; }
a { background-color: rgb(82,156,133); }
div.DivClassName
{
background-color: #529C85;
}
.BgClassName
{
background-color: #529C85;
}
</style>
border-color css
<style>
span { border-color: #529C85; }
span { border-color: rgb(82,156,133); }
td.TdClassName
{
border-color: #529C85;
}
.TagClassName
{
border-color: #529C85;
}
</style>