Shades of Patina #52987E
Tints of Patina #52987E
RGB
CMYK
RGB Variations
Color information
#52987E (or 0x52987E) is known color: Patina. HEX triplet: 52, 98 and 7E. RGB value is (82,152,126). Sum of RGB (Red+Green+Blue) = 82+152+126=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #52987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52987E is #AD6781. Grayscale: #808080. Windows color (decimal): -11364226 or 8296530. OLE color: 8296530.
HSL color Cylindrical-coordinate representation of color #52987E: hue angle of 157.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52987E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 126 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.40 |
| HSL | 157.71º | 0.3% | 0.46% | - |
| HSV(B) | 157.71º | 0.46% | 0.6% | - |
| XYZ | 18.47 | 25.76 | 23.74 | - |
| YUV | 128.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 126 | 0.46 | 0 | 0.17 | 0.40 | 157.71 | 0.3 | 0.46 |
| Hex | 52 | 98 | 7E | 2E | 0 | 11 | 28 | 9E | 1E | 2E |
| Octal | 122 | 230 | 176 | 56 | 0 | 21 | 50 | 236 | 36 | 56 |
| Binary | 1010010 | 10011000 | 1111110 | 101110 | 0 | 10001 | 101000 | 10011110 | 11110 | 101110 |
Color Harmonies of #52987E
Complementary color
Monochromatic Colors of #52987E
Black with #52987E
Text Example
Text Example
White with #52987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52987E; }
p { color: rgb(82,152,126); }
H1.HeaderClassName
{
color: #52987E;
}
.AnyTagClassName
{
color: #52987E;
}
</style>
background-color css
<style>
a { background-color: #52987E; }
a { background-color: rgb(82,152,126); }
div.DivClassName
{
background-color: #52987E;
}
.BgClassName
{
background-color: #52987E;
}
</style>
border-color css
<style>
span { border-color: #52987E; }
span { border-color: rgb(82,152,126); }
td.TdClassName
{
border-color: #52987E;
}
.TagClassName
{
border-color: #52987E;
}
</style>