Shades of Patina #52997E
Tints of Patina #52997E
RGB
CMYK
RGB Variations
Color information
#52997E (or 0x52997E) is known color: Patina. HEX triplet: 52, 99 and 7E. RGB value is (82,153,126). Sum of RGB (Red+Green+Blue) = 82+153+126=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #52997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52997E is #AD6681. Grayscale: #808080. Windows color (decimal): -11363970 or 8296786. OLE color: 8296786.
HSL color Cylindrical-coordinate representation of color #52997E: hue angle of 157.18º 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 #52997E is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 126 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.4 |
| HSL | 157.18º | 0.3% | 0.46% | - |
| HSV(B) | 157.18º | 0.46% | 0.6% | - |
| XYZ | 18.64 | 26.08 | 23.79 | - |
| YUV | 128.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 126 | 0.46 | 0 | 0.18 | 0.4 | 157.18 | 0.3 | 0.46 |
| Hex | 52 | 99 | 7E | 2E | 0 | 12 | 28 | 9D | 1E | 2E |
| Octal | 122 | 231 | 176 | 56 | 0 | 22 | 50 | 235 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1111110 | 101110 | 0 | 10010 | 101000 | 10011101 | 11110 | 101110 |
Color Harmonies of #52997E
Complementary color
Monochromatic Colors of #52997E
Black with #52997E
Text Example
Text Example
White with #52997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52997E; }
p { color: rgb(82,153,126); }
H1.HeaderClassName
{
color: #52997E;
}
.AnyTagClassName
{
color: #52997E;
}
</style>
background-color css
<style>
a { background-color: #52997E; }
a { background-color: rgb(82,153,126); }
div.DivClassName
{
background-color: #52997E;
}
.BgClassName
{
background-color: #52997E;
}
</style>
border-color css
<style>
span { border-color: #52997E; }
span { border-color: rgb(82,153,126); }
td.TdClassName
{
border-color: #52997E;
}
.TagClassName
{
border-color: #52997E;
}
</style>