Shades of Gossamer #419E89
Tints of Gossamer #419E89
RGB
CMYK
RGB Variations
Color information
#419E89 (or 0x419E89) is known color: Gossamer. HEX triplet: 41, 9E and 89. RGB value is (65,158,137). Sum of RGB (Red+Green+Blue) = 65+158+137=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #419E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419E89 is #BE6176. Grayscale: #7F7F7F. Windows color (decimal): -12476791 or 9018945. OLE color: 9018945.
HSL color Cylindrical-coordinate representation of color #419E89: hue angle of 166.45º 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 #419E89 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 158 | 137 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.38 |
| HSL | 166.45º | 0.42% | 0.44% | - |
| HSV(B) | 166.45º | 0.59% | 0.62% | - |
| XYZ | 18.92 | 27.38 | 27.96 | - |
| YUV | 127.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 137 | 0.59 | 0 | 0.13 | 0.38 | 166.45 | 0.42 | 0.44 |
| Hex | 41 | 9E | 89 | 3B | 0 | D | 26 | A6 | 2A | 2C |
| Octal | 101 | 236 | 211 | 73 | 0 | 15 | 46 | 246 | 52 | 54 |
| Binary | 1000001 | 10011110 | 10001001 | 111011 | 0 | 1101 | 100110 | 10100110 | 101010 | 101100 |
Color Harmonies of #419E89
Complementary color
Monochromatic Colors of #419E89
Black with #419E89
Text Example
Text Example
White with #419E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419E89; }
p { color: rgb(65,158,137); }
H1.HeaderClassName
{
color: #419E89;
}
.AnyTagClassName
{
color: #419E89;
}
</style>
background-color css
<style>
a { background-color: #419E89; }
a { background-color: rgb(65,158,137); }
div.DivClassName
{
background-color: #419E89;
}
.BgClassName
{
background-color: #419E89;
}
</style>
border-color css
<style>
span { border-color: #419E89; }
span { border-color: rgb(65,158,137); }
td.TdClassName
{
border-color: #419E89;
}
.TagClassName
{
border-color: #419E89;
}
</style>