Shades of Patina #5D988E
Tints of Patina #5D988E
RGB
CMYK
RGB Variations
Color information
#5D988E (or 0x5D988E) is known color: Patina. HEX triplet: 5D, 98 and 8E. RGB value is (93,152,142). Sum of RGB (Red+Green+Blue) = 93+152+142=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #5D988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D988E is #A26771. Grayscale: #858585. Windows color (decimal): -10643314 or 9345117. OLE color: 9345117.
HSL color Cylindrical-coordinate representation of color #5D988E: hue angle of 169.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D988E is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 142 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.40 |
| HSL | 169.83º | 0.24% | 0.48% | - |
| HSV(B) | 169.83º | 0.39% | 0.6% | - |
| XYZ | 20.62 | 26.74 | 29.66 | - |
| YUV | 133.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 142 | 0.39 | 0 | 0.07 | 0.40 | 169.83 | 0.24 | 0.48 |
| Hex | 5D | 98 | 8E | 27 | 0 | 7 | 28 | AA | 18 | 30 |
| Octal | 135 | 230 | 216 | 47 | 0 | 7 | 50 | 252 | 30 | 60 |
| Binary | 1011101 | 10011000 | 10001110 | 100111 | 0 | 111 | 101000 | 10101010 | 11000 | 110000 |
Color Harmonies of #5D988E
Complementary color
Monochromatic Colors of #5D988E
Black with #5D988E
Text Example
Text Example
White with #5D988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D988E; }
p { color: rgb(93,152,142); }
H1.HeaderClassName
{
color: #5D988E;
}
.AnyTagClassName
{
color: #5D988E;
}
</style>
background-color css
<style>
a { background-color: #5D988E; }
a { background-color: rgb(93,152,142); }
div.DivClassName
{
background-color: #5D988E;
}
.BgClassName
{
background-color: #5D988E;
}
</style>
border-color css
<style>
span { border-color: #5D988E; }
span { border-color: rgb(93,152,142); }
td.TdClassName
{
border-color: #5D988E;
}
.TagClassName
{
border-color: #5D988E;
}
</style>