Shades of Patina #5F9581
Tints of Patina #5F9581
RGB
CMYK
RGB Variations
Color information
#5F9581 (or 0x5F9581) is known color: Patina. HEX triplet: 5F, 95 and 81. RGB value is (95,149,129). Sum of RGB (Red+Green+Blue) = 95+149+129=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9581 is #A06A7E. Grayscale: #828282. Windows color (decimal): -10513023 or 8492383. OLE color: 8492383.
HSL color Cylindrical-coordinate representation of color #5F9581: hue angle of 157.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9581 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 129 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.42 |
| HSL | 157.78º | 0.22% | 0.48% | - |
| HSV(B) | 157.78º | 0.36% | 0.58% | - |
| XYZ | 19.43 | 25.51 | 24.67 | - |
| YUV | 130.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 129 | 0.36 | 0 | 0.13 | 0.42 | 157.78 | 0.22 | 0.48 |
| Hex | 5F | 95 | 81 | 24 | 0 | D | 2A | 9E | 16 | 30 |
| Octal | 137 | 225 | 201 | 44 | 0 | 15 | 52 | 236 | 26 | 60 |
| Binary | 1011111 | 10010101 | 10000001 | 100100 | 0 | 1101 | 101010 | 10011110 | 10110 | 110000 |
Color Harmonies of #5F9581
Complementary color
Monochromatic Colors of #5F9581
Black with #5F9581
Text Example
Text Example
White with #5F9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9581; }
p { color: rgb(95,149,129); }
H1.HeaderClassName
{
color: #5F9581;
}
.AnyTagClassName
{
color: #5F9581;
}
</style>
background-color css
<style>
a { background-color: #5F9581; }
a { background-color: rgb(95,149,129); }
div.DivClassName
{
background-color: #5F9581;
}
.BgClassName
{
background-color: #5F9581;
}
</style>
border-color css
<style>
span { border-color: #5F9581; }
span { border-color: rgb(95,149,129); }
td.TdClassName
{
border-color: #5F9581;
}
.TagClassName
{
border-color: #5F9581;
}
</style>