Shades of Patina #53937C
Tints of Patina #53937C
RGB
CMYK
RGB Variations
Color information
#53937C (or 0x53937C) is known color: Patina. HEX triplet: 53, 93 and 7C. RGB value is (83,147,124). Sum of RGB (Red+Green+Blue) = 83+147+124=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #53937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53937C is #AC6C83. Grayscale: #7D7D7D. Windows color (decimal): -11299972 or 8164179. OLE color: 8164179.
HSL color Cylindrical-coordinate representation of color #53937C: hue angle of 158.44º 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 #53937C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 147 | 124 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.42 |
| HSL | 158.44º | 0.28% | 0.45% | - |
| HSV(B) | 158.44º | 0.44% | 0.58% | - |
| XYZ | 17.64 | 24.16 | 22.8 | - |
| YUV | 125.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 124 | 0.44 | 0 | 0.16 | 0.42 | 158.44 | 0.28 | 0.45 |
| Hex | 53 | 93 | 7C | 2C | 0 | 10 | 2A | 9E | 1C | 2D |
| Octal | 123 | 223 | 174 | 54 | 0 | 20 | 52 | 236 | 34 | 55 |
| Binary | 1010011 | 10010011 | 1111100 | 101100 | 0 | 10000 | 101010 | 10011110 | 11100 | 101101 |
Color Harmonies of #53937C
Complementary color
Monochromatic Colors of #53937C
Black with #53937C
Text Example
Text Example
White with #53937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53937C; }
p { color: rgb(83,147,124); }
H1.HeaderClassName
{
color: #53937C;
}
.AnyTagClassName
{
color: #53937C;
}
</style>
background-color css
<style>
a { background-color: #53937C; }
a { background-color: rgb(83,147,124); }
div.DivClassName
{
background-color: #53937C;
}
.BgClassName
{
background-color: #53937C;
}
</style>
border-color css
<style>
span { border-color: #53937C; }
span { border-color: rgb(83,147,124); }
td.TdClassName
{
border-color: #53937C;
}
.TagClassName
{
border-color: #53937C;
}
</style>