Shades of Gumbo #658E88
Tints of Gumbo #658E88
RGB
CMYK
RGB Variations
Color information
#658E88 (or 0x658E88) is known color: Gumbo. HEX triplet: 65, 8E and 88. RGB value is (101,142,136). Sum of RGB (Red+Green+Blue) = 101+142+136=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #658E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658E88 is #9A7177. Grayscale: #818181. Windows color (decimal): -10121592 or 8949349. OLE color: 8949349.
HSL color Cylindrical-coordinate representation of color #658E88: hue angle of 171.22º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658E88 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 136 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.44 |
| HSL | 171.22º | 0.17% | 0.48% | - |
| HSV(B) | 171.22º | 0.29% | 0.56% | - |
| XYZ | 19.48 | 23.89 | 26.88 | - |
| YUV | 129.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 136 | 0.29 | 0 | 0.04 | 0.44 | 171.22 | 0.17 | 0.48 |
| Hex | 65 | 8E | 88 | 1D | 0 | 4 | 2C | AB | 11 | 30 |
| Octal | 145 | 216 | 210 | 35 | 0 | 4 | 54 | 253 | 21 | 60 |
| Binary | 1100101 | 10001110 | 10001000 | 11101 | 0 | 100 | 101100 | 10101011 | 10001 | 110000 |
Color Harmonies of #658E88
Complementary color
Monochromatic Colors of #658E88
Black with #658E88
Text Example
Text Example
White with #658E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E88; }
p { color: rgb(101,142,136); }
H1.HeaderClassName
{
color: #658E88;
}
.AnyTagClassName
{
color: #658E88;
}
</style>
background-color css
<style>
a { background-color: #658E88; }
a { background-color: rgb(101,142,136); }
div.DivClassName
{
background-color: #658E88;
}
.BgClassName
{
background-color: #658E88;
}
</style>
border-color css
<style>
span { border-color: #658E88; }
span { border-color: rgb(101,142,136); }
td.TdClassName
{
border-color: #658E88;
}
.TagClassName
{
border-color: #658E88;
}
</style>