Shades of Patina #5BA287
Tints of Patina #5BA287
RGB
CMYK
RGB Variations
Color information
#5BA287 (or 0x5BA287) is known color: Patina. HEX triplet: 5B, A2 and 87. RGB value is (91,162,135). Sum of RGB (Red+Green+Blue) = 91+162+135=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA287 is #A45D78. Grayscale: #898989. Windows color (decimal): -10771833 or 8888923. OLE color: 8888923.
HSL color Cylindrical-coordinate representation of color #5BA287: hue angle of 157.18º 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 #5BA287 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 135 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.36 |
| HSL | 157.18º | 0.28% | 0.5% | - |
| HSV(B) | 157.18º | 0.44% | 0.64% | - |
| XYZ | 21.61 | 29.81 | 27.54 | - |
| YUV | 137.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 135 | 0.44 | 0 | 0.17 | 0.36 | 157.18 | 0.28 | 0.5 |
| Hex | 5B | A2 | 87 | 2C | 0 | 11 | 24 | 9D | 1C | 32 |
| Octal | 133 | 242 | 207 | 54 | 0 | 21 | 44 | 235 | 34 | 62 |
| Binary | 1011011 | 10100010 | 10000111 | 101100 | 0 | 10001 | 100100 | 10011101 | 11100 | 110010 |
Color Harmonies of #5BA287
Complementary color
Monochromatic Colors of #5BA287
Black with #5BA287
Text Example
Text Example
White with #5BA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA287; }
p { color: rgb(91,162,135); }
H1.HeaderClassName
{
color: #5BA287;
}
.AnyTagClassName
{
color: #5BA287;
}
</style>
background-color css
<style>
a { background-color: #5BA287; }
a { background-color: rgb(91,162,135); }
div.DivClassName
{
background-color: #5BA287;
}
.BgClassName
{
background-color: #5BA287;
}
</style>
border-color css
<style>
span { border-color: #5BA287; }
span { border-color: rgb(91,162,135); }
td.TdClassName
{
border-color: #5BA287;
}
.TagClassName
{
border-color: #5BA287;
}
</style>