Shades of Patina #53927C
Tints of Patina #53927C
RGB
CMYK
RGB Variations
Color information
#53927C (or 0x53927C) is known color: Patina. HEX triplet: 53, 92 and 7C. RGB value is (83,146,124). Sum of RGB (Red+Green+Blue) = 83+146+124=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #53927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53927C is #AC6D83. Grayscale: #7C7C7C. Windows color (decimal): -11300228 or 8163923. OLE color: 8163923.
HSL color Cylindrical-coordinate representation of color #53927C: hue angle of 159.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53927C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 124 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.43 |
| HSL | 159.05º | 0.28% | 0.45% | - |
| HSV(B) | 159.05º | 0.43% | 0.57% | - |
| XYZ | 17.48 | 23.85 | 22.75 | - |
| YUV | 124.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 124 | 0.43 | 0 | 0.15 | 0.43 | 159.05 | 0.28 | 0.45 |
| Hex | 53 | 92 | 7C | 2B | 0 | F | 2B | 9F | 1C | 2D |
| Octal | 123 | 222 | 174 | 53 | 0 | 17 | 53 | 237 | 34 | 55 |
| Binary | 1010011 | 10010010 | 1111100 | 101011 | 0 | 1111 | 101011 | 10011111 | 11100 | 101101 |
Color Harmonies of #53927C
Complementary color
Monochromatic Colors of #53927C
Black with #53927C
Text Example
Text Example
White with #53927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53927C; }
p { color: rgb(83,146,124); }
H1.HeaderClassName
{
color: #53927C;
}
.AnyTagClassName
{
color: #53927C;
}
</style>
background-color css
<style>
a { background-color: #53927C; }
a { background-color: rgb(83,146,124); }
div.DivClassName
{
background-color: #53927C;
}
.BgClassName
{
background-color: #53927C;
}
</style>
border-color css
<style>
span { border-color: #53927C; }
span { border-color: rgb(83,146,124); }
td.TdClassName
{
border-color: #53927C;
}
.TagClassName
{
border-color: #53927C;
}
</style>