Shades of Patina #5BA089
Tints of Patina #5BA089
RGB
CMYK
RGB Variations
Color information
#5BA089 (or 0x5BA089) is known color: Patina. HEX triplet: 5B, A0 and 89. RGB value is (91,160,137). Sum of RGB (Red+Green+Blue) = 91+160+137=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA089 is #A45F76. Grayscale: #888888. Windows color (decimal): -10772343 or 9019483. OLE color: 9019483.
HSL color Cylindrical-coordinate representation of color #5BA089: hue angle of 160º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA089 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 137 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.37 |
| HSL | 160º | 0.27% | 0.49% | - |
| HSV(B) | 160º | 0.43% | 0.63% | - |
| XYZ | 21.4 | 29.17 | 28.17 | - |
| YUV | 136.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 137 | 0.43 | 0 | 0.14 | 0.37 | 160 | 0.27 | 0.49 |
| Hex | 5B | A0 | 89 | 2B | 0 | E | 25 | A0 | 1B | 31 |
| Octal | 133 | 240 | 211 | 53 | 0 | 16 | 45 | 240 | 33 | 61 |
| Binary | 1011011 | 10100000 | 10001001 | 101011 | 0 | 1110 | 100101 | 10100000 | 11011 | 110001 |
Color Harmonies of #5BA089
Complementary color
Monochromatic Colors of #5BA089
Black with #5BA089
Text Example
Text Example
White with #5BA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA089; }
p { color: rgb(91,160,137); }
H1.HeaderClassName
{
color: #5BA089;
}
.AnyTagClassName
{
color: #5BA089;
}
</style>
background-color css
<style>
a { background-color: #5BA089; }
a { background-color: rgb(91,160,137); }
div.DivClassName
{
background-color: #5BA089;
}
.BgClassName
{
background-color: #5BA089;
}
</style>
border-color css
<style>
span { border-color: #5BA089; }
span { border-color: rgb(91,160,137); }
td.TdClassName
{
border-color: #5BA089;
}
.TagClassName
{
border-color: #5BA089;
}
</style>