Shades of Gossamer #359285
Tints of Gossamer #359285
RGB
CMYK
RGB Variations
Color information
#359285 (or 0x359285) is known color: Gossamer. HEX triplet: 35, 92 and 85. RGB value is (53,146,133). Sum of RGB (Red+Green+Blue) = 53+146+133=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #359285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359285 is #CA6D7A. Grayscale: #747474. Windows color (decimal): -13266299 or 8753717. OLE color: 8753717.
HSL color Cylindrical-coordinate representation of color #359285: hue angle of 171.61º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359285 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 133 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.43 |
| HSL | 171.61º | 0.47% | 0.39% | - |
| HSV(B) | 171.61º | 0.64% | 0.57% | - |
| XYZ | 15.98 | 23.01 | 25.79 | - |
| YUV | 116.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 133 | 0.64 | 0 | 0.09 | 0.43 | 171.61 | 0.47 | 0.39 |
| Hex | 35 | 92 | 85 | 40 | 0 | 9 | 2B | AC | 2F | 27 |
| Octal | 65 | 222 | 205 | 100 | 0 | 11 | 53 | 254 | 57 | 47 |
| Binary | 110101 | 10010010 | 10000101 | 1000000 | 0 | 1001 | 101011 | 10101100 | 101111 | 100111 |
Color Harmonies of #359285
Complementary color
Monochromatic Colors of #359285
Black with #359285
Text Example
Text Example
White with #359285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359285; }
p { color: rgb(53,146,133); }
H1.HeaderClassName
{
color: #359285;
}
.AnyTagClassName
{
color: #359285;
}
</style>
background-color css
<style>
a { background-color: #359285; }
a { background-color: rgb(53,146,133); }
div.DivClassName
{
background-color: #359285;
}
.BgClassName
{
background-color: #359285;
}
</style>
border-color css
<style>
span { border-color: #359285; }
span { border-color: rgb(53,146,133); }
td.TdClassName
{
border-color: #359285;
}
.TagClassName
{
border-color: #359285;
}
</style>