Shades of Gumbo #658885
Tints of Gumbo #658885
RGB
CMYK
RGB Variations
Color information
#658885 (or 0x658885) is known color: Gumbo. HEX triplet: 65, 88 and 85. RGB value is (101,136,133). Sum of RGB (Red+Green+Blue) = 101+136+133=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #658885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658885 is #9A777A. Grayscale: #7D7D7D. Windows color (decimal): -10123131 or 8751205. OLE color: 8751205.
HSL color Cylindrical-coordinate representation of color #658885: hue angle of 174.86º 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 #658885 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 133 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.47 |
| HSL | 174.86º | 0.15% | 0.46% | - |
| HSV(B) | 174.86º | 0.26% | 0.53% | - |
| XYZ | 18.4 | 22.07 | 25.48 | - |
| YUV | 125.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 133 | 0.26 | 0 | 0.02 | 0.47 | 174.86 | 0.15 | 0.46 |
| Hex | 65 | 88 | 85 | 1A | 0 | 2 | 2F | AF | F | 2E |
| Octal | 145 | 210 | 205 | 32 | 0 | 2 | 57 | 257 | 17 | 56 |
| Binary | 1100101 | 10001000 | 10000101 | 11010 | 0 | 10 | 101111 | 10101111 | 1111 | 101110 |
Color Harmonies of #658885
Complementary color
Monochromatic Colors of #658885
Black with #658885
Text Example
Text Example
White with #658885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658885; }
p { color: rgb(101,136,133); }
H1.HeaderClassName
{
color: #658885;
}
.AnyTagClassName
{
color: #658885;
}
</style>
background-color css
<style>
a { background-color: #658885; }
a { background-color: rgb(101,136,133); }
div.DivClassName
{
background-color: #658885;
}
.BgClassName
{
background-color: #658885;
}
</style>
border-color css
<style>
span { border-color: #658885; }
span { border-color: rgb(101,136,133); }
td.TdClassName
{
border-color: #658885;
}
.TagClassName
{
border-color: #658885;
}
</style>