Shades of Patina #5B957E
Tints of Patina #5B957E
RGB
CMYK
RGB Variations
Color information
#5B957E (or 0x5B957E) is known color: Patina. HEX triplet: 5B, 95 and 7E. RGB value is (91,149,126). Sum of RGB (Red+Green+Blue) = 91+149+126=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #5B957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B957E is #A46A81. Grayscale: #818181. Windows color (decimal): -10775170 or 8295771. OLE color: 8295771.
HSL color Cylindrical-coordinate representation of color #5B957E: hue angle of 156.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B957E is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 126 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.42 |
| HSL | 156.21º | 0.24% | 0.47% | - |
| HSV(B) | 156.21º | 0.39% | 0.58% | - |
| XYZ | 18.83 | 25.23 | 23.62 | - |
| YUV | 129.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 126 | 0.39 | 0 | 0.15 | 0.42 | 156.21 | 0.24 | 0.47 |
| Hex | 5B | 95 | 7E | 27 | 0 | F | 2A | 9C | 18 | 2F |
| Octal | 133 | 225 | 176 | 47 | 0 | 17 | 52 | 234 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1111110 | 100111 | 0 | 1111 | 101010 | 10011100 | 11000 | 101111 |
Color Harmonies of #5B957E
Complementary color
Monochromatic Colors of #5B957E
Black with #5B957E
Text Example
Text Example
White with #5B957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B957E; }
p { color: rgb(91,149,126); }
H1.HeaderClassName
{
color: #5B957E;
}
.AnyTagClassName
{
color: #5B957E;
}
</style>
background-color css
<style>
a { background-color: #5B957E; }
a { background-color: rgb(91,149,126); }
div.DivClassName
{
background-color: #5B957E;
}
.BgClassName
{
background-color: #5B957E;
}
</style>
border-color css
<style>
span { border-color: #5B957E; }
span { border-color: rgb(91,149,126); }
td.TdClassName
{
border-color: #5B957E;
}
.TagClassName
{
border-color: #5B957E;
}
</style>