Shades of Gumbo #5F938D
Tints of Gumbo #5F938D
RGB
CMYK
RGB Variations
Color information
#5F938D (or 0x5F938D) is known color: Gumbo. HEX triplet: 5F, 93 and 8D. RGB value is (95,147,141). Sum of RGB (Red+Green+Blue) = 95+147+141=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #5F938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F938D is #A06C72. Grayscale: #828282. Windows color (decimal): -10513523 or 9278303. OLE color: 9278303.
HSL color Cylindrical-coordinate representation of color #5F938D: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F938D is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 141 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.42 |
| HSL | 173.08º | 0.21% | 0.47% | - |
| HSV(B) | 173.08º | 0.35% | 0.58% | - |
| XYZ | 19.96 | 25.22 | 29.02 | - |
| YUV | 130.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 141 | 0.35 | 0 | 0.04 | 0.42 | 173.08 | 0.21 | 0.47 |
| Hex | 5F | 93 | 8D | 23 | 0 | 4 | 2A | AD | 15 | 2F |
| Octal | 137 | 223 | 215 | 43 | 0 | 4 | 52 | 255 | 25 | 57 |
| Binary | 1011111 | 10010011 | 10001101 | 100011 | 0 | 100 | 101010 | 10101101 | 10101 | 101111 |
Color Harmonies of #5F938D
Complementary color
Monochromatic Colors of #5F938D
Black with #5F938D
Text Example
Text Example
White with #5F938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F938D; }
p { color: rgb(95,147,141); }
H1.HeaderClassName
{
color: #5F938D;
}
.AnyTagClassName
{
color: #5F938D;
}
</style>
background-color css
<style>
a { background-color: #5F938D; }
a { background-color: rgb(95,147,141); }
div.DivClassName
{
background-color: #5F938D;
}
.BgClassName
{
background-color: #5F938D;
}
</style>
border-color css
<style>
span { border-color: #5F938D; }
span { border-color: rgb(95,147,141); }
td.TdClassName
{
border-color: #5F938D;
}
.TagClassName
{
border-color: #5F938D;
}
</style>