Shades of Patina #5BA68B
Tints of Patina #5BA68B
RGB
CMYK
RGB Variations
Color information
#5BA68B (or 0x5BA68B) is known color: Patina. HEX triplet: 5B, A6 and 8B. RGB value is (91,166,139). Sum of RGB (Red+Green+Blue) = 91+166+139=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA68B is #A45974. Grayscale: #8C8C8C. Windows color (decimal): -10770805 or 9152091. OLE color: 9152091.
HSL color Cylindrical-coordinate representation of color #5BA68B: hue angle of 158.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA68B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 139 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.35 |
| HSL | 158.4º | 0.3% | 0.5% | - |
| HSV(B) | 158.4º | 0.45% | 0.65% | - |
| XYZ | 22.61 | 31.36 | 29.29 | - |
| YUV | 140.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 139 | 0.45 | 0 | 0.16 | 0.35 | 158.4 | 0.3 | 0.5 |
| Hex | 5B | A6 | 8B | 2D | 0 | 10 | 23 | 9E | 1E | 32 |
| Octal | 133 | 246 | 213 | 55 | 0 | 20 | 43 | 236 | 36 | 62 |
| Binary | 1011011 | 10100110 | 10001011 | 101101 | 0 | 10000 | 100011 | 10011110 | 11110 | 110010 |
Color Harmonies of #5BA68B
Complementary color
Monochromatic Colors of #5BA68B
Black with #5BA68B
Text Example
Text Example
White with #5BA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA68B; }
p { color: rgb(91,166,139); }
H1.HeaderClassName
{
color: #5BA68B;
}
.AnyTagClassName
{
color: #5BA68B;
}
</style>
background-color css
<style>
a { background-color: #5BA68B; }
a { background-color: rgb(91,166,139); }
div.DivClassName
{
background-color: #5BA68B;
}
.BgClassName
{
background-color: #5BA68B;
}
</style>
border-color css
<style>
span { border-color: #5BA68B; }
span { border-color: rgb(91,166,139); }
td.TdClassName
{
border-color: #5BA68B;
}
.TagClassName
{
border-color: #5BA68B;
}
</style>