Shades of Patina #53907A
Tints of Patina #53907A
RGB
CMYK
RGB Variations
Color information
#53907A (or 0x53907A) is known color: Patina. HEX triplet: 53, 90 and 7A. RGB value is (83,144,122). Sum of RGB (Red+Green+Blue) = 83+144+122=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #53907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53907A is #AC6F85. Grayscale: #7B7B7B. Windows color (decimal): -11300742 or 8032339. OLE color: 8032339.
HSL color Cylindrical-coordinate representation of color #53907A: hue angle of 158.36º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53907A is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 122 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.44 |
| HSL | 158.36º | 0.27% | 0.45% | - |
| HSV(B) | 158.36º | 0.42% | 0.56% | - |
| XYZ | 17.05 | 23.19 | 21.99 | - |
| YUV | 123.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 122 | 0.42 | 0 | 0.15 | 0.44 | 158.36 | 0.27 | 0.45 |
| Hex | 53 | 90 | 7A | 2A | 0 | F | 2C | 9E | 1B | 2D |
| Octal | 123 | 220 | 172 | 52 | 0 | 17 | 54 | 236 | 33 | 55 |
| Binary | 1010011 | 10010000 | 1111010 | 101010 | 0 | 1111 | 101100 | 10011110 | 11011 | 101101 |
Color Harmonies of #53907A
Complementary color
Monochromatic Colors of #53907A
Black with #53907A
Text Example
Text Example
White with #53907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53907A; }
p { color: rgb(83,144,122); }
H1.HeaderClassName
{
color: #53907A;
}
.AnyTagClassName
{
color: #53907A;
}
</style>
background-color css
<style>
a { background-color: #53907A; }
a { background-color: rgb(83,144,122); }
div.DivClassName
{
background-color: #53907A;
}
.BgClassName
{
background-color: #53907A;
}
</style>
border-color css
<style>
span { border-color: #53907A; }
span { border-color: rgb(83,144,122); }
td.TdClassName
{
border-color: #53907A;
}
.TagClassName
{
border-color: #53907A;
}
</style>