Shades of Patina #5BA786
Tints of Patina #5BA786
RGB
CMYK
RGB Variations
Color information
#5BA786 (or 0x5BA786) is known color: Patina. HEX triplet: 5B, A7 and 86. RGB value is (91,167,134). Sum of RGB (Red+Green+Blue) = 91+167+134=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA786 is #A45879. Grayscale: #8C8C8C. Windows color (decimal): -10770554 or 8824667. OLE color: 8824667.
HSL color Cylindrical-coordinate representation of color #5BA786: hue angle of 153.95º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA786 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 134 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.35 |
| HSL | 153.95º | 0.3% | 0.51% | - |
| HSV(B) | 153.95º | 0.46% | 0.65% | - |
| XYZ | 22.44 | 31.58 | 27.47 | - |
| YUV | 140.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 134 | 0.46 | 0 | 0.20 | 0.35 | 153.95 | 0.3 | 0.51 |
| Hex | 5B | A7 | 86 | 2E | 0 | 14 | 23 | 9A | 1E | 33 |
| Octal | 133 | 247 | 206 | 56 | 0 | 24 | 43 | 232 | 36 | 63 |
| Binary | 1011011 | 10100111 | 10000110 | 101110 | 0 | 10100 | 100011 | 10011010 | 11110 | 110011 |
Color Harmonies of #5BA786
Complementary color
Monochromatic Colors of #5BA786
Black with #5BA786
Text Example
Text Example
White with #5BA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA786; }
p { color: rgb(91,167,134); }
H1.HeaderClassName
{
color: #5BA786;
}
.AnyTagClassName
{
color: #5BA786;
}
</style>
background-color css
<style>
a { background-color: #5BA786; }
a { background-color: rgb(91,167,134); }
div.DivClassName
{
background-color: #5BA786;
}
.BgClassName
{
background-color: #5BA786;
}
</style>
border-color css
<style>
span { border-color: #5BA786; }
span { border-color: rgb(91,167,134); }
td.TdClassName
{
border-color: #5BA786;
}
.TagClassName
{
border-color: #5BA786;
}
</style>