#359685

Color #359685 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #359685

Tints of Gossamer #359685

Color information

#359685 (or 0x359685) is unknown color: approx Gossamer. HEX triplet: 35, 96 and 85. RGB value is (53,150,133). Sum of RGB (Red+Green+Blue) = 53+150+133=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #359685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359685 is #CA697A. Grayscale: #777777. Windows color (decimal): -13265275 or 8754741. OLE color: 8754741.

HSL color Cylindrical-coordinate representation of color #359685: hue angle of 169.48º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359685 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB53150133-
CMYK0.6500.110.41
HSL169.48º47.78%39.8%-
HSV(B)169.48º64.67%58.82%-
XYZ16.6124.2626-
YUV119.06135.8680.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=15.77%
G=44.64%
B=39.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501330.6500.110.41169.4847.7839.8
Hex359685410B29a93028
Octal65226205101013512516050
Binary110101100101101000010110000010101110100110101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359685; }

 p { color: rgb(53,150,133); }

 H1.HeaderClassName
 {
   color: #359685;
 }
 .AnyTagClassName
 {
   color: #359685;
 }
</style>
background-color css

<style>
 a { background-color: #359685; }

 a { background-color: rgb(53,150,133); }

 div.DivClassName
 {
   background-color: #359685;
 }
 .BgClassName
 {
   background-color: #359685;
 }
</style>
border-color css

<style>
 span { border-color: #359685; }

 span { border-color: rgb(53,150,133); }

 td.TdClassName
 {
   border-color: #359685;
 }
 .TagClassName
 {
   border-color: #359685;
 }
</style>