Shades of Gossamer #359F90
Tints of Gossamer #359F90
RGB
CMYK
RGB Variations
Color information
#359F90 (or 0x359F90) is known color: Gossamer. HEX triplet: 35, 9F and 90. RGB value is (53,159,144). Sum of RGB (Red+Green+Blue) = 53+159+144=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #359F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F90 is #CA606F. Grayscale: #7D7D7D. Windows color (decimal): -13262960 or 9477941. OLE color: 9477941.
HSL color Cylindrical-coordinate representation of color #359F90: hue angle of 171.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F90 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 144 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.38 |
| HSL | 171.51º | 0.5% | 0.42% | - |
| HSV(B) | 171.51º | 0.67% | 0.62% | - |
| XYZ | 18.9 | 27.57 | 30.71 | - |
| YUV | 125.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 144 | 0.67 | 0 | 0.09 | 0.38 | 171.51 | 0.5 | 0.42 |
| Hex | 35 | 9F | 90 | 43 | 0 | 9 | 26 | AC | 32 | 2A |
| Octal | 65 | 237 | 220 | 103 | 0 | 11 | 46 | 254 | 62 | 52 |
| Binary | 110101 | 10011111 | 10010000 | 1000011 | 0 | 1001 | 100110 | 10101100 | 110010 | 101010 |
Color Harmonies of #359F90
Complementary color
Monochromatic Colors of #359F90
Black with #359F90
Text Example
Text Example
White with #359F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F90; }
p { color: rgb(53,159,144); }
H1.HeaderClassName
{
color: #359F90;
}
.AnyTagClassName
{
color: #359F90;
}
</style>
background-color css
<style>
a { background-color: #359F90; }
a { background-color: rgb(53,159,144); }
div.DivClassName
{
background-color: #359F90;
}
.BgClassName
{
background-color: #359F90;
}
</style>
border-color css
<style>
span { border-color: #359F90; }
span { border-color: rgb(53,159,144); }
td.TdClassName
{
border-color: #359F90;
}
.TagClassName
{
border-color: #359F90;
}
</style>