Shades of Patina #5B987E
Tints of Patina #5B987E
RGB
CMYK
RGB Variations
Color information
#5B987E (or 0x5B987E) is known color: Patina. HEX triplet: 5B, 98 and 7E. RGB value is (91,152,126). Sum of RGB (Red+Green+Blue) = 91+152+126=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #5B987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B987E is #A46781. Grayscale: #828282. Windows color (decimal): -10774402 or 8296539. OLE color: 8296539.
HSL color Cylindrical-coordinate representation of color #5B987E: hue angle of 154.43º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B987E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 126 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.40 |
| HSL | 154.43º | 0.25% | 0.48% | - |
| HSV(B) | 154.43º | 0.4% | 0.6% | - |
| XYZ | 19.31 | 26.19 | 23.78 | - |
| YUV | 130.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 126 | 0.40 | 0 | 0.17 | 0.40 | 154.43 | 0.25 | 0.48 |
| Hex | 5B | 98 | 7E | 28 | 0 | 11 | 28 | 9A | 19 | 30 |
| Octal | 133 | 230 | 176 | 50 | 0 | 21 | 50 | 232 | 31 | 60 |
| Binary | 1011011 | 10011000 | 1111110 | 101000 | 0 | 10001 | 101000 | 10011010 | 11001 | 110000 |
Color Harmonies of #5B987E
Complementary color
Monochromatic Colors of #5B987E
Black with #5B987E
Text Example
Text Example
White with #5B987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B987E; }
p { color: rgb(91,152,126); }
H1.HeaderClassName
{
color: #5B987E;
}
.AnyTagClassName
{
color: #5B987E;
}
</style>
background-color css
<style>
a { background-color: #5B987E; }
a { background-color: rgb(91,152,126); }
div.DivClassName
{
background-color: #5B987E;
}
.BgClassName
{
background-color: #5B987E;
}
</style>
border-color css
<style>
span { border-color: #5B987E; }
span { border-color: rgb(91,152,126); }
td.TdClassName
{
border-color: #5B987E;
}
.TagClassName
{
border-color: #5B987E;
}
</style>