Shades of Patina #5F9B8E
Tints of Patina #5F9B8E
RGB
CMYK
RGB Variations
Color information
#5F9B8E (or 0x5F9B8E) is known color: Patina. HEX triplet: 5F, 9B and 8E. RGB value is (95,155,142). Sum of RGB (Red+Green+Blue) = 95+155+142=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9B8E is #A06471. Grayscale: #878787. Windows color (decimal): -10511474 or 9345887. OLE color: 9345887.
HSL color Cylindrical-coordinate representation of color #5F9B8E: hue angle of 167º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9B8E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 142 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.39 |
| HSL | 167º | 0.24% | 0.49% | - |
| HSV(B) | 167º | 0.39% | 0.61% | - |
| XYZ | 21.32 | 27.83 | 29.84 | - |
| YUV | 135.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 142 | 0.39 | 0 | 0.08 | 0.39 | 167 | 0.24 | 0.49 |
| Hex | 5F | 9B | 8E | 27 | 0 | 8 | 27 | A7 | 18 | 31 |
| Octal | 137 | 233 | 216 | 47 | 0 | 10 | 47 | 247 | 30 | 61 |
| Binary | 1011111 | 10011011 | 10001110 | 100111 | 0 | 1000 | 100111 | 10100111 | 11000 | 110001 |
Color Harmonies of #5F9B8E
Complementary color
Monochromatic Colors of #5F9B8E
Black with #5F9B8E
Text Example
Text Example
White with #5F9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B8E; }
p { color: rgb(95,155,142); }
H1.HeaderClassName
{
color: #5F9B8E;
}
.AnyTagClassName
{
color: #5F9B8E;
}
</style>
background-color css
<style>
a { background-color: #5F9B8E; }
a { background-color: rgb(95,155,142); }
div.DivClassName
{
background-color: #5F9B8E;
}
.BgClassName
{
background-color: #5F9B8E;
}
</style>
border-color css
<style>
span { border-color: #5F9B8E; }
span { border-color: rgb(95,155,142); }
td.TdClassName
{
border-color: #5F9B8E;
}
.TagClassName
{
border-color: #5F9B8E;
}
</style>