Shades of Patina #5AA092
Tints of Patina #5AA092
RGB
CMYK
RGB Variations
Color information
#5AA092 (or 0x5AA092) is known color: Patina. HEX triplet: 5A, A0 and 92. RGB value is (90,160,146). Sum of RGB (Red+Green+Blue) = 90+160+146=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA092 is #A55F6D. Grayscale: #898989. Windows color (decimal): -10837870 or 9609306. OLE color: 9609306.
HSL color Cylindrical-coordinate representation of color #5AA092: hue angle of 168º 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 #5AA092 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 160 | 146 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.37 |
| HSL | 168º | 0.28% | 0.49% | - |
| HSV(B) | 168º | 0.44% | 0.63% | - |
| XYZ | 21.98 | 29.39 | 31.71 | - |
| YUV | 137.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 146 | 0.44 | 0 | 0.09 | 0.37 | 168 | 0.28 | 0.49 |
| Hex | 5A | A0 | 92 | 2C | 0 | 9 | 25 | A8 | 1C | 31 |
| Octal | 132 | 240 | 222 | 54 | 0 | 11 | 45 | 250 | 34 | 61 |
| Binary | 1011010 | 10100000 | 10010010 | 101100 | 0 | 1001 | 100101 | 10101000 | 11100 | 110001 |
Color Harmonies of #5AA092
Complementary color
Monochromatic Colors of #5AA092
Black with #5AA092
Text Example
Text Example
White with #5AA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA092; }
p { color: rgb(90,160,146); }
H1.HeaderClassName
{
color: #5AA092;
}
.AnyTagClassName
{
color: #5AA092;
}
</style>
background-color css
<style>
a { background-color: #5AA092; }
a { background-color: rgb(90,160,146); }
div.DivClassName
{
background-color: #5AA092;
}
.BgClassName
{
background-color: #5AA092;
}
</style>
border-color css
<style>
span { border-color: #5AA092; }
span { border-color: rgb(90,160,146); }
td.TdClassName
{
border-color: #5AA092;
}
.TagClassName
{
border-color: #5AA092;
}
</style>