Shades of Patina #52937E
Tints of Patina #52937E
RGB
CMYK
RGB Variations
Color information
#52937E (or 0x52937E) is known color: Patina. HEX triplet: 52, 93 and 7E. RGB value is (82,147,126). Sum of RGB (Red+Green+Blue) = 82+147+126=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #52937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52937E is #AD6C81. Grayscale: #7D7D7D. Windows color (decimal): -11365506 or 8295250. OLE color: 8295250.
HSL color Cylindrical-coordinate representation of color #52937E: hue angle of 160.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52937E is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 126 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.42 |
| HSL | 160.62º | 0.28% | 0.45% | - |
| HSV(B) | 160.62º | 0.44% | 0.58% | - |
| XYZ | 17.68 | 24.17 | 23.47 | - |
| YUV | 125.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 126 | 0.44 | 0 | 0.14 | 0.42 | 160.62 | 0.28 | 0.45 |
| Hex | 52 | 93 | 7E | 2C | 0 | E | 2A | A1 | 1C | 2D |
| Octal | 122 | 223 | 176 | 54 | 0 | 16 | 52 | 241 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1111110 | 101100 | 0 | 1110 | 101010 | 10100001 | 11100 | 101101 |
Color Harmonies of #52937E
Complementary color
Monochromatic Colors of #52937E
Black with #52937E
Text Example
Text Example
White with #52937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52937E; }
p { color: rgb(82,147,126); }
H1.HeaderClassName
{
color: #52937E;
}
.AnyTagClassName
{
color: #52937E;
}
</style>
background-color css
<style>
a { background-color: #52937E; }
a { background-color: rgb(82,147,126); }
div.DivClassName
{
background-color: #52937E;
}
.BgClassName
{
background-color: #52937E;
}
</style>
border-color css
<style>
span { border-color: #52937E; }
span { border-color: rgb(82,147,126); }
td.TdClassName
{
border-color: #52937E;
}
.TagClassName
{
border-color: #52937E;
}
</style>