Shades of Gossamer #409B89
Tints of Gossamer #409B89
RGB
CMYK
RGB Variations
Color information
#409B89 (or 0x409B89) is known color: Gossamer. HEX triplet: 40, 9B and 89. RGB value is (64,155,137). Sum of RGB (Red+Green+Blue) = 64+155+137=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #409B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409B89 is #BF6476. Grayscale: #7D7D7D. Windows color (decimal): -12543095 or 9018176. OLE color: 9018176.
HSL color Cylindrical-coordinate representation of color #409B89: hue angle of 168.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B89 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 137 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.39 |
| HSL | 168.13º | 0.42% | 0.43% | - |
| HSV(B) | 168.13º | 0.59% | 0.61% | - |
| XYZ | 18.35 | 26.34 | 27.78 | - |
| YUV | 125.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 137 | 0.59 | 0 | 0.12 | 0.39 | 168.13 | 0.42 | 0.43 |
| Hex | 40 | 9B | 89 | 3B | 0 | C | 27 | A8 | 2A | 2B |
| Octal | 100 | 233 | 211 | 73 | 0 | 14 | 47 | 250 | 52 | 53 |
| Binary | 1000000 | 10011011 | 10001001 | 111011 | 0 | 1100 | 100111 | 10101000 | 101010 | 101011 |
Color Harmonies of #409B89
Complementary color
Monochromatic Colors of #409B89
Black with #409B89
Text Example
Text Example
White with #409B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B89; }
p { color: rgb(64,155,137); }
H1.HeaderClassName
{
color: #409B89;
}
.AnyTagClassName
{
color: #409B89;
}
</style>
background-color css
<style>
a { background-color: #409B89; }
a { background-color: rgb(64,155,137); }
div.DivClassName
{
background-color: #409B89;
}
.BgClassName
{
background-color: #409B89;
}
</style>
border-color css
<style>
span { border-color: #409B89; }
span { border-color: rgb(64,155,137); }
td.TdClassName
{
border-color: #409B89;
}
.TagClassName
{
border-color: #409B89;
}
</style>