Html Css Color HEX #50A590 Gossamer

📋 copy color: '#50A590'

red 80 ◦ green 165 ◦ blue 144

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

Shades of Gossamer #50A590

Tints of Gossamer #50A590

RGB

 RED value IS 80 (31.64% from 255) = 20.57%

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 20.57%
G = 42.42%
B = 37.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#50A590 (or 0x50A590) is known color: Gossamer. HEX triplet: 50, A5 and 90. RGB value is (80,165,144). Sum of RGB (Red+Green+Blue) = 80+165+144=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #50A590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A590 is #AF5A6F. Grayscale: #898989. Windows color (decimal): -11491952 or 9479504. OLE color: 9479504.

HSL color Cylindrical-coordinate representation of color #50A590: hue angle of 165.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A590 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 144 -
CMYK 0.52 0 0.13 0.35
HSL 165.18º 0.35% 0.48% -
HSV(B) 165.18º 0.52% 0.65% -
XYZ 21.8 30.63 31.15 -
YUV 137.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 80 165 144 0.52 0 0.13 0.35 165.18 0.35 0.48
Hex 50 A5 90 34 0 D 23 A5 23 30
Octal 120 245 220 64 0 15 43 245 43 60
Binary 1010000 10100101 10010000 110100 0 1101 100011 10100101 100011 110000

Color Harmonies of #50A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A590

Black with #50A590

Text Example


Text Example

White with #50A590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A590; }

 p { color: rgb(80,165,144); }

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

background-color css

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

 a { background-color: rgb(80,165,144); }

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

border-color css

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

 span { border-color: rgb(80,165,144); }

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