Shades of Patina #5F998F
Tints of Patina #5F998F
RGB
CMYK
RGB Variations
Color information
#5F998F (or 0x5F998F) is known color: Patina. HEX triplet: 5F, 99 and 8F. RGB value is (95,153,143). Sum of RGB (Red+Green+Blue) = 95+153+143=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #5F998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F998F is #A06670. Grayscale: #868686. Windows color (decimal): -10511985 or 9410911. OLE color: 9410911.
HSL color Cylindrical-coordinate representation of color #5F998F: hue angle of 169.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F998F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 143 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.4 |
| HSL | 169.66º | 0.23% | 0.49% | - |
| HSV(B) | 169.66º | 0.38% | 0.6% | - |
| XYZ | 21.07 | 27.2 | 30.13 | - |
| YUV | 134.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 143 | 0.38 | 0 | 0.07 | 0.4 | 169.66 | 0.23 | 0.49 |
| Hex | 5F | 99 | 8F | 26 | 0 | 7 | 28 | AA | 17 | 31 |
| Octal | 137 | 231 | 217 | 46 | 0 | 7 | 50 | 252 | 27 | 61 |
| Binary | 1011111 | 10011001 | 10001111 | 100110 | 0 | 111 | 101000 | 10101010 | 10111 | 110001 |
Color Harmonies of #5F998F
Complementary color
Monochromatic Colors of #5F998F
Black with #5F998F
Text Example
Text Example
White with #5F998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F998F; }
p { color: rgb(95,153,143); }
H1.HeaderClassName
{
color: #5F998F;
}
.AnyTagClassName
{
color: #5F998F;
}
</style>
background-color css
<style>
a { background-color: #5F998F; }
a { background-color: rgb(95,153,143); }
div.DivClassName
{
background-color: #5F998F;
}
.BgClassName
{
background-color: #5F998F;
}
</style>
border-color css
<style>
span { border-color: #5F998F; }
span { border-color: rgb(95,153,143); }
td.TdClassName
{
border-color: #5F998F;
}
.TagClassName
{
border-color: #5F998F;
}
</style>