Shades of Patina #5F9288
Tints of Patina #5F9288
RGB
CMYK
RGB Variations
Color information
#5F9288 (or 0x5F9288) is known color: Patina. HEX triplet: 5F, 92 and 88. RGB value is (95,146,136). Sum of RGB (Red+Green+Blue) = 95+146+136=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9288 is #A06D77. Grayscale: #818181. Windows color (decimal): -10513784 or 8950367. OLE color: 8950367.
HSL color Cylindrical-coordinate representation of color #5F9288: hue angle of 168.24º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9288 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 136 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.43 |
| HSL | 168.24º | 0.21% | 0.47% | - |
| HSV(B) | 168.24º | 0.35% | 0.57% | - |
| XYZ | 19.44 | 24.77 | 27.05 | - |
| YUV | 129.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 136 | 0.35 | 0 | 0.07 | 0.43 | 168.24 | 0.21 | 0.47 |
| Hex | 5F | 92 | 88 | 23 | 0 | 7 | 2B | A8 | 15 | 2F |
| Octal | 137 | 222 | 210 | 43 | 0 | 7 | 53 | 250 | 25 | 57 |
| Binary | 1011111 | 10010010 | 10001000 | 100011 | 0 | 111 | 101011 | 10101000 | 10101 | 101111 |
Color Harmonies of #5F9288
Complementary color
Monochromatic Colors of #5F9288
Black with #5F9288
Text Example
Text Example
White with #5F9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9288; }
p { color: rgb(95,146,136); }
H1.HeaderClassName
{
color: #5F9288;
}
.AnyTagClassName
{
color: #5F9288;
}
</style>
background-color css
<style>
a { background-color: #5F9288; }
a { background-color: rgb(95,146,136); }
div.DivClassName
{
background-color: #5F9288;
}
.BgClassName
{
background-color: #5F9288;
}
</style>
border-color css
<style>
span { border-color: #5F9288; }
span { border-color: rgb(95,146,136); }
td.TdClassName
{
border-color: #5F9288;
}
.TagClassName
{
border-color: #5F9288;
}
</style>