Shades of Patina #5F9F8C
Tints of Patina #5F9F8C
RGB
CMYK
RGB Variations
Color information
#5F9F8C (or 0x5F9F8C) is known color: Patina. HEX triplet: 5F, 9F and 8C. RGB value is (95,159,140). Sum of RGB (Red+Green+Blue) = 95+159+140=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9F8C is #A06073. Grayscale: #898989. Windows color (decimal): -10510452 or 9215839. OLE color: 9215839.
HSL color Cylindrical-coordinate representation of color #5F9F8C: hue angle of 162.19º 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 #5F9F8C is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 140 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.38 |
| HSL | 162.19º | 0.25% | 0.5% | - |
| HSV(B) | 162.19º | 0.4% | 0.62% | - |
| XYZ | 21.85 | 29.12 | 29.28 | - |
| YUV | 137.7 | 129.3 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 140 | 0.40 | 0 | 0.12 | 0.38 | 162.19 | 0.25 | 0.5 |
| Hex | 5F | 9F | 8C | 28 | 0 | C | 26 | A2 | 19 | 32 |
| Octal | 137 | 237 | 214 | 50 | 0 | 14 | 46 | 242 | 31 | 62 |
| Binary | 1011111 | 10011111 | 10001100 | 101000 | 0 | 1100 | 100110 | 10100010 | 11001 | 110010 |
Color Harmonies of #5F9F8C
Complementary color
Monochromatic Colors of #5F9F8C
Black with #5F9F8C
Text Example
Text Example
White with #5F9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F8C; }
p { color: rgb(95,159,140); }
H1.HeaderClassName
{
color: #5F9F8C;
}
.AnyTagClassName
{
color: #5F9F8C;
}
</style>
background-color css
<style>
a { background-color: #5F9F8C; }
a { background-color: rgb(95,159,140); }
div.DivClassName
{
background-color: #5F9F8C;
}
.BgClassName
{
background-color: #5F9F8C;
}
</style>
border-color css
<style>
span { border-color: #5F9F8C; }
span { border-color: rgb(95,159,140); }
td.TdClassName
{
border-color: #5F9F8C;
}
.TagClassName
{
border-color: #5F9F8C;
}
</style>