Shades of Gumbo #658A89
Tints of Gumbo #658A89
RGB
CMYK
RGB Variations
Color information
#658A89 (or 0x658A89) is known color: Gumbo. HEX triplet: 65, 8A and 89. RGB value is (101,138,137). Sum of RGB (Red+Green+Blue) = 101+138+137=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #658A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658A89 is #9A7576. Grayscale: #7E7E7E. Windows color (decimal): -10122615 or 9013861. OLE color: 9013861.
HSL color Cylindrical-coordinate representation of color #658A89: hue angle of 178.38º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A89 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 137 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.46 |
| HSL | 178.38º | 0.15% | 0.47% | - |
| HSV(B) | 178.38º | 0.27% | 0.54% | - |
| XYZ | 18.97 | 22.75 | 27.06 | - |
| YUV | 126.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 137 | 0.27 | 0 | 0.01 | 0.46 | 178.38 | 0.15 | 0.47 |
| Hex | 65 | 8A | 89 | 1B | 0 | 1 | 2E | B2 | F | 2F |
| Octal | 145 | 212 | 211 | 33 | 0 | 1 | 56 | 262 | 17 | 57 |
| Binary | 1100101 | 10001010 | 10001001 | 11011 | 0 | 1 | 101110 | 10110010 | 1111 | 101111 |
Color Harmonies of #658A89
Complementary color
Monochromatic Colors of #658A89
Black with #658A89
Text Example
Text Example
White with #658A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A89; }
p { color: rgb(101,138,137); }
H1.HeaderClassName
{
color: #658A89;
}
.AnyTagClassName
{
color: #658A89;
}
</style>
background-color css
<style>
a { background-color: #658A89; }
a { background-color: rgb(101,138,137); }
div.DivClassName
{
background-color: #658A89;
}
.BgClassName
{
background-color: #658A89;
}
</style>
border-color css
<style>
span { border-color: #658A89; }
span { border-color: rgb(101,138,137); }
td.TdClassName
{
border-color: #658A89;
}
.TagClassName
{
border-color: #658A89;
}
</style>