Html Css Color HEX #359E89 Gossamer

📋 copy color: '#359E89'

red 53 ◦ green 158 ◦ blue 137

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

Shades of Gossamer #359E89

Tints of Gossamer #359E89

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

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

R = 15.23%
G = 45.4%
B = 39.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#359E89 (or 0x359E89) is known color: Gossamer. HEX triplet: 35, 9E and 89. RGB value is (53,158,137). Sum of RGB (Red+Green+Blue) = 53+158+137=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #359E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E89 is #CA6176. Grayscale: #7C7C7C. Windows color (decimal): -13263223 or 9018933. OLE color: 9018933.

HSL color Cylindrical-coordinate representation of color #359E89: hue angle of 168º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E89 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 158 137 -
CMYK 0.66 0 0.13 0.38
HSL 168º 0.5% 0.41% -
HSV(B) 168º 0.66% 0.62% -
XYZ 18.21 27.02 27.92 -
YUV 124.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 53 158 137 0.66 0 0.13 0.38 168 0.5 0.41
Hex 35 9E 89 42 0 D 26 A8 32 29
Octal 65 236 211 102 0 15 46 250 62 51
Binary 110101 10011110 10001001 1000010 0 1101 100110 10101000 110010 101001

Color Harmonies of #359E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E89

Black with #359E89

Text Example


Text Example

White with #359E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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