Html Css Color HEX #359889 Gossamer

📋 copy color: '#359889'

red 53 ◦ green 152 ◦ blue 137

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

Shades of Gossamer #359889

Tints of Gossamer #359889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

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

R = 15.5%
G = 44.44%
B = 40.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#359889 (or 0x359889) is known color: Gossamer. HEX triplet: 35, 98 and 89. RGB value is (53,152,137). Sum of RGB (Red+Green+Blue) = 53+152+137=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #359889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359889 is #CA6776. Grayscale: #787878. Windows color (decimal): -13264759 or 9017397. OLE color: 9017397.

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

Color convert

RGB 53 152 137 -
CMYK 0.65 0 0.10 0.40
HSL 170.91º 0.48% 0.4% -
HSV(B) 170.91º 0.65% 0.6% -
XYZ 17.21 25.02 27.59 -
YUV 120.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 53 152 137 0.65 0 0.10 0.40 170.91 0.48 0.4
Hex 35 98 89 41 0 A 28 AB 30 28
Octal 65 230 211 101 0 12 50 253 60 50
Binary 110101 10011000 10001001 1000001 0 1010 101000 10101011 110000 101000

Color Harmonies of #359889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359889

Black with #359889

Text Example


Text Example

White with #359889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359889; }

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

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

background-color css

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

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

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

border-color css

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

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

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