#359583

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

Shades of Gossamer #359583

Tints of Gossamer #359583

Color information

#359583 (or 0x359583) is unknown color: approx Gossamer. HEX triplet: 35, 95 and 83. RGB value is (53,149,131). Sum of RGB (Red+Green+Blue) = 53+149+131=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #359583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359583 is #CA6A7C. Grayscale: #767676. Windows color (decimal): -13265533 or 8623413. OLE color: 8623413.

HSL color Cylindrical-coordinate representation of color #359583: hue angle of 168.75º 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 #359583 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB53149131-
CMYK0.6400.120.42
HSL168.75º47.52%39.61%-
HSV(B)168.75º64.43%58.43%-
XYZ16.3123.8925.22-
YUV118.24135.281.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=15.92%
G=44.74%
B=39.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531491310.6400.120.42168.7547.5239.61
Hex359583400C2Aa93028
Octal65225203100014522516050
Binary110101100101011000001110000000110010101010101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359583; }

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

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

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

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

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

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

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

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