Shades of Gossamer #358F82
Tints of Gossamer #358F82
RGB
CMYK
RGB Variations
Color information
#358F82 (or 0x358F82) is known color: Gossamer. HEX triplet: 35, 8F and 82. RGB value is (53,143,130). Sum of RGB (Red+Green+Blue) = 53+143+130=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #358F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F82 is #CA707D. Grayscale: #727272. Windows color (decimal): -13267070 or 8556341. OLE color: 8556341.
HSL color Cylindrical-coordinate representation of color #358F82: hue angle of 171.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F82 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 130 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.44 |
| HSL | 171.33º | 0.46% | 0.38% | - |
| HSV(B) | 171.33º | 0.63% | 0.56% | - |
| XYZ | 15.32 | 22.01 | 24.56 | - |
| YUV | 114.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 130 | 0.63 | 0 | 0.09 | 0.44 | 171.33 | 0.46 | 0.38 |
| Hex | 35 | 8F | 82 | 3F | 0 | 9 | 2C | AB | 2E | 26 |
| Octal | 65 | 217 | 202 | 77 | 0 | 11 | 54 | 253 | 56 | 46 |
| Binary | 110101 | 10001111 | 10000010 | 111111 | 0 | 1001 | 101100 | 10101011 | 101110 | 100110 |
Color Harmonies of #358F82
Complementary color
Monochromatic Colors of #358F82
Black with #358F82
Text Example
Text Example
White with #358F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F82; }
p { color: rgb(53,143,130); }
H1.HeaderClassName
{
color: #358F82;
}
.AnyTagClassName
{
color: #358F82;
}
</style>
background-color css
<style>
a { background-color: #358F82; }
a { background-color: rgb(53,143,130); }
div.DivClassName
{
background-color: #358F82;
}
.BgClassName
{
background-color: #358F82;
}
</style>
border-color css
<style>
span { border-color: #358F82; }
span { border-color: rgb(53,143,130); }
td.TdClassName
{
border-color: #358F82;
}
.TagClassName
{
border-color: #358F82;
}
</style>