Shades of Gumbo #5E8D88
Tints of Gumbo #5E8D88
RGB
CMYK
RGB Variations
Color information
#5E8D88 (or 0x5E8D88) is known color: Gumbo. HEX triplet: 5E, 8D and 88. RGB value is (94,141,136). Sum of RGB (Red+Green+Blue) = 94+141+136=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8D88 is #A17277. Grayscale: #7E7E7E. Windows color (decimal): -10580600 or 8949086. OLE color: 8949086.
HSL color Cylindrical-coordinate representation of color #5E8D88: hue angle of 173.62º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E8D88 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 141 | 136 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.45 |
| HSL | 173.62º | 0.2% | 0.46% | - |
| HSV(B) | 173.62º | 0.33% | 0.55% | - |
| XYZ | 18.58 | 23.21 | 26.79 | - |
| YUV | 126.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 136 | 0.33 | 0 | 0.04 | 0.45 | 173.62 | 0.2 | 0.46 |
| Hex | 5E | 8D | 88 | 21 | 0 | 4 | 2D | AE | 14 | 2E |
| Octal | 136 | 215 | 210 | 41 | 0 | 4 | 55 | 256 | 24 | 56 |
| Binary | 1011110 | 10001101 | 10001000 | 100001 | 0 | 100 | 101101 | 10101110 | 10100 | 101110 |
Color Harmonies of #5E8D88
Complementary color
Monochromatic Colors of #5E8D88
Black with #5E8D88
Text Example
Text Example
White with #5E8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8D88; }
p { color: rgb(94,141,136); }
H1.HeaderClassName
{
color: #5E8D88;
}
.AnyTagClassName
{
color: #5E8D88;
}
</style>
background-color css
<style>
a { background-color: #5E8D88; }
a { background-color: rgb(94,141,136); }
div.DivClassName
{
background-color: #5E8D88;
}
.BgClassName
{
background-color: #5E8D88;
}
</style>
border-color css
<style>
span { border-color: #5E8D88; }
span { border-color: rgb(94,141,136); }
td.TdClassName
{
border-color: #5E8D88;
}
.TagClassName
{
border-color: #5E8D88;
}
</style>