Shades of Patina #5B9E8E
Tints of Patina #5B9E8E
RGB
CMYK
RGB Variations
Color information
#5B9E8E (or 0x5B9E8E) is known color: Patina. HEX triplet: 5B, 9E and 8E. RGB value is (91,158,142). Sum of RGB (Red+Green+Blue) = 91+158+142=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9E8E is #A46171. Grayscale: #888888. Windows color (decimal): -10772850 or 9346651. OLE color: 9346651.
HSL color Cylindrical-coordinate representation of color #5B9E8E: hue angle of 165.67º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E8E is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 142 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.38 |
| HSL | 165.67º | 0.27% | 0.49% | - |
| HSV(B) | 165.67º | 0.42% | 0.62% | - |
| XYZ | 21.42 | 28.63 | 29.99 | - |
| YUV | 136.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 142 | 0.42 | 0 | 0.10 | 0.38 | 165.67 | 0.27 | 0.49 |
| Hex | 5B | 9E | 8E | 2A | 0 | A | 26 | A6 | 1B | 31 |
| Octal | 133 | 236 | 216 | 52 | 0 | 12 | 46 | 246 | 33 | 61 |
| Binary | 1011011 | 10011110 | 10001110 | 101010 | 0 | 1010 | 100110 | 10100110 | 11011 | 110001 |
Color Harmonies of #5B9E8E
Complementary color
Monochromatic Colors of #5B9E8E
Black with #5B9E8E
Text Example
Text Example
White with #5B9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E8E; }
p { color: rgb(91,158,142); }
H1.HeaderClassName
{
color: #5B9E8E;
}
.AnyTagClassName
{
color: #5B9E8E;
}
</style>
background-color css
<style>
a { background-color: #5B9E8E; }
a { background-color: rgb(91,158,142); }
div.DivClassName
{
background-color: #5B9E8E;
}
.BgClassName
{
background-color: #5B9E8E;
}
</style>
border-color css
<style>
span { border-color: #5B9E8E; }
span { border-color: rgb(91,158,142); }
td.TdClassName
{
border-color: #5B9E8E;
}
.TagClassName
{
border-color: #5B9E8E;
}
</style>