#359D89

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

Shades of Gossamer #359D89

Tints of Gossamer #359D89

Color information

#359D89 (or 0x359D89) is unknown color: approx Gossamer. HEX triplet: 35, 9D and 89. RGB value is (53,157,137). Sum of RGB (Red+Green+Blue) = 53+157+137=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #359D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D89 is #CA6276. Grayscale: #7B7B7B. Windows color (decimal): -13263479 or 9018677. OLE color: 9018677.

HSL color Cylindrical-coordinate representation of color #359D89: hue angle of 168.46º 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 #359D89 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB53157137-
CMYK0.6600.130.38
HSL168.46º49.52%41.18%-
HSV(B)168.46º66.24%61.57%-
XYZ18.0426.6827.87-
YUV123.62135.5477.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=15.27%
G=45.24%
B=39.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531571370.6600.130.38168.4649.5241.18
Hex359D89420D26a83229
Octal65235211102015462506251
Binary110101100111011000100110000100110110011010101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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