Shades of Patina #529D83
Tints of Patina #529D83
RGB
CMYK
RGB Variations
Color information
#529D83 (or 0x529D83) is known color: Patina. HEX triplet: 52, 9D and 83. RGB value is (82,157,131). Sum of RGB (Red+Green+Blue) = 82+157+131=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #529D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D83 is #AD627C. Grayscale: #838383. Windows color (decimal): -11362941 or 8625490. OLE color: 8625490.
HSL color Cylindrical-coordinate representation of color #529D83: hue angle of 159.2º degrees, saturation: 0.31, 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 #529D83 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 131 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.38 |
| HSL | 159.2º | 0.31% | 0.47% | - |
| HSV(B) | 159.2º | 0.48% | 0.62% | - |
| XYZ | 19.63 | 27.55 | 25.75 | - |
| YUV | 131.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 131 | 0.48 | 0 | 0.17 | 0.38 | 159.2 | 0.31 | 0.47 |
| Hex | 52 | 9D | 83 | 30 | 0 | 11 | 26 | 9F | 1F | 2F |
| Octal | 122 | 235 | 203 | 60 | 0 | 21 | 46 | 237 | 37 | 57 |
| Binary | 1010010 | 10011101 | 10000011 | 110000 | 0 | 10001 | 100110 | 10011111 | 11111 | 101111 |
Color Harmonies of #529D83
Complementary color
Monochromatic Colors of #529D83
Black with #529D83
Text Example
Text Example
White with #529D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D83; }
p { color: rgb(82,157,131); }
H1.HeaderClassName
{
color: #529D83;
}
.AnyTagClassName
{
color: #529D83;
}
</style>
background-color css
<style>
a { background-color: #529D83; }
a { background-color: rgb(82,157,131); }
div.DivClassName
{
background-color: #529D83;
}
.BgClassName
{
background-color: #529D83;
}
</style>
border-color css
<style>
span { border-color: #529D83; }
span { border-color: rgb(82,157,131); }
td.TdClassName
{
border-color: #529D83;
}
.TagClassName
{
border-color: #529D83;
}
</style>