Shades of Patina #5BA388
Tints of Patina #5BA388
RGB
CMYK
RGB Variations
Color information
#5BA388 (or 0x5BA388) is known color: Patina. HEX triplet: 5B, A3 and 88. RGB value is (91,163,136). Sum of RGB (Red+Green+Blue) = 91+163+136=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA388 is #A45C77. Grayscale: #8A8A8A. Windows color (decimal): -10771576 or 8954715. OLE color: 8954715.
HSL color Cylindrical-coordinate representation of color #5BA388: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA388 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 163 | 136 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.36 |
| HSL | 157.5º | 0.28% | 0.5% | - |
| HSV(B) | 157.5º | 0.44% | 0.64% | - |
| XYZ | 21.86 | 30.2 | 27.97 | - |
| YUV | 138.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 163 | 136 | 0.44 | 0 | 0.17 | 0.36 | 157.5 | 0.28 | 0.5 |
| Hex | 5B | A3 | 88 | 2C | 0 | 11 | 24 | 9E | 1C | 32 |
| Octal | 133 | 243 | 210 | 54 | 0 | 21 | 44 | 236 | 34 | 62 |
| Binary | 1011011 | 10100011 | 10001000 | 101100 | 0 | 10001 | 100100 | 10011110 | 11100 | 110010 |
Color Harmonies of #5BA388
Complementary color
Monochromatic Colors of #5BA388
Black with #5BA388
Text Example
Text Example
White with #5BA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA388; }
p { color: rgb(91,163,136); }
H1.HeaderClassName
{
color: #5BA388;
}
.AnyTagClassName
{
color: #5BA388;
}
</style>
background-color css
<style>
a { background-color: #5BA388; }
a { background-color: rgb(91,163,136); }
div.DivClassName
{
background-color: #5BA388;
}
.BgClassName
{
background-color: #5BA388;
}
</style>
border-color css
<style>
span { border-color: #5BA388; }
span { border-color: rgb(91,163,136); }
td.TdClassName
{
border-color: #5BA388;
}
.TagClassName
{
border-color: #5BA388;
}
</style>