Shades of Gumbo #658F8B
Tints of Gumbo #658F8B
RGB
CMYK
RGB Variations
Color information
#658F8B (or 0x658F8B) is known color: Gumbo. HEX triplet: 65, 8F and 8B. RGB value is (101,143,139). Sum of RGB (Red+Green+Blue) = 101+143+139=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #658F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658F8B is #9A7074. Grayscale: #818181. Windows color (decimal): -10121333 or 9146213. OLE color: 9146213.
HSL color Cylindrical-coordinate representation of color #658F8B: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658F8B is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 139 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.44 |
| HSL | 174.29º | 0.17% | 0.48% | - |
| HSV(B) | 174.29º | 0.29% | 0.56% | - |
| XYZ | 19.85 | 24.28 | 28.07 | - |
| YUV | 129.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 139 | 0.29 | 0 | 0.03 | 0.44 | 174.29 | 0.17 | 0.48 |
| Hex | 65 | 8F | 8B | 1D | 0 | 3 | 2C | AE | 11 | 30 |
| Octal | 145 | 217 | 213 | 35 | 0 | 3 | 54 | 256 | 21 | 60 |
| Binary | 1100101 | 10001111 | 10001011 | 11101 | 0 | 11 | 101100 | 10101110 | 10001 | 110000 |
Color Harmonies of #658F8B
Complementary color
Monochromatic Colors of #658F8B
Black with #658F8B
Text Example
Text Example
White with #658F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F8B; }
p { color: rgb(101,143,139); }
H1.HeaderClassName
{
color: #658F8B;
}
.AnyTagClassName
{
color: #658F8B;
}
</style>
background-color css
<style>
a { background-color: #658F8B; }
a { background-color: rgb(101,143,139); }
div.DivClassName
{
background-color: #658F8B;
}
.BgClassName
{
background-color: #658F8B;
}
</style>
border-color css
<style>
span { border-color: #658F8B; }
span { border-color: rgb(101,143,139); }
td.TdClassName
{
border-color: #658F8B;
}
.TagClassName
{
border-color: #658F8B;
}
</style>