#359589

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

Shades of Gossamer #359589

Tints of Gossamer #359589

Color information

#359589 (or 0x359589) is unknown color: approx Gossamer. HEX triplet: 35, 95 and 89. RGB value is (53,149,137). Sum of RGB (Red+Green+Blue) = 53+149+137=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #359589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359589 is #CA6A76. Grayscale: #767676. Windows color (decimal): -13265527 or 9016629. OLE color: 9016629.

HSL color Cylindrical-coordinate representation of color #359589: hue angle of 172.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359589 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB53149137-
CMYK0.6400.080.42
HSL172.5º47.52%39.61%-
HSV(B)172.5º64.43%58.43%-
XYZ16.7324.0627.43-
YUV118.93138.280.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=15.63%
G=43.95%
B=40.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491370.6400.080.42172.547.5239.61
Hex35958940082Aac3028
Octal65225211100010522546050
Binary110101100101011000100110000000100010101010101100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359589; }

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

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

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

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

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

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

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

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