Shades of Patina #5B988E
Tints of Patina #5B988E
RGB
CMYK
RGB Variations
Color information
#5B988E (or 0x5B988E) is known color: Patina. HEX triplet: 5B, 98 and 8E. RGB value is (91,152,142). Sum of RGB (Red+Green+Blue) = 91+152+142=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #5B988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B988E is #A46771. Grayscale: #848484. Windows color (decimal): -10774386 or 9345115. OLE color: 9345115.
HSL color Cylindrical-coordinate representation of color #5B988E: hue angle of 170.16º 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 #5B988E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 142 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.40 |
| HSL | 170.16º | 0.25% | 0.48% | - |
| HSV(B) | 170.16º | 0.4% | 0.6% | - |
| XYZ | 20.43 | 26.63 | 29.66 | - |
| YUV | 132.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 142 | 0.40 | 0 | 0.07 | 0.40 | 170.16 | 0.25 | 0.48 |
| Hex | 5B | 98 | 8E | 28 | 0 | 7 | 28 | AA | 19 | 30 |
| Octal | 133 | 230 | 216 | 50 | 0 | 7 | 50 | 252 | 31 | 60 |
| Binary | 1011011 | 10011000 | 10001110 | 101000 | 0 | 111 | 101000 | 10101010 | 11001 | 110000 |
Color Harmonies of #5B988E
Complementary color
Monochromatic Colors of #5B988E
Black with #5B988E
Text Example
Text Example
White with #5B988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B988E; }
p { color: rgb(91,152,142); }
H1.HeaderClassName
{
color: #5B988E;
}
.AnyTagClassName
{
color: #5B988E;
}
</style>
background-color css
<style>
a { background-color: #5B988E; }
a { background-color: rgb(91,152,142); }
div.DivClassName
{
background-color: #5B988E;
}
.BgClassName
{
background-color: #5B988E;
}
</style>
border-color css
<style>
span { border-color: #5B988E; }
span { border-color: rgb(91,152,142); }
td.TdClassName
{
border-color: #5B988E;
}
.TagClassName
{
border-color: #5B988E;
}
</style>