Shades of Patina #5F9984
Tints of Patina #5F9984
RGB
CMYK
RGB Variations
Color information
#5F9984 (or 0x5F9984) is known color: Patina. HEX triplet: 5F, 99 and 84. RGB value is (95,153,132). Sum of RGB (Red+Green+Blue) = 95+153+132=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9984 is #A0667B. Grayscale: #858585. Windows color (decimal): -10511996 or 8690015. OLE color: 8690015.
HSL color Cylindrical-coordinate representation of color #5F9984: hue angle of 158.28º 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 #5F9984 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 132 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.4 |
| HSL | 158.28º | 0.23% | 0.49% | - |
| HSV(B) | 158.28º | 0.38% | 0.6% | - |
| XYZ | 20.28 | 26.88 | 25.95 | - |
| YUV | 133.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 132 | 0.38 | 0 | 0.14 | 0.4 | 158.28 | 0.23 | 0.49 |
| Hex | 5F | 99 | 84 | 26 | 0 | E | 28 | 9E | 17 | 31 |
| Octal | 137 | 231 | 204 | 46 | 0 | 16 | 50 | 236 | 27 | 61 |
| Binary | 1011111 | 10011001 | 10000100 | 100110 | 0 | 1110 | 101000 | 10011110 | 10111 | 110001 |
Color Harmonies of #5F9984
Complementary color
Monochromatic Colors of #5F9984
Black with #5F9984
Text Example
Text Example
White with #5F9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9984; }
p { color: rgb(95,153,132); }
H1.HeaderClassName
{
color: #5F9984;
}
.AnyTagClassName
{
color: #5F9984;
}
</style>
background-color css
<style>
a { background-color: #5F9984; }
a { background-color: rgb(95,153,132); }
div.DivClassName
{
background-color: #5F9984;
}
.BgClassName
{
background-color: #5F9984;
}
</style>
border-color css
<style>
span { border-color: #5F9984; }
span { border-color: rgb(95,153,132); }
td.TdClassName
{
border-color: #5F9984;
}
.TagClassName
{
border-color: #5F9984;
}
</style>