Html Css Color HEX #359080 Gossamer

📋 copy color: '#359080'

red 53 ◦ green 144 ◦ blue 128

#359080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #359080

Tints of Gossamer #359080

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 value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#359080 (or 0x359080) is known color: 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

RGB 53 144 128 -
CMYK 0.63 0 0.11 0.44
HSL 169.45º 0.46% 0.39% -
HSV(B) 169.45º 0.63% 0.56% -
XYZ 15.34 22.26 23.91 -
YUV 114.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 53 144 128 0.63 0 0.11 0.44 169.45 0.46 0.39
Hex 35 90 80 3F 0 B 2C A9 2E 27
Octal 65 220 200 77 0 13 54 251 56 47
Binary 110101 10010000 10000000 111111 0 1011 101100 10101001 101110 100111

Color Harmonies of #359080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359080

Black with #359080

Text Example


Text Example

White with #359080

Text Example


Text Example

HTML Codes & Css Web 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>