Shades of Patina #5AA186
Tints of Patina #5AA186
RGB
CMYK
RGB Variations
Color information
#5AA186 (or 0x5AA186) is known color: Patina. HEX triplet: 5A, A1 and 86. RGB value is (90,161,134). Sum of RGB (Red+Green+Blue) = 90+161+134=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA186 is #A55E79. Grayscale: #888888. Windows color (decimal): -10837626 or 8823130. OLE color: 8823130.
HSL color Cylindrical-coordinate representation of color #5AA186: hue angle of 157.18º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA186 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 134 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.37 |
| HSL | 157.18º | 0.28% | 0.49% | - |
| HSV(B) | 157.18º | 0.44% | 0.63% | - |
| XYZ | 21.26 | 29.38 | 27.11 | - |
| YUV | 136.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 134 | 0.44 | 0 | 0.17 | 0.37 | 157.18 | 0.28 | 0.49 |
| Hex | 5A | A1 | 86 | 2C | 0 | 11 | 25 | 9D | 1C | 31 |
| Octal | 132 | 241 | 206 | 54 | 0 | 21 | 45 | 235 | 34 | 61 |
| Binary | 1011010 | 10100001 | 10000110 | 101100 | 0 | 10001 | 100101 | 10011101 | 11100 | 110001 |
Color Harmonies of #5AA186
Complementary color
Monochromatic Colors of #5AA186
Black with #5AA186
Text Example
Text Example
White with #5AA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA186; }
p { color: rgb(90,161,134); }
H1.HeaderClassName
{
color: #5AA186;
}
.AnyTagClassName
{
color: #5AA186;
}
</style>
background-color css
<style>
a { background-color: #5AA186; }
a { background-color: rgb(90,161,134); }
div.DivClassName
{
background-color: #5AA186;
}
.BgClassName
{
background-color: #5AA186;
}
</style>
border-color css
<style>
span { border-color: #5AA186; }
span { border-color: rgb(90,161,134); }
td.TdClassName
{
border-color: #5AA186;
}
.TagClassName
{
border-color: #5AA186;
}
</style>