Shades of Patina #5AA188
Tints of Patina #5AA188
RGB
CMYK
RGB Variations
Color information
#5AA188 (or 0x5AA188) is known color: Patina. HEX triplet: 5A, A1 and 88. RGB value is (90,161,136). Sum of RGB (Red+Green+Blue) = 90+161+136=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA188 is #A55E77. Grayscale: #888888. Windows color (decimal): -10837624 or 8954202. OLE color: 8954202.
HSL color Cylindrical-coordinate representation of color #5AA188: hue angle of 158.87º 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 #5AA188 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 136 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.37 |
| HSL | 158.87º | 0.28% | 0.49% | - |
| HSV(B) | 158.87º | 0.44% | 0.63% | - |
| XYZ | 21.41 | 29.44 | 27.85 | - |
| YUV | 136.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 136 | 0.44 | 0 | 0.16 | 0.37 | 158.87 | 0.28 | 0.49 |
| Hex | 5A | A1 | 88 | 2C | 0 | 10 | 25 | 9F | 1C | 31 |
| Octal | 132 | 241 | 210 | 54 | 0 | 20 | 45 | 237 | 34 | 61 |
| Binary | 1011010 | 10100001 | 10001000 | 101100 | 0 | 10000 | 100101 | 10011111 | 11100 | 110001 |
Color Harmonies of #5AA188
Complementary color
Monochromatic Colors of #5AA188
Black with #5AA188
Text Example
Text Example
White with #5AA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA188; }
p { color: rgb(90,161,136); }
H1.HeaderClassName
{
color: #5AA188;
}
.AnyTagClassName
{
color: #5AA188;
}
</style>
background-color css
<style>
a { background-color: #5AA188; }
a { background-color: rgb(90,161,136); }
div.DivClassName
{
background-color: #5AA188;
}
.BgClassName
{
background-color: #5AA188;
}
</style>
border-color css
<style>
span { border-color: #5AA188; }
span { border-color: rgb(90,161,136); }
td.TdClassName
{
border-color: #5AA188;
}
.TagClassName
{
border-color: #5AA188;
}
</style>