Shades of Gossamer #359D85
Tints of Gossamer #359D85
RGB
CMYK
RGB Variations
Color information
#359D85 (or 0x359D85) is known color: Gossamer. HEX triplet: 35, 9D and 85. RGB value is (53,157,133). Sum of RGB (Red+Green+Blue) = 53+157+133=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #359D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D85 is #CA627A. Grayscale: #7B7B7B. Windows color (decimal): -13263483 or 8756533. OLE color: 8756533.
HSL color Cylindrical-coordinate representation of color #359D85: hue angle of 166.15º 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 #359D85 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 133 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.38 |
| HSL | 166.15º | 0.5% | 0.41% | - |
| HSV(B) | 166.15º | 0.66% | 0.62% | - |
| XYZ | 17.76 | 26.56 | 26.38 | - |
| YUV | 123.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 133 | 0.66 | 0 | 0.15 | 0.38 | 166.15 | 0.5 | 0.41 |
| Hex | 35 | 9D | 85 | 42 | 0 | F | 26 | A6 | 32 | 29 |
| Octal | 65 | 235 | 205 | 102 | 0 | 17 | 46 | 246 | 62 | 51 |
| Binary | 110101 | 10011101 | 10000101 | 1000010 | 0 | 1111 | 100110 | 10100110 | 110010 | 101001 |
Color Harmonies of #359D85
Complementary color
Monochromatic Colors of #359D85
Black with #359D85
Text Example
Text Example
White with #359D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D85; }
p { color: rgb(53,157,133); }
H1.HeaderClassName
{
color: #359D85;
}
.AnyTagClassName
{
color: #359D85;
}
</style>
background-color css
<style>
a { background-color: #359D85; }
a { background-color: rgb(53,157,133); }
div.DivClassName
{
background-color: #359D85;
}
.BgClassName
{
background-color: #359D85;
}
</style>
border-color css
<style>
span { border-color: #359D85; }
span { border-color: rgb(53,157,133); }
td.TdClassName
{
border-color: #359D85;
}
.TagClassName
{
border-color: #359D85;
}
</style>