Shades of Gossamer #359483
Tints of Gossamer #359483
RGB
CMYK
RGB Variations
Color information
#359483 (or 0x359483) is known color: Gossamer. HEX triplet: 35, 94 and 83. RGB value is (53,148,131). Sum of RGB (Red+Green+Blue) = 53+148+131=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #359483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359483 is #CA6B7C. Grayscale: #757575. Windows color (decimal): -13265789 or 8623157. OLE color: 8623157.
HSL color Cylindrical-coordinate representation of color #359483: hue angle of 169.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359483 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 131 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.42 |
| HSL | 169.26º | 0.47% | 0.39% | - |
| HSV(B) | 169.26º | 0.64% | 0.58% | - |
| XYZ | 16.15 | 23.58 | 25.17 | - |
| YUV | 117.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 131 | 0.64 | 0 | 0.11 | 0.42 | 169.26 | 0.47 | 0.39 |
| Hex | 35 | 94 | 83 | 40 | 0 | B | 2A | A9 | 2F | 27 |
| Octal | 65 | 224 | 203 | 100 | 0 | 13 | 52 | 251 | 57 | 47 |
| Binary | 110101 | 10010100 | 10000011 | 1000000 | 0 | 1011 | 101010 | 10101001 | 101111 | 100111 |
Color Harmonies of #359483
Complementary color
Monochromatic Colors of #359483
Black with #359483
Text Example
Text Example
White with #359483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359483; }
p { color: rgb(53,148,131); }
H1.HeaderClassName
{
color: #359483;
}
.AnyTagClassName
{
color: #359483;
}
</style>
background-color css
<style>
a { background-color: #359483; }
a { background-color: rgb(53,148,131); }
div.DivClassName
{
background-color: #359483;
}
.BgClassName
{
background-color: #359483;
}
</style>
border-color css
<style>
span { border-color: #359483; }
span { border-color: rgb(53,148,131); }
td.TdClassName
{
border-color: #359483;
}
.TagClassName
{
border-color: #359483;
}
</style>