Shades of Patina #5BA284
Tints of Patina #5BA284
RGB
CMYK
RGB Variations
Color information
#5BA284 (or 0x5BA284) is known color: Patina. HEX triplet: 5B, A2 and 84. RGB value is (91,162,132). Sum of RGB (Red+Green+Blue) = 91+162+132=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA284 is #A45D7B. Grayscale: #898989. Windows color (decimal): -10771836 or 8692315. OLE color: 8692315.
HSL color Cylindrical-coordinate representation of color #5BA284: hue angle of 154.65º 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 #5BA284 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 132 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.36 |
| HSL | 154.65º | 0.28% | 0.5% | - |
| HSV(B) | 154.65º | 0.44% | 0.64% | - |
| XYZ | 21.4 | 29.73 | 26.44 | - |
| YUV | 137.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 132 | 0.44 | 0 | 0.19 | 0.36 | 154.65 | 0.28 | 0.5 |
| Hex | 5B | A2 | 84 | 2C | 0 | 13 | 24 | 9B | 1C | 32 |
| Octal | 133 | 242 | 204 | 54 | 0 | 23 | 44 | 233 | 34 | 62 |
| Binary | 1011011 | 10100010 | 10000100 | 101100 | 0 | 10011 | 100100 | 10011011 | 11100 | 110010 |
Color Harmonies of #5BA284
Complementary color
Monochromatic Colors of #5BA284
Black with #5BA284
Text Example
Text Example
White with #5BA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA284; }
p { color: rgb(91,162,132); }
H1.HeaderClassName
{
color: #5BA284;
}
.AnyTagClassName
{
color: #5BA284;
}
</style>
background-color css
<style>
a { background-color: #5BA284; }
a { background-color: rgb(91,162,132); }
div.DivClassName
{
background-color: #5BA284;
}
.BgClassName
{
background-color: #5BA284;
}
</style>
border-color css
<style>
span { border-color: #5BA284; }
span { border-color: rgb(91,162,132); }
td.TdClassName
{
border-color: #5BA284;
}
.TagClassName
{
border-color: #5BA284;
}
</style>