Shades of Patina #5B977A
Tints of Patina #5B977A
RGB
CMYK
RGB Variations
Color information
#5B977A (or 0x5B977A) is known color: Patina. HEX triplet: 5B, 97 and 7A. RGB value is (91,151,122). Sum of RGB (Red+Green+Blue) = 91+151+122=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #5B977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B977A is #A46885. Grayscale: #818181. Windows color (decimal): -10774662 or 8034139. OLE color: 8034139.
HSL color Cylindrical-coordinate representation of color #5B977A: hue angle of 151º 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 #5B977A is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 122 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.41 |
| HSL | 151º | 0.25% | 0.47% | - |
| HSV(B) | 151º | 0.4% | 0.59% | - |
| XYZ | 18.89 | 25.76 | 22.39 | - |
| YUV | 129.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 122 | 0.40 | 0 | 0.19 | 0.41 | 151 | 0.25 | 0.47 |
| Hex | 5B | 97 | 7A | 28 | 0 | 13 | 29 | 97 | 19 | 2F |
| Octal | 133 | 227 | 172 | 50 | 0 | 23 | 51 | 227 | 31 | 57 |
| Binary | 1011011 | 10010111 | 1111010 | 101000 | 0 | 10011 | 101001 | 10010111 | 11001 | 101111 |
Color Harmonies of #5B977A
Complementary color
Monochromatic Colors of #5B977A
Black with #5B977A
Text Example
Text Example
White with #5B977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B977A; }
p { color: rgb(91,151,122); }
H1.HeaderClassName
{
color: #5B977A;
}
.AnyTagClassName
{
color: #5B977A;
}
</style>
background-color css
<style>
a { background-color: #5B977A; }
a { background-color: rgb(91,151,122); }
div.DivClassName
{
background-color: #5B977A;
}
.BgClassName
{
background-color: #5B977A;
}
</style>
border-color css
<style>
span { border-color: #5B977A; }
span { border-color: rgb(91,151,122); }
td.TdClassName
{
border-color: #5B977A;
}
.TagClassName
{
border-color: #5B977A;
}
</style>