Shades of Patina #5C9E89
Tints of Patina #5C9E89
RGB
CMYK
RGB Variations
Color information
#5C9E89 (or 0x5C9E89) is known color: Patina. HEX triplet: 5C, 9E and 89. RGB value is (92,158,137). Sum of RGB (Red+Green+Blue) = 92+158+137=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9E89 is #A36176. Grayscale: #878787. Windows color (decimal): -10707319 or 9018972. OLE color: 9018972.
HSL color Cylindrical-coordinate representation of color #5C9E89: hue angle of 160.91º degrees, saturation: 0.26, 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 #5C9E89 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 137 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.38 |
| HSL | 160.91º | 0.26% | 0.49% | - |
| HSV(B) | 160.91º | 0.42% | 0.62% | - |
| XYZ | 21.16 | 28.54 | 28.06 | - |
| YUV | 135.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 137 | 0.42 | 0 | 0.13 | 0.38 | 160.91 | 0.26 | 0.49 |
| Hex | 5C | 9E | 89 | 2A | 0 | D | 26 | A1 | 1A | 31 |
| Octal | 134 | 236 | 211 | 52 | 0 | 15 | 46 | 241 | 32 | 61 |
| Binary | 1011100 | 10011110 | 10001001 | 101010 | 0 | 1101 | 100110 | 10100001 | 11010 | 110001 |
Color Harmonies of #5C9E89
Complementary color
Monochromatic Colors of #5C9E89
Black with #5C9E89
Text Example
Text Example
White with #5C9E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E89; }
p { color: rgb(92,158,137); }
H1.HeaderClassName
{
color: #5C9E89;
}
.AnyTagClassName
{
color: #5C9E89;
}
</style>
background-color css
<style>
a { background-color: #5C9E89; }
a { background-color: rgb(92,158,137); }
div.DivClassName
{
background-color: #5C9E89;
}
.BgClassName
{
background-color: #5C9E89;
}
</style>
border-color css
<style>
span { border-color: #5C9E89; }
span { border-color: rgb(92,158,137); }
td.TdClassName
{
border-color: #5C9E89;
}
.TagClassName
{
border-color: #5C9E89;
}
</style>