Shades of Gossamer #359B81
Tints of Gossamer #359B81
RGB
CMYK
RGB Variations
Color information
#359B81 (or 0x359B81) is known color: Gossamer. HEX triplet: 35, 9B and 81. RGB value is (53,155,129). Sum of RGB (Red+Green+Blue) = 53+155+129=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #359B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B81 is #CA647E. Grayscale: #797979. Windows color (decimal): -13263999 or 8493877. OLE color: 8493877.
HSL color Cylindrical-coordinate representation of color #359B81: hue angle of 164.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B81 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 129 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.39 |
| HSL | 164.71º | 0.49% | 0.41% | - |
| HSV(B) | 164.71º | 0.66% | 0.61% | - |
| XYZ | 17.15 | 25.78 | 24.84 | - |
| YUV | 121.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 129 | 0.66 | 0 | 0.17 | 0.39 | 164.71 | 0.49 | 0.41 |
| Hex | 35 | 9B | 81 | 42 | 0 | 11 | 27 | A5 | 31 | 29 |
| Octal | 65 | 233 | 201 | 102 | 0 | 21 | 47 | 245 | 61 | 51 |
| Binary | 110101 | 10011011 | 10000001 | 1000010 | 0 | 10001 | 100111 | 10100101 | 110001 | 101001 |
Color Harmonies of #359B81
Complementary color
Monochromatic Colors of #359B81
Black with #359B81
Text Example
Text Example
White with #359B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B81; }
p { color: rgb(53,155,129); }
H1.HeaderClassName
{
color: #359B81;
}
.AnyTagClassName
{
color: #359B81;
}
</style>
background-color css
<style>
a { background-color: #359B81; }
a { background-color: rgb(53,155,129); }
div.DivClassName
{
background-color: #359B81;
}
.BgClassName
{
background-color: #359B81;
}
</style>
border-color css
<style>
span { border-color: #359B81; }
span { border-color: rgb(53,155,129); }
td.TdClassName
{
border-color: #359B81;
}
.TagClassName
{
border-color: #359B81;
}
</style>