Shades of Patina #5F9D89
Tints of Patina #5F9D89
RGB
CMYK
RGB Variations
Color information
#5F9D89 (or 0x5F9D89) is known color: Patina. HEX triplet: 5F, 9D and 89. RGB value is (95,157,137). Sum of RGB (Red+Green+Blue) = 95+157+137=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9D89 is #A06276. Grayscale: #888888. Windows color (decimal): -10510967 or 9018719. OLE color: 9018719.
HSL color Cylindrical-coordinate representation of color #5F9D89: hue angle of 160.65º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9D89 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 157 | 137 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.38 |
| HSL | 160.65º | 0.25% | 0.49% | - |
| HSV(B) | 160.65º | 0.39% | 0.62% | - |
| XYZ | 21.29 | 28.35 | 28.02 | - |
| YUV | 136.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 157 | 137 | 0.39 | 0 | 0.13 | 0.38 | 160.65 | 0.25 | 0.49 |
| Hex | 5F | 9D | 89 | 27 | 0 | D | 26 | A1 | 19 | 31 |
| Octal | 137 | 235 | 211 | 47 | 0 | 15 | 46 | 241 | 31 | 61 |
| Binary | 1011111 | 10011101 | 10001001 | 100111 | 0 | 1101 | 100110 | 10100001 | 11001 | 110001 |
Color Harmonies of #5F9D89
Complementary color
Monochromatic Colors of #5F9D89
Black with #5F9D89
Text Example
Text Example
White with #5F9D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9D89; }
p { color: rgb(95,157,137); }
H1.HeaderClassName
{
color: #5F9D89;
}
.AnyTagClassName
{
color: #5F9D89;
}
</style>
background-color css
<style>
a { background-color: #5F9D89; }
a { background-color: rgb(95,157,137); }
div.DivClassName
{
background-color: #5F9D89;
}
.BgClassName
{
background-color: #5F9D89;
}
</style>
border-color css
<style>
span { border-color: #5F9D89; }
span { border-color: rgb(95,157,137); }
td.TdClassName
{
border-color: #5F9D89;
}
.TagClassName
{
border-color: #5F9D89;
}
</style>