Shades of Patina #5FA588
Tints of Patina #5FA588
RGB
CMYK
RGB Variations
Color information
#5FA588 (or 0x5FA588) is known color: Patina. HEX triplet: 5F, A5 and 88. RGB value is (95,165,136). Sum of RGB (Red+Green+Blue) = 95+165+136=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA588 is #A05A77. Grayscale: #8C8C8C. Windows color (decimal): -10508920 or 8955231. OLE color: 8955231.
HSL color Cylindrical-coordinate representation of color #5FA588: hue angle of 155.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA588 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 136 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.35 |
| HSL | 155.14º | 0.28% | 0.51% | - |
| HSV(B) | 155.14º | 0.42% | 0.65% | - |
| XYZ | 22.62 | 31.12 | 28.11 | - |
| YUV | 140.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 136 | 0.42 | 0 | 0.18 | 0.35 | 155.14 | 0.28 | 0.51 |
| Hex | 5F | A5 | 88 | 2A | 0 | 12 | 23 | 9B | 1C | 33 |
| Octal | 137 | 245 | 210 | 52 | 0 | 22 | 43 | 233 | 34 | 63 |
| Binary | 1011111 | 10100101 | 10001000 | 101010 | 0 | 10010 | 100011 | 10011011 | 11100 | 110011 |
Color Harmonies of #5FA588
Complementary color
Monochromatic Colors of #5FA588
Black with #5FA588
Text Example
Text Example
White with #5FA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA588; }
p { color: rgb(95,165,136); }
H1.HeaderClassName
{
color: #5FA588;
}
.AnyTagClassName
{
color: #5FA588;
}
</style>
background-color css
<style>
a { background-color: #5FA588; }
a { background-color: rgb(95,165,136); }
div.DivClassName
{
background-color: #5FA588;
}
.BgClassName
{
background-color: #5FA588;
}
</style>
border-color css
<style>
span { border-color: #5FA588; }
span { border-color: rgb(95,165,136); }
td.TdClassName
{
border-color: #5FA588;
}
.TagClassName
{
border-color: #5FA588;
}
</style>