Shades of Patina #5F9F83
Tints of Patina #5F9F83
RGB
CMYK
RGB Variations
Color information
#5F9F83 (or 0x5F9F83) is known color: Patina. HEX triplet: 5F, 9F and 83. RGB value is (95,159,131). Sum of RGB (Red+Green+Blue) = 95+159+131=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9F83 is #A0607C. Grayscale: #888888. Windows color (decimal): -10510461 or 8626015. OLE color: 8626015.
HSL color Cylindrical-coordinate representation of color #5F9F83: hue angle of 153.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F83 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 131 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.38 |
| HSL | 153.75º | 0.25% | 0.5% | - |
| HSV(B) | 153.75º | 0.4% | 0.62% | - |
| XYZ | 21.21 | 28.87 | 25.93 | - |
| YUV | 136.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 131 | 0.40 | 0 | 0.18 | 0.38 | 153.75 | 0.25 | 0.5 |
| Hex | 5F | 9F | 83 | 28 | 0 | 12 | 26 | 9A | 19 | 32 |
| Octal | 137 | 237 | 203 | 50 | 0 | 22 | 46 | 232 | 31 | 62 |
| Binary | 1011111 | 10011111 | 10000011 | 101000 | 0 | 10010 | 100110 | 10011010 | 11001 | 110010 |
Color Harmonies of #5F9F83
Complementary color
Monochromatic Colors of #5F9F83
Black with #5F9F83
Text Example
Text Example
White with #5F9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F83; }
p { color: rgb(95,159,131); }
H1.HeaderClassName
{
color: #5F9F83;
}
.AnyTagClassName
{
color: #5F9F83;
}
</style>
background-color css
<style>
a { background-color: #5F9F83; }
a { background-color: rgb(95,159,131); }
div.DivClassName
{
background-color: #5F9F83;
}
.BgClassName
{
background-color: #5F9F83;
}
</style>
border-color css
<style>
span { border-color: #5F9F83; }
span { border-color: rgb(95,159,131); }
td.TdClassName
{
border-color: #5F9F83;
}
.TagClassName
{
border-color: #5F9F83;
}
</style>