Shades of Gossamer #359E86
Tints of Gossamer #359E86
RGB
CMYK
RGB Variations
Color information
#359E86 (or 0x359E86) is known color: Gossamer. HEX triplet: 35, 9E and 86. RGB value is (53,158,134). Sum of RGB (Red+Green+Blue) = 53+158+134=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #359E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E86 is #CA6179. Grayscale: #7B7B7B. Windows color (decimal): -13263226 or 8822325. OLE color: 8822325.
HSL color Cylindrical-coordinate representation of color #359E86: hue angle of 166.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E86 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 134 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.38 |
| HSL | 166.29º | 0.5% | 0.41% | - |
| HSV(B) | 166.29º | 0.66% | 0.62% | - |
| XYZ | 18 | 26.93 | 26.8 | - |
| YUV | 123.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 134 | 0.66 | 0 | 0.15 | 0.38 | 166.29 | 0.5 | 0.41 |
| Hex | 35 | 9E | 86 | 42 | 0 | F | 26 | A6 | 32 | 29 |
| Octal | 65 | 236 | 206 | 102 | 0 | 17 | 46 | 246 | 62 | 51 |
| Binary | 110101 | 10011110 | 10000110 | 1000010 | 0 | 1111 | 100110 | 10100110 | 110010 | 101001 |
Color Harmonies of #359E86
Complementary color
Monochromatic Colors of #359E86
Black with #359E86
Text Example
Text Example
White with #359E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E86; }
p { color: rgb(53,158,134); }
H1.HeaderClassName
{
color: #359E86;
}
.AnyTagClassName
{
color: #359E86;
}
</style>
background-color css
<style>
a { background-color: #359E86; }
a { background-color: rgb(53,158,134); }
div.DivClassName
{
background-color: #359E86;
}
.BgClassName
{
background-color: #359E86;
}
</style>
border-color css
<style>
span { border-color: #359E86; }
span { border-color: rgb(53,158,134); }
td.TdClassName
{
border-color: #359E86;
}
.TagClassName
{
border-color: #359E86;
}
</style>