Shades of Patina #5F988E
Tints of Patina #5F988E
RGB
CMYK
RGB Variations
Color information
#5F988E (or 0x5F988E) is known color: Patina. HEX triplet: 5F, 98 and 8E. RGB value is (95,152,142). Sum of RGB (Red+Green+Blue) = 95+152+142=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #5F988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F988E is #A06771. Grayscale: #858585. Windows color (decimal): -10512242 or 9345119. OLE color: 9345119.
HSL color Cylindrical-coordinate representation of color #5F988E: hue angle of 169.47º degrees, saturation: 0.23, 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 #5F988E is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 152 | 142 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.40 |
| HSL | 169.47º | 0.23% | 0.48% | - |
| HSV(B) | 169.47º | 0.38% | 0.6% | - |
| XYZ | 20.83 | 26.84 | 29.67 | - |
| YUV | 133.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 152 | 142 | 0.38 | 0 | 0.07 | 0.40 | 169.47 | 0.23 | 0.48 |
| Hex | 5F | 98 | 8E | 26 | 0 | 7 | 28 | A9 | 17 | 30 |
| Octal | 137 | 230 | 216 | 46 | 0 | 7 | 50 | 251 | 27 | 60 |
| Binary | 1011111 | 10011000 | 10001110 | 100110 | 0 | 111 | 101000 | 10101001 | 10111 | 110000 |
Color Harmonies of #5F988E
Complementary color
Monochromatic Colors of #5F988E
Black with #5F988E
Text Example
Text Example
White with #5F988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F988E; }
p { color: rgb(95,152,142); }
H1.HeaderClassName
{
color: #5F988E;
}
.AnyTagClassName
{
color: #5F988E;
}
</style>
background-color css
<style>
a { background-color: #5F988E; }
a { background-color: rgb(95,152,142); }
div.DivClassName
{
background-color: #5F988E;
}
.BgClassName
{
background-color: #5F988E;
}
</style>
border-color css
<style>
span { border-color: #5F988E; }
span { border-color: rgb(95,152,142); }
td.TdClassName
{
border-color: #5F988E;
}
.TagClassName
{
border-color: #5F988E;
}
</style>