#359D85

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

Shades of Gossamer #359D85

Tints of Gossamer #359D85

Color information

#359D85 (or 0x359D85) is unknown color: approx Gossamer. HEX triplet: 35, 9D and 85. RGB value is (53,157,133). Sum of RGB (Red+Green+Blue) = 53+157+133=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #359D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D85 is #CA627A. Grayscale: #7B7B7B. Windows color (decimal): -13263483 or 8756533. OLE color: 8756533.

HSL color Cylindrical-coordinate representation of color #359D85: hue angle of 166.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D85 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB53157133-
CMYK0.6600.150.38
HSL166.15º49.52%41.18%-
HSV(B)166.15º66.24%61.57%-
XYZ17.7626.5626.38-
YUV123.17133.5477.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.45%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=15.45%
G=45.77%
B=38.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571330.6600.150.38166.1549.5241.18
Hex359D85420F26a63229
Octal65235205102017462466251
Binary110101100111011000010110000100111110011010100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359D85; }

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

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

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

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

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

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

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

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