Shades of Patina #5F887D
Tints of Patina #5F887D
RGB
CMYK
RGB Variations
Color information
#5F887D (or 0x5F887D) is known color: Patina. HEX triplet: 5F, 88 and 7D. RGB value is (95,136,125). Sum of RGB (Red+Green+Blue) = 95+136+125=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #5F887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F887D is #A07782. Grayscale: #7A7A7A. Windows color (decimal): -10516355 or 8226911. OLE color: 8226911.
HSL color Cylindrical-coordinate representation of color #5F887D: hue angle of 163.9º 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 #5F887D is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 125 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.47 |
| HSL | 163.9º | 0.18% | 0.45% | - |
| HSV(B) | 163.9º | 0.3% | 0.53% | - |
| XYZ | 17.23 | 21.52 | 22.65 | - |
| YUV | 122.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 125 | 0.30 | 0 | 0.08 | 0.47 | 163.9 | 0.18 | 0.45 |
| Hex | 5F | 88 | 7D | 1E | 0 | 8 | 2F | A4 | 12 | 2D |
| Octal | 137 | 210 | 175 | 36 | 0 | 10 | 57 | 244 | 22 | 55 |
| Binary | 1011111 | 10001000 | 1111101 | 11110 | 0 | 1000 | 101111 | 10100100 | 10010 | 101101 |
Color Harmonies of #5F887D
Complementary color
Monochromatic Colors of #5F887D
Black with #5F887D
Text Example
Text Example
White with #5F887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F887D; }
p { color: rgb(95,136,125); }
H1.HeaderClassName
{
color: #5F887D;
}
.AnyTagClassName
{
color: #5F887D;
}
</style>
background-color css
<style>
a { background-color: #5F887D; }
a { background-color: rgb(95,136,125); }
div.DivClassName
{
background-color: #5F887D;
}
.BgClassName
{
background-color: #5F887D;
}
</style>
border-color css
<style>
span { border-color: #5F887D; }
span { border-color: rgb(95,136,125); }
td.TdClassName
{
border-color: #5F887D;
}
.TagClassName
{
border-color: #5F887D;
}
</style>