Shades of Gossamer #359F92
Tints of Gossamer #359F92
RGB
CMYK
RGB Variations
Color information
#359F92 (or 0x359F92) is known color: Gossamer. HEX triplet: 35, 9F and 92. RGB value is (53,159,146). Sum of RGB (Red+Green+Blue) = 53+159+146=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #359F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F92 is #CA606D. Grayscale: #7D7D7D. Windows color (decimal): -13262958 or 9609013. OLE color: 9609013.
HSL color Cylindrical-coordinate representation of color #359F92: hue angle of 172.64º 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 #359F92 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 146 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.38 |
| HSL | 172.64º | 0.5% | 0.42% | - |
| HSV(B) | 172.64º | 0.67% | 0.62% | - |
| XYZ | 19.05 | 27.63 | 31.52 | - |
| YUV | 125.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 146 | 0.67 | 0 | 0.08 | 0.38 | 172.64 | 0.5 | 0.42 |
| Hex | 35 | 9F | 92 | 43 | 0 | 8 | 26 | AD | 32 | 2A |
| Octal | 65 | 237 | 222 | 103 | 0 | 10 | 46 | 255 | 62 | 52 |
| Binary | 110101 | 10011111 | 10010010 | 1000011 | 0 | 1000 | 100110 | 10101101 | 110010 | 101010 |
Color Harmonies of #359F92
Complementary color
Monochromatic Colors of #359F92
Black with #359F92
Text Example
Text Example
White with #359F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F92; }
p { color: rgb(53,159,146); }
H1.HeaderClassName
{
color: #359F92;
}
.AnyTagClassName
{
color: #359F92;
}
</style>
background-color css
<style>
a { background-color: #359F92; }
a { background-color: rgb(53,159,146); }
div.DivClassName
{
background-color: #359F92;
}
.BgClassName
{
background-color: #359F92;
}
</style>
border-color css
<style>
span { border-color: #359F92; }
span { border-color: rgb(53,159,146); }
td.TdClassName
{
border-color: #359F92;
}
.TagClassName
{
border-color: #359F92;
}
</style>