Shades of Patina #53987C
Tints of Patina #53987C
RGB
CMYK
RGB Variations
Color information
#53987C (or 0x53987C) is known color: Patina. HEX triplet: 53, 98 and 7C. RGB value is (83,152,124). Sum of RGB (Red+Green+Blue) = 83+152+124=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #53987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53987C is #AC6783. Grayscale: #808080. Windows color (decimal): -11298692 or 8165459. OLE color: 8165459.
HSL color Cylindrical-coordinate representation of color #53987C: hue angle of 155.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53987C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 124 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.40 |
| HSL | 155.65º | 0.29% | 0.46% | - |
| HSV(B) | 155.65º | 0.45% | 0.6% | - |
| XYZ | 18.43 | 25.75 | 23.07 | - |
| YUV | 128.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 124 | 0.45 | 0 | 0.18 | 0.40 | 155.65 | 0.29 | 0.46 |
| Hex | 53 | 98 | 7C | 2D | 0 | 12 | 28 | 9C | 1D | 2E |
| Octal | 123 | 230 | 174 | 55 | 0 | 22 | 50 | 234 | 35 | 56 |
| Binary | 1010011 | 10011000 | 1111100 | 101101 | 0 | 10010 | 101000 | 10011100 | 11101 | 101110 |
Color Harmonies of #53987C
Complementary color
Monochromatic Colors of #53987C
Black with #53987C
Text Example
Text Example
White with #53987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53987C; }
p { color: rgb(83,152,124); }
H1.HeaderClassName
{
color: #53987C;
}
.AnyTagClassName
{
color: #53987C;
}
</style>
background-color css
<style>
a { background-color: #53987C; }
a { background-color: rgb(83,152,124); }
div.DivClassName
{
background-color: #53987C;
}
.BgClassName
{
background-color: #53987C;
}
</style>
border-color css
<style>
span { border-color: #53987C; }
span { border-color: rgb(83,152,124); }
td.TdClassName
{
border-color: #53987C;
}
.TagClassName
{
border-color: #53987C;
}
</style>