Shades of Patina #5F887C
Tints of Patina #5F887C
RGB
CMYK
RGB Variations
Color information
#5F887C (or 0x5F887C) is known color: Patina. HEX triplet: 5F, 88 and 7C. RGB value is (95,136,124). Sum of RGB (Red+Green+Blue) = 95+136+124=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #5F887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F887C is #A07783. Grayscale: #7A7A7A. Windows color (decimal): -10516356 or 8161375. OLE color: 8161375.
HSL color Cylindrical-coordinate representation of color #5F887C: hue angle of 162.44º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F887C is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 124 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.47 |
| HSL | 162.44º | 0.18% | 0.45% | - |
| HSV(B) | 162.44º | 0.3% | 0.53% | - |
| XYZ | 17.16 | 21.5 | 22.31 | - |
| YUV | 122.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 124 | 0.30 | 0 | 0.09 | 0.47 | 162.44 | 0.18 | 0.45 |
| Hex | 5F | 88 | 7C | 1E | 0 | 9 | 2F | A2 | 12 | 2D |
| Octal | 137 | 210 | 174 | 36 | 0 | 11 | 57 | 242 | 22 | 55 |
| Binary | 1011111 | 10001000 | 1111100 | 11110 | 0 | 1001 | 101111 | 10100010 | 10010 | 101101 |
Color Harmonies of #5F887C
Complementary color
Monochromatic Colors of #5F887C
Black with #5F887C
Text Example
Text Example
White with #5F887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F887C; }
p { color: rgb(95,136,124); }
H1.HeaderClassName
{
color: #5F887C;
}
.AnyTagClassName
{
color: #5F887C;
}
</style>
background-color css
<style>
a { background-color: #5F887C; }
a { background-color: rgb(95,136,124); }
div.DivClassName
{
background-color: #5F887C;
}
.BgClassName
{
background-color: #5F887C;
}
</style>
border-color css
<style>
span { border-color: #5F887C; }
span { border-color: rgb(95,136,124); }
td.TdClassName
{
border-color: #5F887C;
}
.TagClassName
{
border-color: #5F887C;
}
</style>