Shades of Patina #53937F
Tints of Patina #53937F
RGB
CMYK
RGB Variations
Color information
#53937F (or 0x53937F) is known color: Patina. HEX triplet: 53, 93 and 7F. RGB value is (83,147,127). Sum of RGB (Red+Green+Blue) = 83+147+127=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #53937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53937F is #AC6C80. Grayscale: #7D7D7D. Windows color (decimal): -11299969 or 8360787. OLE color: 8360787.
HSL color Cylindrical-coordinate representation of color #53937F: hue angle of 161.25º 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 #53937F is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 147 | 127 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.42 |
| HSL | 161.25º | 0.28% | 0.45% | - |
| HSV(B) | 161.25º | 0.44% | 0.58% | - |
| XYZ | 17.83 | 24.24 | 23.82 | - |
| YUV | 125.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 127 | 0.44 | 0 | 0.14 | 0.42 | 161.25 | 0.28 | 0.45 |
| Hex | 53 | 93 | 7F | 2C | 0 | E | 2A | A1 | 1C | 2D |
| Octal | 123 | 223 | 177 | 54 | 0 | 16 | 52 | 241 | 34 | 55 |
| Binary | 1010011 | 10010011 | 1111111 | 101100 | 0 | 1110 | 101010 | 10100001 | 11100 | 101101 |
Color Harmonies of #53937F
Complementary color
Monochromatic Colors of #53937F
Black with #53937F
Text Example
Text Example
White with #53937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53937F; }
p { color: rgb(83,147,127); }
H1.HeaderClassName
{
color: #53937F;
}
.AnyTagClassName
{
color: #53937F;
}
</style>
background-color css
<style>
a { background-color: #53937F; }
a { background-color: rgb(83,147,127); }
div.DivClassName
{
background-color: #53937F;
}
.BgClassName
{
background-color: #53937F;
}
</style>
border-color css
<style>
span { border-color: #53937F; }
span { border-color: rgb(83,147,127); }
td.TdClassName
{
border-color: #53937F;
}
.TagClassName
{
border-color: #53937F;
}
</style>