Shades of Patina #5BA486
Tints of Patina #5BA486
RGB
CMYK
RGB Variations
Color information
#5BA486 (or 0x5BA486) is known color: Patina. HEX triplet: 5B, A4 and 86. RGB value is (91,164,134). Sum of RGB (Red+Green+Blue) = 91+164+134=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA486 is #A45B79. Grayscale: #8A8A8A. Windows color (decimal): -10771322 or 8823899. OLE color: 8823899.
HSL color Cylindrical-coordinate representation of color #5BA486: hue angle of 155.34º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA486 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 134 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.36 |
| HSL | 155.34º | 0.29% | 0.5% | - |
| HSV(B) | 155.34º | 0.45% | 0.64% | - |
| XYZ | 21.89 | 30.5 | 27.29 | - |
| YUV | 138.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 134 | 0.45 | 0 | 0.18 | 0.36 | 155.34 | 0.29 | 0.5 |
| Hex | 5B | A4 | 86 | 2D | 0 | 12 | 24 | 9B | 1D | 32 |
| Octal | 133 | 244 | 206 | 55 | 0 | 22 | 44 | 233 | 35 | 62 |
| Binary | 1011011 | 10100100 | 10000110 | 101101 | 0 | 10010 | 100100 | 10011011 | 11101 | 110010 |
Color Harmonies of #5BA486
Complementary color
Monochromatic Colors of #5BA486
Black with #5BA486
Text Example
Text Example
White with #5BA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA486; }
p { color: rgb(91,164,134); }
H1.HeaderClassName
{
color: #5BA486;
}
.AnyTagClassName
{
color: #5BA486;
}
</style>
background-color css
<style>
a { background-color: #5BA486; }
a { background-color: rgb(91,164,134); }
div.DivClassName
{
background-color: #5BA486;
}
.BgClassName
{
background-color: #5BA486;
}
</style>
border-color css
<style>
span { border-color: #5BA486; }
span { border-color: rgb(91,164,134); }
td.TdClassName
{
border-color: #5BA486;
}
.TagClassName
{
border-color: #5BA486;
}
</style>