Shades of Patina #5BA886
Tints of Patina #5BA886
RGB
CMYK
RGB Variations
Color information
#5BA886 (or 0x5BA886) is known color: Patina. HEX triplet: 5B, A8 and 86. RGB value is (91,168,134). Sum of RGB (Red+Green+Blue) = 91+168+134=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA886 is #A45779. Grayscale: #8D8D8D. Windows color (decimal): -10770298 or 8824923. OLE color: 8824923.
HSL color Cylindrical-coordinate representation of color #5BA886: hue angle of 153.51º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA886 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 134 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.34 |
| HSL | 153.51º | 0.31% | 0.51% | - |
| HSV(B) | 153.51º | 0.46% | 0.66% | - |
| XYZ | 22.62 | 31.95 | 27.53 | - |
| YUV | 141.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 134 | 0.46 | 0 | 0.20 | 0.34 | 153.51 | 0.31 | 0.51 |
| Hex | 5B | A8 | 86 | 2E | 0 | 14 | 22 | 9A | 1F | 33 |
| Octal | 133 | 250 | 206 | 56 | 0 | 24 | 42 | 232 | 37 | 63 |
| Binary | 1011011 | 10101000 | 10000110 | 101110 | 0 | 10100 | 100010 | 10011010 | 11111 | 110011 |
Color Harmonies of #5BA886
Complementary color
Monochromatic Colors of #5BA886
Black with #5BA886
Text Example
Text Example
White with #5BA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA886; }
p { color: rgb(91,168,134); }
H1.HeaderClassName
{
color: #5BA886;
}
.AnyTagClassName
{
color: #5BA886;
}
</style>
background-color css
<style>
a { background-color: #5BA886; }
a { background-color: rgb(91,168,134); }
div.DivClassName
{
background-color: #5BA886;
}
.BgClassName
{
background-color: #5BA886;
}
</style>
border-color css
<style>
span { border-color: #5BA886; }
span { border-color: rgb(91,168,134); }
td.TdClassName
{
border-color: #5BA886;
}
.TagClassName
{
border-color: #5BA886;
}
</style>