Shades of Patina #5FA487
Tints of Patina #5FA487
RGB
CMYK
RGB Variations
Color information
#5FA487 (or 0x5FA487) is known color: Patina. HEX triplet: 5F, A4 and 87. RGB value is (95,164,135). Sum of RGB (Red+Green+Blue) = 95+164+135=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA487 is #A05B78. Grayscale: #8C8C8C. Windows color (decimal): -10509177 or 8889439. OLE color: 8889439.
HSL color Cylindrical-coordinate representation of color #5FA487: hue angle of 154.78º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA487 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 164 | 135 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.36 |
| HSL | 154.78º | 0.27% | 0.51% | - |
| HSV(B) | 154.78º | 0.42% | 0.64% | - |
| XYZ | 22.37 | 30.73 | 27.67 | - |
| YUV | 140.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 135 | 0.42 | 0 | 0.18 | 0.36 | 154.78 | 0.27 | 0.51 |
| Hex | 5F | A4 | 87 | 2A | 0 | 12 | 24 | 9B | 1B | 33 |
| Octal | 137 | 244 | 207 | 52 | 0 | 22 | 44 | 233 | 33 | 63 |
| Binary | 1011111 | 10100100 | 10000111 | 101010 | 0 | 10010 | 100100 | 10011011 | 11011 | 110011 |
Color Harmonies of #5FA487
Complementary color
Monochromatic Colors of #5FA487
Black with #5FA487
Text Example
Text Example
White with #5FA487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA487; }
p { color: rgb(95,164,135); }
H1.HeaderClassName
{
color: #5FA487;
}
.AnyTagClassName
{
color: #5FA487;
}
</style>
background-color css
<style>
a { background-color: #5FA487; }
a { background-color: rgb(95,164,135); }
div.DivClassName
{
background-color: #5FA487;
}
.BgClassName
{
background-color: #5FA487;
}
</style>
border-color css
<style>
span { border-color: #5FA487; }
span { border-color: rgb(95,164,135); }
td.TdClassName
{
border-color: #5FA487;
}
.TagClassName
{
border-color: #5FA487;
}
</style>