Shades of Patina #52927C
Tints of Patina #52927C
RGB
CMYK
RGB Variations
Color information
#52927C (or 0x52927C) is known color: Patina. HEX triplet: 52, 92 and 7C. RGB value is (82,146,124). Sum of RGB (Red+Green+Blue) = 82+146+124=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #52927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52927C is #AD6D83. Grayscale: #7C7C7C. Windows color (decimal): -11365764 or 8163922. OLE color: 8163922.
HSL color Cylindrical-coordinate representation of color #52927C: hue angle of 159.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52927C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 124 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.43 |
| HSL | 159.38º | 0.28% | 0.45% | - |
| HSV(B) | 159.38º | 0.44% | 0.57% | - |
| XYZ | 17.4 | 23.81 | 22.75 | - |
| YUV | 124.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 124 | 0.44 | 0 | 0.15 | 0.43 | 159.38 | 0.28 | 0.45 |
| Hex | 52 | 92 | 7C | 2C | 0 | F | 2B | 9F | 1C | 2D |
| Octal | 122 | 222 | 174 | 54 | 0 | 17 | 53 | 237 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1111100 | 101100 | 0 | 1111 | 101011 | 10011111 | 11100 | 101101 |
Color Harmonies of #52927C
Complementary color
Monochromatic Colors of #52927C
Black with #52927C
Text Example
Text Example
White with #52927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52927C; }
p { color: rgb(82,146,124); }
H1.HeaderClassName
{
color: #52927C;
}
.AnyTagClassName
{
color: #52927C;
}
</style>
background-color css
<style>
a { background-color: #52927C; }
a { background-color: rgb(82,146,124); }
div.DivClassName
{
background-color: #52927C;
}
.BgClassName
{
background-color: #52927C;
}
</style>
border-color css
<style>
span { border-color: #52927C; }
span { border-color: rgb(82,146,124); }
td.TdClassName
{
border-color: #52927C;
}
.TagClassName
{
border-color: #52927C;
}
</style>