Shades of Patina #5B978D
Tints of Patina #5B978D
RGB
CMYK
RGB Variations
Color information
#5B978D (or 0x5B978D) is known color: Patina. HEX triplet: 5B, 97 and 8D. RGB value is (91,151,141). Sum of RGB (Red+Green+Blue) = 91+151+141=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #5B978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B978D is #A46872. Grayscale: #838383. Windows color (decimal): -10774643 or 9279323. OLE color: 9279323.
HSL color Cylindrical-coordinate representation of color #5B978D: hue angle of 170º 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 #5B978D is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 141 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.41 |
| HSL | 170º | 0.25% | 0.47% | - |
| HSV(B) | 170º | 0.4% | 0.59% | - |
| XYZ | 20.19 | 26.28 | 29.21 | - |
| YUV | 131.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 141 | 0.40 | 0 | 0.07 | 0.41 | 170 | 0.25 | 0.47 |
| Hex | 5B | 97 | 8D | 28 | 0 | 7 | 29 | AA | 19 | 2F |
| Octal | 133 | 227 | 215 | 50 | 0 | 7 | 51 | 252 | 31 | 57 |
| Binary | 1011011 | 10010111 | 10001101 | 101000 | 0 | 111 | 101001 | 10101010 | 11001 | 101111 |
Color Harmonies of #5B978D
Complementary color
Monochromatic Colors of #5B978D
Black with #5B978D
Text Example
Text Example
White with #5B978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B978D; }
p { color: rgb(91,151,141); }
H1.HeaderClassName
{
color: #5B978D;
}
.AnyTagClassName
{
color: #5B978D;
}
</style>
background-color css
<style>
a { background-color: #5B978D; }
a { background-color: rgb(91,151,141); }
div.DivClassName
{
background-color: #5B978D;
}
.BgClassName
{
background-color: #5B978D;
}
</style>
border-color css
<style>
span { border-color: #5B978D; }
span { border-color: rgb(91,151,141); }
td.TdClassName
{
border-color: #5B978D;
}
.TagClassName
{
border-color: #5B978D;
}
</style>