Shades of Patina #5C9E88
Tints of Patina #5C9E88
RGB
CMYK
RGB Variations
Color information
#5C9E88 (or 0x5C9E88) is known color: Patina. HEX triplet: 5C, 9E and 88. RGB value is (92,158,136). Sum of RGB (Red+Green+Blue) = 92+158+136=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9E88 is #A36177. Grayscale: #878787. Windows color (decimal): -10707320 or 8953436. OLE color: 8953436.
HSL color Cylindrical-coordinate representation of color #5C9E88: hue angle of 160º 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 #5C9E88 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 136 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.38 |
| HSL | 160º | 0.26% | 0.49% | - |
| HSV(B) | 160º | 0.42% | 0.62% | - |
| XYZ | 21.08 | 28.51 | 27.68 | - |
| YUV | 135.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 136 | 0.42 | 0 | 0.14 | 0.38 | 160 | 0.26 | 0.49 |
| Hex | 5C | 9E | 88 | 2A | 0 | E | 26 | A0 | 1A | 31 |
| Octal | 134 | 236 | 210 | 52 | 0 | 16 | 46 | 240 | 32 | 61 |
| Binary | 1011100 | 10011110 | 10001000 | 101010 | 0 | 1110 | 100110 | 10100000 | 11010 | 110001 |
Color Harmonies of #5C9E88
Complementary color
Monochromatic Colors of #5C9E88
Black with #5C9E88
Text Example
Text Example
White with #5C9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E88; }
p { color: rgb(92,158,136); }
H1.HeaderClassName
{
color: #5C9E88;
}
.AnyTagClassName
{
color: #5C9E88;
}
</style>
background-color css
<style>
a { background-color: #5C9E88; }
a { background-color: rgb(92,158,136); }
div.DivClassName
{
background-color: #5C9E88;
}
.BgClassName
{
background-color: #5C9E88;
}
</style>
border-color css
<style>
span { border-color: #5C9E88; }
span { border-color: rgb(92,158,136); }
td.TdClassName
{
border-color: #5C9E88;
}
.TagClassName
{
border-color: #5C9E88;
}
</style>