Shades of Patina #5AA191
Tints of Patina #5AA191
RGB
CMYK
RGB Variations
Color information
#5AA191 (or 0x5AA191) is known color: Patina. HEX triplet: 5A, A1 and 91. RGB value is (90,161,145). Sum of RGB (Red+Green+Blue) = 90+161+145=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA191 is #A55E6E. Grayscale: #898989. Windows color (decimal): -10837615 or 9544026. OLE color: 9544026.
HSL color Cylindrical-coordinate representation of color #5AA191: hue angle of 166.48º 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 #5AA191 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 145 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.37 |
| HSL | 166.48º | 0.28% | 0.49% | - |
| HSV(B) | 166.48º | 0.44% | 0.63% | - |
| XYZ | 22.07 | 29.71 | 31.36 | - |
| YUV | 137.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 145 | 0.44 | 0 | 0.10 | 0.37 | 166.48 | 0.28 | 0.49 |
| Hex | 5A | A1 | 91 | 2C | 0 | A | 25 | A6 | 1C | 31 |
| Octal | 132 | 241 | 221 | 54 | 0 | 12 | 45 | 246 | 34 | 61 |
| Binary | 1011010 | 10100001 | 10010001 | 101100 | 0 | 1010 | 100101 | 10100110 | 11100 | 110001 |
Color Harmonies of #5AA191
Complementary color
Monochromatic Colors of #5AA191
Black with #5AA191
Text Example
Text Example
White with #5AA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA191; }
p { color: rgb(90,161,145); }
H1.HeaderClassName
{
color: #5AA191;
}
.AnyTagClassName
{
color: #5AA191;
}
</style>
background-color css
<style>
a { background-color: #5AA191; }
a { background-color: rgb(90,161,145); }
div.DivClassName
{
background-color: #5AA191;
}
.BgClassName
{
background-color: #5AA191;
}
</style>
border-color css
<style>
span { border-color: #5AA191; }
span { border-color: rgb(90,161,145); }
td.TdClassName
{
border-color: #5AA191;
}
.TagClassName
{
border-color: #5AA191;
}
</style>