Shades of Patina #5D988C
Tints of Patina #5D988C
RGB
CMYK
RGB Variations
Color information
#5D988C (or 0x5D988C) is known color: Patina. HEX triplet: 5D, 98 and 8C. RGB value is (93,152,140). Sum of RGB (Red+Green+Blue) = 93+152+140=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #5D988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D988C is #A26773. Grayscale: #848484. Windows color (decimal): -10643316 or 9214045. OLE color: 9214045.
HSL color Cylindrical-coordinate representation of color #5D988C: hue angle of 167.8º 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 #5D988C is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 152 | 140 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.40 |
| HSL | 167.8º | 0.24% | 0.48% | - |
| HSV(B) | 167.8º | 0.39% | 0.6% | - |
| XYZ | 20.48 | 26.68 | 28.88 | - |
| YUV | 132.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 152 | 140 | 0.39 | 0 | 0.08 | 0.40 | 167.8 | 0.24 | 0.48 |
| Hex | 5D | 98 | 8C | 27 | 0 | 8 | 28 | A8 | 18 | 30 |
| Octal | 135 | 230 | 214 | 47 | 0 | 10 | 50 | 250 | 30 | 60 |
| Binary | 1011101 | 10011000 | 10001100 | 100111 | 0 | 1000 | 101000 | 10101000 | 11000 | 110000 |
Color Harmonies of #5D988C
Complementary color
Monochromatic Colors of #5D988C
Black with #5D988C
Text Example
Text Example
White with #5D988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D988C; }
p { color: rgb(93,152,140); }
H1.HeaderClassName
{
color: #5D988C;
}
.AnyTagClassName
{
color: #5D988C;
}
</style>
background-color css
<style>
a { background-color: #5D988C; }
a { background-color: rgb(93,152,140); }
div.DivClassName
{
background-color: #5D988C;
}
.BgClassName
{
background-color: #5D988C;
}
</style>
border-color css
<style>
span { border-color: #5D988C; }
span { border-color: rgb(93,152,140); }
td.TdClassName
{
border-color: #5D988C;
}
.TagClassName
{
border-color: #5D988C;
}
</style>