Shades of Patina #5B9783
Tints of Patina #5B9783
RGB
CMYK
RGB Variations
Color information
#5B9783 (or 0x5B9783) is known color: Patina. HEX triplet: 5B, 97 and 83. RGB value is (91,151,131). Sum of RGB (Red+Green+Blue) = 91+151+131=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9783 is #A4687C. Grayscale: #828282. Windows color (decimal): -10774653 or 8623963. OLE color: 8623963.
HSL color Cylindrical-coordinate representation of color #5B9783: hue angle of 160º 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 #5B9783 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 131 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.41 |
| HSL | 160º | 0.25% | 0.47% | - |
| HSV(B) | 160º | 0.4% | 0.59% | - |
| XYZ | 19.48 | 26 | 25.46 | - |
| YUV | 130.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 131 | 0.40 | 0 | 0.13 | 0.41 | 160 | 0.25 | 0.47 |
| Hex | 5B | 97 | 83 | 28 | 0 | D | 29 | A0 | 19 | 2F |
| Octal | 133 | 227 | 203 | 50 | 0 | 15 | 51 | 240 | 31 | 57 |
| Binary | 1011011 | 10010111 | 10000011 | 101000 | 0 | 1101 | 101001 | 10100000 | 11001 | 101111 |
Color Harmonies of #5B9783
Complementary color
Monochromatic Colors of #5B9783
Black with #5B9783
Text Example
Text Example
White with #5B9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9783; }
p { color: rgb(91,151,131); }
H1.HeaderClassName
{
color: #5B9783;
}
.AnyTagClassName
{
color: #5B9783;
}
</style>
background-color css
<style>
a { background-color: #5B9783; }
a { background-color: rgb(91,151,131); }
div.DivClassName
{
background-color: #5B9783;
}
.BgClassName
{
background-color: #5B9783;
}
</style>
border-color css
<style>
span { border-color: #5B9783; }
span { border-color: rgb(91,151,131); }
td.TdClassName
{
border-color: #5B9783;
}
.TagClassName
{
border-color: #5B9783;
}
</style>