Shades of Patina #53997F
Tints of Patina #53997F
RGB
CMYK
RGB Variations
Color information
#53997F (or 0x53997F) is known color: Patina. HEX triplet: 53, 99 and 7F. RGB value is (83,153,127). Sum of RGB (Red+Green+Blue) = 83+153+127=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #53997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53997F is #AC6680. Grayscale: #818181. Windows color (decimal): -11298433 or 8362323. OLE color: 8362323.
HSL color Cylindrical-coordinate representation of color #53997F: hue angle of 157.71º 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 #53997F is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 127 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.4 |
| HSL | 157.71º | 0.3% | 0.46% | - |
| HSV(B) | 157.71º | 0.46% | 0.6% | - |
| XYZ | 18.79 | 26.15 | 24.14 | - |
| YUV | 129.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 127 | 0.46 | 0 | 0.17 | 0.4 | 157.71 | 0.3 | 0.46 |
| Hex | 53 | 99 | 7F | 2E | 0 | 11 | 28 | 9E | 1E | 2E |
| Octal | 123 | 231 | 177 | 56 | 0 | 21 | 50 | 236 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1111111 | 101110 | 0 | 10001 | 101000 | 10011110 | 11110 | 101110 |
Color Harmonies of #53997F
Complementary color
Monochromatic Colors of #53997F
Black with #53997F
Text Example
Text Example
White with #53997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53997F; }
p { color: rgb(83,153,127); }
H1.HeaderClassName
{
color: #53997F;
}
.AnyTagClassName
{
color: #53997F;
}
</style>
background-color css
<style>
a { background-color: #53997F; }
a { background-color: rgb(83,153,127); }
div.DivClassName
{
background-color: #53997F;
}
.BgClassName
{
background-color: #53997F;
}
</style>
border-color css
<style>
span { border-color: #53997F; }
span { border-color: rgb(83,153,127); }
td.TdClassName
{
border-color: #53997F;
}
.TagClassName
{
border-color: #53997F;
}
</style>