Shades of Patina #5B9380
Tints of Patina #5B9380
RGB
CMYK
RGB Variations
Color information
#5B9380 (or 0x5B9380) is known color: Patina. HEX triplet: 5B, 93 and 80. RGB value is (91,147,128). Sum of RGB (Red+Green+Blue) = 91+147+128=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9380 is #A46C7F. Grayscale: #808080. Windows color (decimal): -10775680 or 8426331. OLE color: 8426331.
HSL color Cylindrical-coordinate representation of color #5B9380: hue angle of 159.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9380 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 128 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.42 |
| HSL | 159.64º | 0.24% | 0.47% | - |
| HSV(B) | 159.64º | 0.38% | 0.58% | - |
| XYZ | 18.64 | 24.65 | 24.2 | - |
| YUV | 128.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 128 | 0.38 | 0 | 0.13 | 0.42 | 159.64 | 0.24 | 0.47 |
| Hex | 5B | 93 | 80 | 26 | 0 | D | 2A | A0 | 18 | 2F |
| Octal | 133 | 223 | 200 | 46 | 0 | 15 | 52 | 240 | 30 | 57 |
| Binary | 1011011 | 10010011 | 10000000 | 100110 | 0 | 1101 | 101010 | 10100000 | 11000 | 101111 |
Color Harmonies of #5B9380
Complementary color
Monochromatic Colors of #5B9380
Black with #5B9380
Text Example
Text Example
White with #5B9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9380; }
p { color: rgb(91,147,128); }
H1.HeaderClassName
{
color: #5B9380;
}
.AnyTagClassName
{
color: #5B9380;
}
</style>
background-color css
<style>
a { background-color: #5B9380; }
a { background-color: rgb(91,147,128); }
div.DivClassName
{
background-color: #5B9380;
}
.BgClassName
{
background-color: #5B9380;
}
</style>
border-color css
<style>
span { border-color: #5B9380; }
span { border-color: rgb(91,147,128); }
td.TdClassName
{
border-color: #5B9380;
}
.TagClassName
{
border-color: #5B9380;
}
</style>