Shades of Gossamer #409E89
Tints of Gossamer #409E89
RGB
CMYK
RGB Variations
Color information
#409E89 (or 0x409E89) is known color: Gossamer. HEX triplet: 40, 9E and 89. RGB value is (64,158,137). Sum of RGB (Red+Green+Blue) = 64+158+137=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #409E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E89 is #BF6176. Grayscale: #7F7F7F. Windows color (decimal): -12542327 or 9018944. OLE color: 9018944.
HSL color Cylindrical-coordinate representation of color #409E89: hue angle of 166.6º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E89 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 137 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.38 |
| HSL | 166.6º | 0.42% | 0.44% | - |
| HSV(B) | 166.6º | 0.59% | 0.62% | - |
| XYZ | 18.86 | 27.35 | 27.95 | - |
| YUV | 127.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 137 | 0.59 | 0 | 0.13 | 0.38 | 166.6 | 0.42 | 0.44 |
| Hex | 40 | 9E | 89 | 3B | 0 | D | 26 | A7 | 2A | 2C |
| Octal | 100 | 236 | 211 | 73 | 0 | 15 | 46 | 247 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10001001 | 111011 | 0 | 1101 | 100110 | 10100111 | 101010 | 101100 |
Color Harmonies of #409E89
Complementary color
Monochromatic Colors of #409E89
Black with #409E89
Text Example
Text Example
White with #409E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E89; }
p { color: rgb(64,158,137); }
H1.HeaderClassName
{
color: #409E89;
}
.AnyTagClassName
{
color: #409E89;
}
</style>
background-color css
<style>
a { background-color: #409E89; }
a { background-color: rgb(64,158,137); }
div.DivClassName
{
background-color: #409E89;
}
.BgClassName
{
background-color: #409E89;
}
</style>
border-color css
<style>
span { border-color: #409E89; }
span { border-color: rgb(64,158,137); }
td.TdClassName
{
border-color: #409E89;
}
.TagClassName
{
border-color: #409E89;
}
</style>