Shades of Gumbo #5E8884
Tints of Gumbo #5E8884
RGB
CMYK
RGB Variations
Color information
#5E8884 (or 0x5E8884) is known color: Gumbo. HEX triplet: 5E, 88 and 84. RGB value is (94,136,132). Sum of RGB (Red+Green+Blue) = 94+136+132=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8884 is #A1777B. Grayscale: #7A7A7A. Windows color (decimal): -10581884 or 8685662. OLE color: 8685662.
HSL color Cylindrical-coordinate representation of color #5E8884: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8884 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 132 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.47 |
| HSL | 174.29º | 0.18% | 0.45% | - |
| HSV(B) | 174.29º | 0.31% | 0.53% | - |
| XYZ | 17.59 | 21.65 | 25.08 | - |
| YUV | 122.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 132 | 0.31 | 0 | 0.03 | 0.47 | 174.29 | 0.18 | 0.45 |
| Hex | 5E | 88 | 84 | 1F | 0 | 3 | 2F | AE | 12 | 2D |
| Octal | 136 | 210 | 204 | 37 | 0 | 3 | 57 | 256 | 22 | 55 |
| Binary | 1011110 | 10001000 | 10000100 | 11111 | 0 | 11 | 101111 | 10101110 | 10010 | 101101 |
Color Harmonies of #5E8884
Complementary color
Monochromatic Colors of #5E8884
Black with #5E8884
Text Example
Text Example
White with #5E8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8884; }
p { color: rgb(94,136,132); }
H1.HeaderClassName
{
color: #5E8884;
}
.AnyTagClassName
{
color: #5E8884;
}
</style>
background-color css
<style>
a { background-color: #5E8884; }
a { background-color: rgb(94,136,132); }
div.DivClassName
{
background-color: #5E8884;
}
.BgClassName
{
background-color: #5E8884;
}
</style>
border-color css
<style>
span { border-color: #5E8884; }
span { border-color: rgb(94,136,132); }
td.TdClassName
{
border-color: #5E8884;
}
.TagClassName
{
border-color: #5E8884;
}
</style>