Shades of Patina #53947A
Tints of Patina #53947A
RGB
CMYK
RGB Variations
Color information
#53947A (or 0x53947A) is known color: Patina. HEX triplet: 53, 94 and 7A. RGB value is (83,148,122). Sum of RGB (Red+Green+Blue) = 83+148+122=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #53947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53947A is #AC6B85. Grayscale: #7D7D7D. Windows color (decimal): -11299718 or 8033363. OLE color: 8033363.
HSL color Cylindrical-coordinate representation of color #53947A: hue angle of 156º 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 #53947A is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 122 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.42 |
| HSL | 156º | 0.28% | 0.45% | - |
| HSV(B) | 156º | 0.44% | 0.58% | - |
| XYZ | 17.67 | 24.42 | 22.2 | - |
| YUV | 125.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 122 | 0.44 | 0 | 0.18 | 0.42 | 156 | 0.28 | 0.45 |
| Hex | 53 | 94 | 7A | 2C | 0 | 12 | 2A | 9C | 1C | 2D |
| Octal | 123 | 224 | 172 | 54 | 0 | 22 | 52 | 234 | 34 | 55 |
| Binary | 1010011 | 10010100 | 1111010 | 101100 | 0 | 10010 | 101010 | 10011100 | 11100 | 101101 |
Color Harmonies of #53947A
Complementary color
Monochromatic Colors of #53947A
Black with #53947A
Text Example
Text Example
White with #53947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53947A; }
p { color: rgb(83,148,122); }
H1.HeaderClassName
{
color: #53947A;
}
.AnyTagClassName
{
color: #53947A;
}
</style>
background-color css
<style>
a { background-color: #53947A; }
a { background-color: rgb(83,148,122); }
div.DivClassName
{
background-color: #53947A;
}
.BgClassName
{
background-color: #53947A;
}
</style>
border-color css
<style>
span { border-color: #53947A; }
span { border-color: rgb(83,148,122); }
td.TdClassName
{
border-color: #53947A;
}
.TagClassName
{
border-color: #53947A;
}
</style>