Shades of Patina #5A9E88
Tints of Patina #5A9E88
RGB
CMYK
RGB Variations
Color information
#5A9E88 (or 0x5A9E88) is known color: Patina. HEX triplet: 5A, 9E and 88. RGB value is (90,158,136). Sum of RGB (Red+Green+Blue) = 90+158+136=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9E88 is #A56177. Grayscale: #878787. Windows color (decimal): -10838392 or 8953434. OLE color: 8953434.
HSL color Cylindrical-coordinate representation of color #5A9E88: hue angle of 160.59º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E88 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 136 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.38 |
| HSL | 160.59º | 0.27% | 0.49% | - |
| HSV(B) | 160.59º | 0.43% | 0.62% | - |
| XYZ | 20.89 | 28.4 | 27.67 | - |
| YUV | 135.16 | 128.47 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 136 | 0.43 | 0 | 0.14 | 0.38 | 160.59 | 0.27 | 0.49 |
| Hex | 5A | 9E | 88 | 2B | 0 | E | 26 | A1 | 1B | 31 |
| Octal | 132 | 236 | 210 | 53 | 0 | 16 | 46 | 241 | 33 | 61 |
| Binary | 1011010 | 10011110 | 10001000 | 101011 | 0 | 1110 | 100110 | 10100001 | 11011 | 110001 |
Color Harmonies of #5A9E88
Complementary color
Monochromatic Colors of #5A9E88
Black with #5A9E88
Text Example
Text Example
White with #5A9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E88; }
p { color: rgb(90,158,136); }
H1.HeaderClassName
{
color: #5A9E88;
}
.AnyTagClassName
{
color: #5A9E88;
}
</style>
background-color css
<style>
a { background-color: #5A9E88; }
a { background-color: rgb(90,158,136); }
div.DivClassName
{
background-color: #5A9E88;
}
.BgClassName
{
background-color: #5A9E88;
}
</style>
border-color css
<style>
span { border-color: #5A9E88; }
span { border-color: rgb(90,158,136); }
td.TdClassName
{
border-color: #5A9E88;
}
.TagClassName
{
border-color: #5A9E88;
}
</style>