Shades of Patina #5B9781
Tints of Patina #5B9781
RGB
CMYK
RGB Variations
Color information
#5B9781 (or 0x5B9781) is known color: Patina. HEX triplet: 5B, 97 and 81. RGB value is (91,151,129). Sum of RGB (Red+Green+Blue) = 91+151+129=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9781 is #A4687E. Grayscale: #828282. Windows color (decimal): -10774655 or 8492891. OLE color: 8492891.
HSL color Cylindrical-coordinate representation of color #5B9781: hue angle of 158º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9781 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 129 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.41 |
| HSL | 158º | 0.25% | 0.47% | - |
| HSV(B) | 158º | 0.4% | 0.59% | - |
| XYZ | 19.34 | 25.94 | 24.76 | - |
| YUV | 130.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 129 | 0.40 | 0 | 0.15 | 0.41 | 158 | 0.25 | 0.47 |
| Hex | 5B | 97 | 81 | 28 | 0 | F | 29 | 9E | 19 | 2F |
| Octal | 133 | 227 | 201 | 50 | 0 | 17 | 51 | 236 | 31 | 57 |
| Binary | 1011011 | 10010111 | 10000001 | 101000 | 0 | 1111 | 101001 | 10011110 | 11001 | 101111 |
Color Harmonies of #5B9781
Complementary color
Monochromatic Colors of #5B9781
Black with #5B9781
Text Example
Text Example
White with #5B9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9781; }
p { color: rgb(91,151,129); }
H1.HeaderClassName
{
color: #5B9781;
}
.AnyTagClassName
{
color: #5B9781;
}
</style>
background-color css
<style>
a { background-color: #5B9781; }
a { background-color: rgb(91,151,129); }
div.DivClassName
{
background-color: #5B9781;
}
.BgClassName
{
background-color: #5B9781;
}
</style>
border-color css
<style>
span { border-color: #5B9781; }
span { border-color: rgb(91,151,129); }
td.TdClassName
{
border-color: #5B9781;
}
.TagClassName
{
border-color: #5B9781;
}
</style>