Shades of Patina #52997B
Tints of Patina #52997B
RGB
CMYK
RGB Variations
Color information
#52997B (or 0x52997B) is known color: Patina. HEX triplet: 52, 99 and 7B. RGB value is (82,153,123). Sum of RGB (Red+Green+Blue) = 82+153+123=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #52997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52997B is #AD6684. Grayscale: #808080. Windows color (decimal): -11363973 or 8100178. OLE color: 8100178.
HSL color Cylindrical-coordinate representation of color #52997B: hue angle of 154.65º 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 #52997B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 123 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.4 |
| HSL | 154.65º | 0.3% | 0.46% | - |
| HSV(B) | 154.65º | 0.46% | 0.6% | - |
| XYZ | 18.45 | 26.01 | 22.79 | - |
| YUV | 128.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 123 | 0.46 | 0 | 0.20 | 0.4 | 154.65 | 0.3 | 0.46 |
| Hex | 52 | 99 | 7B | 2E | 0 | 14 | 28 | 9B | 1E | 2E |
| Octal | 122 | 231 | 173 | 56 | 0 | 24 | 50 | 233 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1111011 | 101110 | 0 | 10100 | 101000 | 10011011 | 11110 | 101110 |
Color Harmonies of #52997B
Complementary color
Monochromatic Colors of #52997B
Black with #52997B
Text Example
Text Example
White with #52997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52997B; }
p { color: rgb(82,153,123); }
H1.HeaderClassName
{
color: #52997B;
}
.AnyTagClassName
{
color: #52997B;
}
</style>
background-color css
<style>
a { background-color: #52997B; }
a { background-color: rgb(82,153,123); }
div.DivClassName
{
background-color: #52997B;
}
.BgClassName
{
background-color: #52997B;
}
</style>
border-color css
<style>
span { border-color: #52997B; }
span { border-color: rgb(82,153,123); }
td.TdClassName
{
border-color: #52997B;
}
.TagClassName
{
border-color: #52997B;
}
</style>