Shades of Patina #53907B
Tints of Patina #53907B
RGB
CMYK
RGB Variations
Color information
#53907B (or 0x53907B) is known color: Patina. HEX triplet: 53, 90 and 7B. RGB value is (83,144,123). Sum of RGB (Red+Green+Blue) = 83+144+123=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #53907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53907B is #AC6F84. Grayscale: #7B7B7B. Windows color (decimal): -11300741 or 8097875. OLE color: 8097875.
HSL color Cylindrical-coordinate representation of color #53907B: hue angle of 159.34º 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 #53907B is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 123 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.44 |
| HSL | 159.34º | 0.27% | 0.45% | - |
| HSV(B) | 159.34º | 0.42% | 0.56% | - |
| XYZ | 17.12 | 23.22 | 22.32 | - |
| YUV | 123.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 123 | 0.42 | 0 | 0.15 | 0.44 | 159.34 | 0.27 | 0.45 |
| Hex | 53 | 90 | 7B | 2A | 0 | F | 2C | 9F | 1B | 2D |
| Octal | 123 | 220 | 173 | 52 | 0 | 17 | 54 | 237 | 33 | 55 |
| Binary | 1010011 | 10010000 | 1111011 | 101010 | 0 | 1111 | 101100 | 10011111 | 11011 | 101101 |
Color Harmonies of #53907B
Complementary color
Monochromatic Colors of #53907B
Black with #53907B
Text Example
Text Example
White with #53907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53907B; }
p { color: rgb(83,144,123); }
H1.HeaderClassName
{
color: #53907B;
}
.AnyTagClassName
{
color: #53907B;
}
</style>
background-color css
<style>
a { background-color: #53907B; }
a { background-color: rgb(83,144,123); }
div.DivClassName
{
background-color: #53907B;
}
.BgClassName
{
background-color: #53907B;
}
</style>
border-color css
<style>
span { border-color: #53907B; }
span { border-color: rgb(83,144,123); }
td.TdClassName
{
border-color: #53907B;
}
.TagClassName
{
border-color: #53907B;
}
</style>