#359889

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

Shades of Gossamer #359889

Tints of Gossamer #359889

Color information

#359889 (or 0x359889) is unknown color: approx Gossamer. HEX triplet: 35, 98 and 89. RGB value is (53,152,137). Sum of RGB (Red+Green+Blue) = 53+152+137=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #359889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359889 is #CA6776. Grayscale: #787878. Windows color (decimal): -13264759 or 9017397. OLE color: 9017397.

HSL color Cylindrical-coordinate representation of color #359889: hue angle of 170.91º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359889 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB53152137-
CMYK0.6500.100.40
HSL170.91º48.29%40.2%-
HSV(B)170.91º65.13%59.61%-
XYZ17.2125.0227.59-
YUV120.69137.279.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.50%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=15.50%
G=44.44%
B=40.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531521370.6500.100.40170.9148.2940.2
Hex359889410A28ab3028
Octal65230211101012502536050
Binary110101100110001000100110000010101010100010101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359889; }

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

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

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

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

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

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

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

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