Shades of Patina #5E988B
Tints of Patina #5E988B
RGB
CMYK
RGB Variations
Color information
#5E988B (or 0x5E988B) is known color: Patina. HEX triplet: 5E, 98 and 8B. RGB value is (94,152,139). Sum of RGB (Red+Green+Blue) = 94+152+139=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #5E988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E988B is #A16774. Grayscale: #858585. Windows color (decimal): -10577781 or 9148510. OLE color: 9148510.
HSL color Cylindrical-coordinate representation of color #5E988B: hue angle of 166.55º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E988B is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 139 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.40 |
| HSL | 166.55º | 0.24% | 0.48% | - |
| HSV(B) | 166.55º | 0.38% | 0.6% | - |
| XYZ | 20.5 | 26.7 | 28.5 | - |
| YUV | 133.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 139 | 0.38 | 0 | 0.09 | 0.40 | 166.55 | 0.24 | 0.48 |
| Hex | 5E | 98 | 8B | 26 | 0 | 9 | 28 | A7 | 18 | 30 |
| Octal | 136 | 230 | 213 | 46 | 0 | 11 | 50 | 247 | 30 | 60 |
| Binary | 1011110 | 10011000 | 10001011 | 100110 | 0 | 1001 | 101000 | 10100111 | 11000 | 110000 |
Color Harmonies of #5E988B
Complementary color
Monochromatic Colors of #5E988B
Black with #5E988B
Text Example
Text Example
White with #5E988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E988B; }
p { color: rgb(94,152,139); }
H1.HeaderClassName
{
color: #5E988B;
}
.AnyTagClassName
{
color: #5E988B;
}
</style>
background-color css
<style>
a { background-color: #5E988B; }
a { background-color: rgb(94,152,139); }
div.DivClassName
{
background-color: #5E988B;
}
.BgClassName
{
background-color: #5E988B;
}
</style>
border-color css
<style>
span { border-color: #5E988B; }
span { border-color: rgb(94,152,139); }
td.TdClassName
{
border-color: #5E988B;
}
.TagClassName
{
border-color: #5E988B;
}
</style>