Shades of Patina #5F9987
Tints of Patina #5F9987
RGB
CMYK
RGB Variations
Color information
#5F9987 (or 0x5F9987) is known color: Patina. HEX triplet: 5F, 99 and 87. RGB value is (95,153,135). Sum of RGB (Red+Green+Blue) = 95+153+135=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9987 is #A06678. Grayscale: #858585. Windows color (decimal): -10511993 or 8886623. OLE color: 8886623.
HSL color Cylindrical-coordinate representation of color #5F9987: hue angle of 161.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9987 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 135 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.4 |
| HSL | 161.38º | 0.23% | 0.49% | - |
| HSV(B) | 161.38º | 0.38% | 0.6% | - |
| XYZ | 20.48 | 26.96 | 27.05 | - |
| YUV | 133.61 | 128.78 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 135 | 0.38 | 0 | 0.12 | 0.4 | 161.38 | 0.23 | 0.49 |
| Hex | 5F | 99 | 87 | 26 | 0 | C | 28 | A1 | 17 | 31 |
| Octal | 137 | 231 | 207 | 46 | 0 | 14 | 50 | 241 | 27 | 61 |
| Binary | 1011111 | 10011001 | 10000111 | 100110 | 0 | 1100 | 101000 | 10100001 | 10111 | 110001 |
Color Harmonies of #5F9987
Complementary color
Monochromatic Colors of #5F9987
Black with #5F9987
Text Example
Text Example
White with #5F9987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9987; }
p { color: rgb(95,153,135); }
H1.HeaderClassName
{
color: #5F9987;
}
.AnyTagClassName
{
color: #5F9987;
}
</style>
background-color css
<style>
a { background-color: #5F9987; }
a { background-color: rgb(95,153,135); }
div.DivClassName
{
background-color: #5F9987;
}
.BgClassName
{
background-color: #5F9987;
}
</style>
border-color css
<style>
span { border-color: #5F9987; }
span { border-color: rgb(95,153,135); }
td.TdClassName
{
border-color: #5F9987;
}
.TagClassName
{
border-color: #5F9987;
}
</style>