Shades of Gumbo #658883
Tints of Gumbo #658883
RGB
CMYK
RGB Variations
Color information
#658883 (or 0x658883) is known color: Gumbo. HEX triplet: 65, 88 and 83. RGB value is (101,136,131). Sum of RGB (Red+Green+Blue) = 101+136+131=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #658883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658883 is #9A777C. Grayscale: #7C7C7C. Windows color (decimal): -10123133 or 8620133. OLE color: 8620133.
HSL color Cylindrical-coordinate representation of color #658883: hue angle of 171.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658883 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 131 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.47 |
| HSL | 171.43º | 0.15% | 0.46% | - |
| HSV(B) | 171.43º | 0.26% | 0.53% | - |
| XYZ | 18.27 | 22.01 | 24.76 | - |
| YUV | 124.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 131 | 0.26 | 0 | 0.04 | 0.47 | 171.43 | 0.15 | 0.46 |
| Hex | 65 | 88 | 83 | 1A | 0 | 4 | 2F | AB | F | 2E |
| Octal | 145 | 210 | 203 | 32 | 0 | 4 | 57 | 253 | 17 | 56 |
| Binary | 1100101 | 10001000 | 10000011 | 11010 | 0 | 100 | 101111 | 10101011 | 1111 | 101110 |
Color Harmonies of #658883
Complementary color
Monochromatic Colors of #658883
Black with #658883
Text Example
Text Example
White with #658883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658883; }
p { color: rgb(101,136,131); }
H1.HeaderClassName
{
color: #658883;
}
.AnyTagClassName
{
color: #658883;
}
</style>
background-color css
<style>
a { background-color: #658883; }
a { background-color: rgb(101,136,131); }
div.DivClassName
{
background-color: #658883;
}
.BgClassName
{
background-color: #658883;
}
</style>
border-color css
<style>
span { border-color: #658883; }
span { border-color: rgb(101,136,131); }
td.TdClassName
{
border-color: #658883;
}
.TagClassName
{
border-color: #658883;
}
</style>