Shades of Patina #5F9E81
Tints of Patina #5F9E81
RGB
CMYK
RGB Variations
Color information
#5F9E81 (or 0x5F9E81) is known color: Patina. HEX triplet: 5F, 9E and 81. RGB value is (95,158,129). Sum of RGB (Red+Green+Blue) = 95+158+129=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9E81 is #A0617E. Grayscale: #878787. Windows color (decimal): -10510719 or 8494687. OLE color: 8494687.
HSL color Cylindrical-coordinate representation of color #5F9E81: hue angle of 152.38º 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 #5F9E81 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 129 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.38 |
| HSL | 152.38º | 0.25% | 0.5% | - |
| HSV(B) | 152.38º | 0.4% | 0.62% | - |
| XYZ | 20.91 | 28.47 | 25.16 | - |
| YUV | 135.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 129 | 0.40 | 0 | 0.18 | 0.38 | 152.38 | 0.25 | 0.5 |
| Hex | 5F | 9E | 81 | 28 | 0 | 12 | 26 | 98 | 19 | 32 |
| Octal | 137 | 236 | 201 | 50 | 0 | 22 | 46 | 230 | 31 | 62 |
| Binary | 1011111 | 10011110 | 10000001 | 101000 | 0 | 10010 | 100110 | 10011000 | 11001 | 110010 |
Color Harmonies of #5F9E81
Complementary color
Monochromatic Colors of #5F9E81
Black with #5F9E81
Text Example
Text Example
White with #5F9E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E81; }
p { color: rgb(95,158,129); }
H1.HeaderClassName
{
color: #5F9E81;
}
.AnyTagClassName
{
color: #5F9E81;
}
</style>
background-color css
<style>
a { background-color: #5F9E81; }
a { background-color: rgb(95,158,129); }
div.DivClassName
{
background-color: #5F9E81;
}
.BgClassName
{
background-color: #5F9E81;
}
</style>
border-color css
<style>
span { border-color: #5F9E81; }
span { border-color: rgb(95,158,129); }
td.TdClassName
{
border-color: #5F9E81;
}
.TagClassName
{
border-color: #5F9E81;
}
</style>