Shades of Patina #53957E
Tints of Patina #53957E
RGB
CMYK
RGB Variations
Color information
#53957E (or 0x53957E) is known color: Patina. HEX triplet: 53, 95 and 7E. RGB value is (83,149,126). Sum of RGB (Red+Green+Blue) = 83+149+126=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #53957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53957E is #AC6A81. Grayscale: #7E7E7E. Windows color (decimal): -11299458 or 8295763. OLE color: 8295763.
HSL color Cylindrical-coordinate representation of color #53957E: hue angle of 159.09º 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 #53957E is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 149 | 126 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.42 |
| HSL | 159.09º | 0.28% | 0.45% | - |
| HSV(B) | 159.09º | 0.44% | 0.58% | - |
| XYZ | 18.08 | 24.84 | 23.58 | - |
| YUV | 126.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 126 | 0.44 | 0 | 0.15 | 0.42 | 159.09 | 0.28 | 0.45 |
| Hex | 53 | 95 | 7E | 2C | 0 | F | 2A | 9F | 1C | 2D |
| Octal | 123 | 225 | 176 | 54 | 0 | 17 | 52 | 237 | 34 | 55 |
| Binary | 1010011 | 10010101 | 1111110 | 101100 | 0 | 1111 | 101010 | 10011111 | 11100 | 101101 |
Color Harmonies of #53957E
Complementary color
Monochromatic Colors of #53957E
Black with #53957E
Text Example
Text Example
White with #53957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53957E; }
p { color: rgb(83,149,126); }
H1.HeaderClassName
{
color: #53957E;
}
.AnyTagClassName
{
color: #53957E;
}
</style>
background-color css
<style>
a { background-color: #53957E; }
a { background-color: rgb(83,149,126); }
div.DivClassName
{
background-color: #53957E;
}
.BgClassName
{
background-color: #53957E;
}
</style>
border-color css
<style>
span { border-color: #53957E; }
span { border-color: rgb(83,149,126); }
td.TdClassName
{
border-color: #53957E;
}
.TagClassName
{
border-color: #53957E;
}
</style>