#359E92

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

Shades of Gossamer #359E92

Tints of Gossamer #359E92

Color information

#359E92 (or 0x359E92) is unknown color: approx Gossamer. HEX triplet: 35, 9E and 92. RGB value is (53,158,146). Sum of RGB (Red+Green+Blue) = 53+158+146=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #359E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E92 is #CA616D. Grayscale: #7D7D7D. Windows color (decimal): -13263214 or 9608757. OLE color: 9608757.

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

Color convert

RGB53158146-
CMYK0.6600.080.38
HSL173.14º49.76%41.37%-
HSV(B)173.14º66.46%61.96%-
XYZ18.8827.2931.47-
YUV125.24139.7176.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=14.85%
G=44.26%
B=40.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581460.6600.080.38173.1449.7641.37
Hex359E92420826ad3229
Octal65236222102010462556251
Binary110101100111101001001010000100100010011010101101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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