Html Css Color HEX #359083 Gossamer

📋 copy color: '#359083'

red 53 ◦ green 144 ◦ blue 131

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

Shades of Gossamer #359083

Tints of Gossamer #359083

RGB

 RED value IS 53 (21.09% from 255) = 16.16%

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 16.16%
G = 43.9%
B = 39.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#359083 (or 0x359083) is known color: Gossamer. HEX triplet: 35, 90 and 83. RGB value is (53,144,131). Sum of RGB (Red+Green+Blue) = 53+144+131=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #359083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359083 is #CA6F7C. Grayscale: #737373. Windows color (decimal): -13266813 or 8622133. OLE color: 8622133.

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

Color convert

RGB 53 144 131 -
CMYK 0.63 0 0.09 0.44
HSL 171.43º 0.46% 0.39% -
HSV(B) 171.43º 0.63% 0.56% -
XYZ 15.54 22.34 24.97 -
YUV 115.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 53 144 131 0.63 0 0.09 0.44 171.43 0.46 0.39
Hex 35 90 83 3F 0 9 2C AB 2E 27
Octal 65 220 203 77 0 11 54 253 56 47
Binary 110101 10010000 10000011 111111 0 1001 101100 10101011 101110 100111

Color Harmonies of #359083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359083

Black with #359083

Text Example


Text Example

White with #359083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359083; }

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

 H1.HeaderClassName
 {
   color: #359083;
 }
 .AnyTagClassName
 {
   color: #359083;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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