Shades of Gossamer #359D7C
Tints of Gossamer #359D7C
RGB
CMYK
RGB Variations
Color information
#359D7C (or 0x359D7C) is known color: Gossamer. HEX triplet: 35, 9D and 7C. RGB value is (53,157,124). Sum of RGB (Red+Green+Blue) = 53+157+124=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #359D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D7C is #CA6283. Grayscale: #7A7A7A. Windows color (decimal): -13263492 or 8166709. OLE color: 8166709.
HSL color Cylindrical-coordinate representation of color #359D7C: hue angle of 160.96º 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 #359D7C is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 124 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.38 |
| HSL | 160.96º | 0.5% | 0.41% | - |
| HSV(B) | 160.96º | 0.66% | 0.62% | - |
| XYZ | 17.16 | 26.33 | 23.25 | - |
| YUV | 122.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 124 | 0.66 | 0 | 0.21 | 0.38 | 160.96 | 0.5 | 0.41 |
| Hex | 35 | 9D | 7C | 42 | 0 | 15 | 26 | A1 | 32 | 29 |
| Octal | 65 | 235 | 174 | 102 | 0 | 25 | 46 | 241 | 62 | 51 |
| Binary | 110101 | 10011101 | 1111100 | 1000010 | 0 | 10101 | 100110 | 10100001 | 110010 | 101001 |
Color Harmonies of #359D7C
Complementary color
Monochromatic Colors of #359D7C
Black with #359D7C
Text Example
Text Example
White with #359D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D7C; }
p { color: rgb(53,157,124); }
H1.HeaderClassName
{
color: #359D7C;
}
.AnyTagClassName
{
color: #359D7C;
}
</style>
background-color css
<style>
a { background-color: #359D7C; }
a { background-color: rgb(53,157,124); }
div.DivClassName
{
background-color: #359D7C;
}
.BgClassName
{
background-color: #359D7C;
}
</style>
border-color css
<style>
span { border-color: #359D7C; }
span { border-color: rgb(53,157,124); }
td.TdClassName
{
border-color: #359D7C;
}
.TagClassName
{
border-color: #359D7C;
}
</style>