Html Css Color HEX #50909E Hippie Blue

📋 copy color: '#50909E'

red 80 ◦ green 144 ◦ blue 158

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

Shades of Hippie Blue #50909E

Tints of Hippie Blue #50909E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 20.94%
G = 37.7%
B = 41.36%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50909E (or 0x50909E) is known color: Hippie Blue. HEX triplet: 50, 90 and 9E. RGB value is (80,144,158). Sum of RGB (Red+Green+Blue) = 80+144+158=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #50909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50909E is #AF6F61. Grayscale: #7E7E7E. Windows color (decimal): -11497314 or 10391632. OLE color: 10391632.

HSL color Cylindrical-coordinate representation of color #50909E: hue angle of 190.77º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50909E is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 144 158 -
CMYK 0.49 0.09 0 0.38
HSL 190.77º 0.33% 0.47% -
HSV(B) 190.77º 0.49% 0.62% -
XYZ 19.45 24.12 35.98 -
YUV 126.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 80 144 158 0.49 0.09 0 0.38 190.77 0.33 0.47
Hex 50 90 9E 31 9 0 26 BF 21 2F
Octal 120 220 236 61 11 0 46 277 41 57
Binary 1010000 10010000 10011110 110001 1001 0 100110 10111111 100001 101111

Color Harmonies of #50909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50909E

Black with #50909E

Text Example


Text Example

White with #50909E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50909E; }

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

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

background-color css

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

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

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

border-color css

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

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

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