Shades of Gumbo #65928B
Tints of Gumbo #65928B
RGB
CMYK
RGB Variations
Color information
#65928B (or 0x65928B) is known color: Gumbo. HEX triplet: 65, 92 and 8B. RGB value is (101,146,139). Sum of RGB (Red+Green+Blue) = 101+146+139=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #65928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928B is #9A6D74. Grayscale: #838383. Windows color (decimal): -10120565 or 9146981. OLE color: 9146981.
HSL color Cylindrical-coordinate representation of color #65928B: hue angle of 170.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65928B is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 139 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.43 |
| HSL | 170.67º | 0.18% | 0.48% | - |
| HSV(B) | 170.67º | 0.31% | 0.57% | - |
| XYZ | 20.31 | 25.19 | 28.22 | - |
| YUV | 131.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 139 | 0.31 | 0 | 0.05 | 0.43 | 170.67 | 0.18 | 0.48 |
| Hex | 65 | 92 | 8B | 1F | 0 | 5 | 2B | AB | 12 | 30 |
| Octal | 145 | 222 | 213 | 37 | 0 | 5 | 53 | 253 | 22 | 60 |
| Binary | 1100101 | 10010010 | 10001011 | 11111 | 0 | 101 | 101011 | 10101011 | 10010 | 110000 |
Color Harmonies of #65928B
Complementary color
Monochromatic Colors of #65928B
Black with #65928B
Text Example
Text Example
White with #65928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65928B; }
p { color: rgb(101,146,139); }
H1.HeaderClassName
{
color: #65928B;
}
.AnyTagClassName
{
color: #65928B;
}
</style>
background-color css
<style>
a { background-color: #65928B; }
a { background-color: rgb(101,146,139); }
div.DivClassName
{
background-color: #65928B;
}
.BgClassName
{
background-color: #65928B;
}
</style>
border-color css
<style>
span { border-color: #65928B; }
span { border-color: rgb(101,146,139); }
td.TdClassName
{
border-color: #65928B;
}
.TagClassName
{
border-color: #65928B;
}
</style>