#359E86

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

Shades of Gossamer #359E86

Tints of Gossamer #359E86

Color information

#359E86 (or 0x359E86) is unknown color: approx Gossamer. HEX triplet: 35, 9E and 86. RGB value is (53,158,134). Sum of RGB (Red+Green+Blue) = 53+158+134=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #359E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E86 is #CA6179. Grayscale: #7B7B7B. Windows color (decimal): -13263226 or 8822325. OLE color: 8822325.

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

Color convert

RGB53158134-
CMYK0.6600.150.38
HSL166.29º49.76%41.37%-
HSV(B)166.29º66.46%61.96%-
XYZ1826.9326.8-
YUV123.87133.7177.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=15.36%
G=45.80%
B=38.84%

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
Decimal531581340.6600.150.38166.2949.7641.37
Hex359E86420F26a63229
Octal65236206102017462466251
Binary110101100111101000011010000100111110011010100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,134); }

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

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

 a { background-color: rgb(53,158,134); }

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

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

 span { border-color: rgb(53,158,134); }

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