Shades of Gossamer #359682
Tints of Gossamer #359682
RGB
CMYK
RGB Variations
Color information
#359682 (or 0x359682) is known color: Gossamer. HEX triplet: 35, 96 and 82. RGB value is (53,150,130). Sum of RGB (Red+Green+Blue) = 53+150+130=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #359682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359682 is #CA697D. Grayscale: #767676. Windows color (decimal): -13265278 or 8558133. OLE color: 8558133.
HSL color Cylindrical-coordinate representation of color #359682: hue angle of 167.63º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359682 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 130 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.41 |
| HSL | 167.63º | 0.48% | 0.4% | - |
| HSV(B) | 167.63º | 0.65% | 0.59% | - |
| XYZ | 16.4 | 24.18 | 24.92 | - |
| YUV | 118.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 130 | 0.65 | 0 | 0.13 | 0.41 | 167.63 | 0.48 | 0.4 |
| Hex | 35 | 96 | 82 | 41 | 0 | D | 29 | A8 | 30 | 28 |
| Octal | 65 | 226 | 202 | 101 | 0 | 15 | 51 | 250 | 60 | 50 |
| Binary | 110101 | 10010110 | 10000010 | 1000001 | 0 | 1101 | 101001 | 10101000 | 110000 | 101000 |
Color Harmonies of #359682
Complementary color
Monochromatic Colors of #359682
Black with #359682
Text Example
Text Example
White with #359682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359682; }
p { color: rgb(53,150,130); }
H1.HeaderClassName
{
color: #359682;
}
.AnyTagClassName
{
color: #359682;
}
</style>
background-color css
<style>
a { background-color: #359682; }
a { background-color: rgb(53,150,130); }
div.DivClassName
{
background-color: #359682;
}
.BgClassName
{
background-color: #359682;
}
</style>
border-color css
<style>
span { border-color: #359682; }
span { border-color: rgb(53,150,130); }
td.TdClassName
{
border-color: #359682;
}
.TagClassName
{
border-color: #359682;
}
</style>