Shades of Patina #5F9387
Tints of Patina #5F9387
RGB
CMYK
RGB Variations
Color information
#5F9387 (or 0x5F9387) is known color: Patina. HEX triplet: 5F, 93 and 87. RGB value is (95,147,135). Sum of RGB (Red+Green+Blue) = 95+147+135=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9387 is #A06C78. Grayscale: #828282. Windows color (decimal): -10513529 or 8885087. OLE color: 8885087.
HSL color Cylindrical-coordinate representation of color #5F9387: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9387 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 135 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.42 |
| HSL | 166.15º | 0.21% | 0.47% | - |
| HSV(B) | 166.15º | 0.35% | 0.58% | - |
| XYZ | 19.53 | 25.05 | 26.73 | - |
| YUV | 130.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 135 | 0.35 | 0 | 0.08 | 0.42 | 166.15 | 0.21 | 0.47 |
| Hex | 5F | 93 | 87 | 23 | 0 | 8 | 2A | A6 | 15 | 2F |
| Octal | 137 | 223 | 207 | 43 | 0 | 10 | 52 | 246 | 25 | 57 |
| Binary | 1011111 | 10010011 | 10000111 | 100011 | 0 | 1000 | 101010 | 10100110 | 10101 | 101111 |
Color Harmonies of #5F9387
Complementary color
Monochromatic Colors of #5F9387
Black with #5F9387
Text Example
Text Example
White with #5F9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9387; }
p { color: rgb(95,147,135); }
H1.HeaderClassName
{
color: #5F9387;
}
.AnyTagClassName
{
color: #5F9387;
}
</style>
background-color css
<style>
a { background-color: #5F9387; }
a { background-color: rgb(95,147,135); }
div.DivClassName
{
background-color: #5F9387;
}
.BgClassName
{
background-color: #5F9387;
}
</style>
border-color css
<style>
span { border-color: #5F9387; }
span { border-color: rgb(95,147,135); }
td.TdClassName
{
border-color: #5F9387;
}
.TagClassName
{
border-color: #5F9387;
}
</style>