#359080

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

Shades of Gossamer #359080

Tints of Gossamer #359080

Color information

#359080 (or 0x359080) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 80. RGB value is (53,144,128). Sum of RGB (Red+Green+Blue) = 53+144+128=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #359080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359080 is #CA6F7F. Grayscale: #727272. Windows color (decimal): -13266816 or 8425525. OLE color: 8425525.

HSL color Cylindrical-coordinate representation of color #359080: hue angle of 169.45º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359080 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB53144128-
CMYK0.6300.110.44
HSL169.45º46.19%38.63%-
HSV(B)169.45º63.19%56.47%-
XYZ15.3422.2623.91-
YUV114.97135.3583.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=16.31%
G=44.31%
B=39.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441280.6300.110.44169.4546.1938.63
Hex3590803F0B2Ca92e27
Octal6522020077013542515647
Binary11010110010000100000001111110101110110010101001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359080; }

 p { color: rgb(53,144,128); }

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

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

 a { background-color: rgb(53,144,128); }

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

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

 span { border-color: rgb(53,144,128); }

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