Shades of Patina #5A9D89
Tints of Patina #5A9D89
RGB
CMYK
RGB Variations
Color information
#5A9D89 (or 0x5A9D89) is known color: Patina. HEX triplet: 5A, 9D and 89. RGB value is (90,157,137). Sum of RGB (Red+Green+Blue) = 90+157+137=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D89 is #A56276. Grayscale: #868686. Windows color (decimal): -10838647 or 9018714. OLE color: 9018714.
HSL color Cylindrical-coordinate representation of color #5A9D89: hue angle of 162.09º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D89 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 137 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.38 |
| HSL | 162.09º | 0.27% | 0.48% | - |
| HSV(B) | 162.09º | 0.43% | 0.62% | - |
| XYZ | 20.79 | 28.09 | 27.99 | - |
| YUV | 134.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 137 | 0.43 | 0 | 0.13 | 0.38 | 162.09 | 0.27 | 0.48 |
| Hex | 5A | 9D | 89 | 2B | 0 | D | 26 | A2 | 1B | 30 |
| Octal | 132 | 235 | 211 | 53 | 0 | 15 | 46 | 242 | 33 | 60 |
| Binary | 1011010 | 10011101 | 10001001 | 101011 | 0 | 1101 | 100110 | 10100010 | 11011 | 110000 |
Color Harmonies of #5A9D89
Complementary color
Monochromatic Colors of #5A9D89
Black with #5A9D89
Text Example
Text Example
White with #5A9D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D89; }
p { color: rgb(90,157,137); }
H1.HeaderClassName
{
color: #5A9D89;
}
.AnyTagClassName
{
color: #5A9D89;
}
</style>
background-color css
<style>
a { background-color: #5A9D89; }
a { background-color: rgb(90,157,137); }
div.DivClassName
{
background-color: #5A9D89;
}
.BgClassName
{
background-color: #5A9D89;
}
</style>
border-color css
<style>
span { border-color: #5A9D89; }
span { border-color: rgb(90,157,137); }
td.TdClassName
{
border-color: #5A9D89;
}
.TagClassName
{
border-color: #5A9D89;
}
</style>