#359082

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

Shades of Gossamer #359082

Tints of Gossamer #359082

Color information

#359082 (or 0x359082) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 82. RGB value is (53,144,130). Sum of RGB (Red+Green+Blue) = 53+144+130=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #359082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359082 is #CA6F7D. Grayscale: #737373. Windows color (decimal): -13266814 or 8556597. OLE color: 8556597.

HSL color Cylindrical-coordinate representation of color #359082: hue angle of 170.77º 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 #359082 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB53144130-
CMYK0.6300.100.44
HSL170.77º46.19%38.63%-
HSV(B)170.77º63.19%56.47%-
XYZ15.4722.3224.61-
YUV115.2136.3583.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.21%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=16.21%
G=44.04%
B=39.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441300.6300.100.44170.7746.1938.63
Hex3590823F0A2Cab2e27
Octal6522020277012542535647
Binary11010110010000100000101111110101010110010101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359082; }

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

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

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

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

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

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

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

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