Shades of Gumbo #659B91
Tints of Gumbo #659B91
RGB
CMYK
RGB Variations
Color information
#659B91 (or 0x659B91) is known color: Gumbo. HEX triplet: 65, 9B and 91. RGB value is (101,155,145). Sum of RGB (Red+Green+Blue) = 101+155+145=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #659B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B91 is #9A646E. Grayscale: #898989. Windows color (decimal): -10118255 or 9542501. OLE color: 9542501.
HSL color Cylindrical-coordinate representation of color #659B91: hue angle of 168.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B91 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 145 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.39 |
| HSL | 168.89º | 0.21% | 0.5% | - |
| HSV(B) | 168.89º | 0.35% | 0.61% | - |
| XYZ | 22.2 | 28.25 | 31.07 | - |
| YUV | 137.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 145 | 0.35 | 0 | 0.06 | 0.39 | 168.89 | 0.21 | 0.5 |
| Hex | 65 | 9B | 91 | 23 | 0 | 6 | 27 | A9 | 15 | 32 |
| Octal | 145 | 233 | 221 | 43 | 0 | 6 | 47 | 251 | 25 | 62 |
| Binary | 1100101 | 10011011 | 10010001 | 100011 | 0 | 110 | 100111 | 10101001 | 10101 | 110010 |
Color Harmonies of #659B91
Complementary color
Monochromatic Colors of #659B91
Black with #659B91
Text Example
Text Example
White with #659B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B91; }
p { color: rgb(101,155,145); }
H1.HeaderClassName
{
color: #659B91;
}
.AnyTagClassName
{
color: #659B91;
}
</style>
background-color css
<style>
a { background-color: #659B91; }
a { background-color: rgb(101,155,145); }
div.DivClassName
{
background-color: #659B91;
}
.BgClassName
{
background-color: #659B91;
}
</style>
border-color css
<style>
span { border-color: #659B91; }
span { border-color: rgb(101,155,145); }
td.TdClassName
{
border-color: #659B91;
}
.TagClassName
{
border-color: #659B91;
}
</style>