Shades of Patina #5E9187
Tints of Patina #5E9187
RGB
CMYK
RGB Variations
Color information
#5E9187 (or 0x5E9187) is known color: Patina. HEX triplet: 5E, 91 and 87. RGB value is (94,145,135). Sum of RGB (Red+Green+Blue) = 94+145+135=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9187 is #A16E78. Grayscale: #808080. Windows color (decimal): -10579577 or 8884574. OLE color: 8884574.
HSL color Cylindrical-coordinate representation of color #5E9187: 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 #5E9187 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 135 | - |
| 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.11 | 24.38 | 26.62 | - |
| YUV | 128.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 135 | 0.35 | 0 | 0.07 | 0.43 | 168.24 | 0.21 | 0.47 |
| Hex | 5E | 91 | 87 | 23 | 0 | 7 | 2B | A8 | 15 | 2F |
| Octal | 136 | 221 | 207 | 43 | 0 | 7 | 53 | 250 | 25 | 57 |
| Binary | 1011110 | 10010001 | 10000111 | 100011 | 0 | 111 | 101011 | 10101000 | 10101 | 101111 |
Color Harmonies of #5E9187
Complementary color
Monochromatic Colors of #5E9187
Black with #5E9187
Text Example
Text Example
White with #5E9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9187; }
p { color: rgb(94,145,135); }
H1.HeaderClassName
{
color: #5E9187;
}
.AnyTagClassName
{
color: #5E9187;
}
</style>
background-color css
<style>
a { background-color: #5E9187; }
a { background-color: rgb(94,145,135); }
div.DivClassName
{
background-color: #5E9187;
}
.BgClassName
{
background-color: #5E9187;
}
</style>
border-color css
<style>
span { border-color: #5E9187; }
span { border-color: rgb(94,145,135); }
td.TdClassName
{
border-color: #5E9187;
}
.TagClassName
{
border-color: #5E9187;
}
</style>