Shades of Patina #5B978E
Tints of Patina #5B978E
RGB
CMYK
RGB Variations
Color information
#5B978E (or 0x5B978E) is known color: Patina. HEX triplet: 5B, 97 and 8E. RGB value is (91,151,142). Sum of RGB (Red+Green+Blue) = 91+151+142=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #5B978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B978E is #A46871. Grayscale: #848484. Windows color (decimal): -10774642 or 9344859. OLE color: 9344859.
HSL color Cylindrical-coordinate representation of color #5B978E: hue angle of 171º 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 #5B978E is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 142 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.41 |
| HSL | 171º | 0.25% | 0.47% | - |
| HSV(B) | 171º | 0.4% | 0.59% | - |
| XYZ | 20.26 | 26.31 | 29.6 | - |
| YUV | 132.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 142 | 0.40 | 0 | 0.06 | 0.41 | 171 | 0.25 | 0.47 |
| Hex | 5B | 97 | 8E | 28 | 0 | 6 | 29 | AB | 19 | 2F |
| Octal | 133 | 227 | 216 | 50 | 0 | 6 | 51 | 253 | 31 | 57 |
| Binary | 1011011 | 10010111 | 10001110 | 101000 | 0 | 110 | 101001 | 10101011 | 11001 | 101111 |
Color Harmonies of #5B978E
Complementary color
Monochromatic Colors of #5B978E
Black with #5B978E
Text Example
Text Example
White with #5B978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B978E; }
p { color: rgb(91,151,142); }
H1.HeaderClassName
{
color: #5B978E;
}
.AnyTagClassName
{
color: #5B978E;
}
</style>
background-color css
<style>
a { background-color: #5B978E; }
a { background-color: rgb(91,151,142); }
div.DivClassName
{
background-color: #5B978E;
}
.BgClassName
{
background-color: #5B978E;
}
</style>
border-color css
<style>
span { border-color: #5B978E; }
span { border-color: rgb(91,151,142); }
td.TdClassName
{
border-color: #5B978E;
}
.TagClassName
{
border-color: #5B978E;
}
</style>