Shades of Patina #5F968E
Tints of Patina #5F968E
RGB
CMYK
RGB Variations
Color information
#5F968E (or 0x5F968E) is known color: Patina. HEX triplet: 5F, 96 and 8E. RGB value is (95,150,142). Sum of RGB (Red+Green+Blue) = 95+150+142=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #5F968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F968E is #A06971. Grayscale: #848484. Windows color (decimal): -10512754 or 9344607. OLE color: 9344607.
HSL color Cylindrical-coordinate representation of color #5F968E: hue angle of 171.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F968E is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 150 | 142 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.41 |
| HSL | 171.27º | 0.22% | 0.48% | - |
| HSV(B) | 171.27º | 0.37% | 0.59% | - |
| XYZ | 20.51 | 26.2 | 29.57 | - |
| YUV | 132.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 142 | 0.37 | 0 | 0.05 | 0.41 | 171.27 | 0.22 | 0.48 |
| Hex | 5F | 96 | 8E | 25 | 0 | 5 | 29 | AB | 16 | 30 |
| Octal | 137 | 226 | 216 | 45 | 0 | 5 | 51 | 253 | 26 | 60 |
| Binary | 1011111 | 10010110 | 10001110 | 100101 | 0 | 101 | 101001 | 10101011 | 10110 | 110000 |
Color Harmonies of #5F968E
Complementary color
Monochromatic Colors of #5F968E
Black with #5F968E
Text Example
Text Example
White with #5F968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F968E; }
p { color: rgb(95,150,142); }
H1.HeaderClassName
{
color: #5F968E;
}
.AnyTagClassName
{
color: #5F968E;
}
</style>
background-color css
<style>
a { background-color: #5F968E; }
a { background-color: rgb(95,150,142); }
div.DivClassName
{
background-color: #5F968E;
}
.BgClassName
{
background-color: #5F968E;
}
</style>
border-color css
<style>
span { border-color: #5F968E; }
span { border-color: rgb(95,150,142); }
td.TdClassName
{
border-color: #5F968E;
}
.TagClassName
{
border-color: #5F968E;
}
</style>