Shades of Gossamer #359A88
Tints of Gossamer #359A88
RGB
CMYK
RGB Variations
Color information
#359A88 (or 0x359A88) is known color: Gossamer. HEX triplet: 35, 9A and 88. RGB value is (53,154,136). Sum of RGB (Red+Green+Blue) = 53+154+136=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #359A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A88 is #CA6577. Grayscale: #797979. Windows color (decimal): -13264248 or 8952373. OLE color: 8952373.
HSL color Cylindrical-coordinate representation of color #359A88: hue angle of 169.31º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A88 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 136 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.40 |
| HSL | 169.31º | 0.49% | 0.41% | - |
| HSV(B) | 169.31º | 0.66% | 0.6% | - |
| XYZ | 17.47 | 25.65 | 27.32 | - |
| YUV | 121.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 136 | 0.66 | 0 | 0.12 | 0.40 | 169.31 | 0.49 | 0.41 |
| Hex | 35 | 9A | 88 | 42 | 0 | C | 28 | A9 | 31 | 29 |
| Octal | 65 | 232 | 210 | 102 | 0 | 14 | 50 | 251 | 61 | 51 |
| Binary | 110101 | 10011010 | 10001000 | 1000010 | 0 | 1100 | 101000 | 10101001 | 110001 | 101001 |
Color Harmonies of #359A88
Complementary color
Monochromatic Colors of #359A88
Black with #359A88
Text Example
Text Example
White with #359A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A88; }
p { color: rgb(53,154,136); }
H1.HeaderClassName
{
color: #359A88;
}
.AnyTagClassName
{
color: #359A88;
}
</style>
background-color css
<style>
a { background-color: #359A88; }
a { background-color: rgb(53,154,136); }
div.DivClassName
{
background-color: #359A88;
}
.BgClassName
{
background-color: #359A88;
}
</style>
border-color css
<style>
span { border-color: #359A88; }
span { border-color: rgb(53,154,136); }
td.TdClassName
{
border-color: #359A88;
}
.TagClassName
{
border-color: #359A88;
}
</style>