Shades of Patina #53997C
Tints of Patina #53997C
RGB
CMYK
RGB Variations
Color information
#53997C (or 0x53997C) is known color: Patina. HEX triplet: 53, 99 and 7C. RGB value is (83,153,124). Sum of RGB (Red+Green+Blue) = 83+153+124=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #53997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53997C is #AC6683. Grayscale: #808080. Windows color (decimal): -11298436 or 8165715. OLE color: 8165715.
HSL color Cylindrical-coordinate representation of color #53997C: hue angle of 155.14º 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 #53997C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 124 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.4 |
| HSL | 155.14º | 0.3% | 0.46% | - |
| HSV(B) | 155.14º | 0.46% | 0.6% | - |
| XYZ | 18.6 | 26.08 | 23.12 | - |
| YUV | 128.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 124 | 0.46 | 0 | 0.19 | 0.4 | 155.14 | 0.3 | 0.46 |
| Hex | 53 | 99 | 7C | 2E | 0 | 13 | 28 | 9B | 1E | 2E |
| Octal | 123 | 231 | 174 | 56 | 0 | 23 | 50 | 233 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1111100 | 101110 | 0 | 10011 | 101000 | 10011011 | 11110 | 101110 |
Color Harmonies of #53997C
Complementary color
Monochromatic Colors of #53997C
Black with #53997C
Text Example
Text Example
White with #53997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53997C; }
p { color: rgb(83,153,124); }
H1.HeaderClassName
{
color: #53997C;
}
.AnyTagClassName
{
color: #53997C;
}
</style>
background-color css
<style>
a { background-color: #53997C; }
a { background-color: rgb(83,153,124); }
div.DivClassName
{
background-color: #53997C;
}
.BgClassName
{
background-color: #53997C;
}
</style>
border-color css
<style>
span { border-color: #53997C; }
span { border-color: rgb(83,153,124); }
td.TdClassName
{
border-color: #53997C;
}
.TagClassName
{
border-color: #53997C;
}
</style>