Shades of Gumbo #659C93
Tints of Gumbo #659C93
RGB
CMYK
RGB Variations
Color information
#659C93 (or 0x659C93) is known color: Gumbo. HEX triplet: 65, 9C and 93. RGB value is (101,156,147). Sum of RGB (Red+Green+Blue) = 101+156+147=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #659C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C93 is #9A636C. Grayscale: #8A8A8A. Windows color (decimal): -10117997 or 9673829. OLE color: 9673829.
HSL color Cylindrical-coordinate representation of color #659C93: hue angle of 170.18º degrees, saturation: 0.22, 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 #659C93 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 147 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.39 |
| HSL | 170.18º | 0.22% | 0.5% | - |
| HSV(B) | 170.18º | 0.35% | 0.61% | - |
| XYZ | 22.52 | 28.65 | 31.95 | - |
| YUV | 138.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 147 | 0.35 | 0 | 0.06 | 0.39 | 170.18 | 0.22 | 0.5 |
| Hex | 65 | 9C | 93 | 23 | 0 | 6 | 27 | AA | 16 | 32 |
| Octal | 145 | 234 | 223 | 43 | 0 | 6 | 47 | 252 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10010011 | 100011 | 0 | 110 | 100111 | 10101010 | 10110 | 110010 |
Color Harmonies of #659C93
Complementary color
Monochromatic Colors of #659C93
Black with #659C93
Text Example
Text Example
White with #659C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C93; }
p { color: rgb(101,156,147); }
H1.HeaderClassName
{
color: #659C93;
}
.AnyTagClassName
{
color: #659C93;
}
</style>
background-color css
<style>
a { background-color: #659C93; }
a { background-color: rgb(101,156,147); }
div.DivClassName
{
background-color: #659C93;
}
.BgClassName
{
background-color: #659C93;
}
</style>
border-color css
<style>
span { border-color: #659C93; }
span { border-color: rgb(101,156,147); }
td.TdClassName
{
border-color: #659C93;
}
.TagClassName
{
border-color: #659C93;
}
</style>