Shades of Patina #5FA684
Tints of Patina #5FA684
RGB
CMYK
RGB Variations
Color information
#5FA684 (or 0x5FA684) is known color: Patina. HEX triplet: 5F, A6 and 84. RGB value is (95,166,132). Sum of RGB (Red+Green+Blue) = 95+166+132=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA684 is #A0597B. Grayscale: #8C8C8C. Windows color (decimal): -10508668 or 8693343. OLE color: 8693343.
HSL color Cylindrical-coordinate representation of color #5FA684: hue angle of 151.27º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA684 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 132 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.35 |
| HSL | 151.27º | 0.29% | 0.51% | - |
| HSV(B) | 151.27º | 0.43% | 0.65% | - |
| XYZ | 22.52 | 31.37 | 26.7 | - |
| YUV | 140.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 132 | 0.43 | 0 | 0.20 | 0.35 | 151.27 | 0.29 | 0.51 |
| Hex | 5F | A6 | 84 | 2B | 0 | 14 | 23 | 97 | 1D | 33 |
| Octal | 137 | 246 | 204 | 53 | 0 | 24 | 43 | 227 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10000100 | 101011 | 0 | 10100 | 100011 | 10010111 | 11101 | 110011 |
Color Harmonies of #5FA684
Complementary color
Monochromatic Colors of #5FA684
Black with #5FA684
Text Example
Text Example
White with #5FA684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA684; }
p { color: rgb(95,166,132); }
H1.HeaderClassName
{
color: #5FA684;
}
.AnyTagClassName
{
color: #5FA684;
}
</style>
background-color css
<style>
a { background-color: #5FA684; }
a { background-color: rgb(95,166,132); }
div.DivClassName
{
background-color: #5FA684;
}
.BgClassName
{
background-color: #5FA684;
}
</style>
border-color css
<style>
span { border-color: #5FA684; }
span { border-color: rgb(95,166,132); }
td.TdClassName
{
border-color: #5FA684;
}
.TagClassName
{
border-color: #5FA684;
}
</style>