Shades of Gossamer #359583
Tints of Gossamer #359583
RGB
CMYK
RGB Variations
Color information
#359583 (or 0x359583) is known color: Gossamer. HEX triplet: 35, 95 and 83. RGB value is (53,149,131). Sum of RGB (Red+Green+Blue) = 53+149+131=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #359583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359583 is #CA6A7C. Grayscale: #767676. Windows color (decimal): -13265533 or 8623413. OLE color: 8623413.
HSL color Cylindrical-coordinate representation of color #359583: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359583 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 131 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.42 |
| HSL | 168.75º | 0.48% | 0.4% | - |
| HSV(B) | 168.75º | 0.64% | 0.58% | - |
| XYZ | 16.31 | 23.89 | 25.22 | - |
| YUV | 118.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 131 | 0.64 | 0 | 0.12 | 0.42 | 168.75 | 0.48 | 0.4 |
| Hex | 35 | 95 | 83 | 40 | 0 | C | 2A | A9 | 30 | 28 |
| Octal | 65 | 225 | 203 | 100 | 0 | 14 | 52 | 251 | 60 | 50 |
| Binary | 110101 | 10010101 | 10000011 | 1000000 | 0 | 1100 | 101010 | 10101001 | 110000 | 101000 |
Color Harmonies of #359583
Complementary color
Monochromatic Colors of #359583
Black with #359583
Text Example
Text Example
White with #359583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359583; }
p { color: rgb(53,149,131); }
H1.HeaderClassName
{
color: #359583;
}
.AnyTagClassName
{
color: #359583;
}
</style>
background-color css
<style>
a { background-color: #359583; }
a { background-color: rgb(53,149,131); }
div.DivClassName
{
background-color: #359583;
}
.BgClassName
{
background-color: #359583;
}
</style>
border-color css
<style>
span { border-color: #359583; }
span { border-color: rgb(53,149,131); }
td.TdClassName
{
border-color: #359583;
}
.TagClassName
{
border-color: #359583;
}
</style>