Shades of Patina #529C7E
Tints of Patina #529C7E
RGB
CMYK
RGB Variations
Color information
#529C7E (or 0x529C7E) is known color: Patina. HEX triplet: 52, 9C and 7E. RGB value is (82,156,126). Sum of RGB (Red+Green+Blue) = 82+156+126=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #529C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C7E is #AD6381. Grayscale: #828282. Windows color (decimal): -11363202 or 8297554. OLE color: 8297554.
HSL color Cylindrical-coordinate representation of color #529C7E: hue angle of 155.68º 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 #529C7E is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 126 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.39 |
| HSL | 155.68º | 0.31% | 0.47% | - |
| HSV(B) | 155.68º | 0.47% | 0.61% | - |
| XYZ | 19.13 | 27.08 | 23.96 | - |
| YUV | 130.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 126 | 0.47 | 0 | 0.19 | 0.39 | 155.68 | 0.31 | 0.47 |
| Hex | 52 | 9C | 7E | 2F | 0 | 13 | 27 | 9C | 1F | 2F |
| Octal | 122 | 234 | 176 | 57 | 0 | 23 | 47 | 234 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1111110 | 101111 | 0 | 10011 | 100111 | 10011100 | 11111 | 101111 |
Color Harmonies of #529C7E
Complementary color
Monochromatic Colors of #529C7E
Black with #529C7E
Text Example
Text Example
White with #529C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C7E; }
p { color: rgb(82,156,126); }
H1.HeaderClassName
{
color: #529C7E;
}
.AnyTagClassName
{
color: #529C7E;
}
</style>
background-color css
<style>
a { background-color: #529C7E; }
a { background-color: rgb(82,156,126); }
div.DivClassName
{
background-color: #529C7E;
}
.BgClassName
{
background-color: #529C7E;
}
</style>
border-color css
<style>
span { border-color: #529C7E; }
span { border-color: rgb(82,156,126); }
td.TdClassName
{
border-color: #529C7E;
}
.TagClassName
{
border-color: #529C7E;
}
</style>