Html Css Color HEX #359789 Gossamer

📋 copy color: '#359789'

red 53 ◦ green 151 ◦ blue 137

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

Shades of Gossamer #359789

Tints of Gossamer #359789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.28%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 15.54%
G = 44.28%
B = 40.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#359789 (or 0x359789) is known color: Gossamer. HEX triplet: 35, 97 and 89. RGB value is (53,151,137). Sum of RGB (Red+Green+Blue) = 53+151+137=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #359789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359789 is #CA6876. Grayscale: #787878. Windows color (decimal): -13265015 or 9017141. OLE color: 9017141.

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

Color convert

RGB 53 151 137 -
CMYK 0.65 0 0.09 0.41
HSL 171.43º 0.48% 0.4% -
HSV(B) 171.43º 0.65% 0.59% -
XYZ 17.05 24.7 27.54 -
YUV 120.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 53 151 137 0.65 0 0.09 0.41 171.43 0.48 0.4
Hex 35 97 89 41 0 9 29 AB 30 28
Octal 65 227 211 101 0 11 51 253 60 50
Binary 110101 10010111 10001001 1000001 0 1001 101001 10101011 110000 101000

Color Harmonies of #359789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359789

Black with #359789

Text Example


Text Example

White with #359789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359789; }

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

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

background-color css

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

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

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

border-color css

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

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

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