Html Css Color HEX #50889E Hippie Blue

📋 copy color: '#50889E'

red 80 ◦ green 136 ◦ blue 158

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

Shades of Hippie Blue #50889E

Tints of Hippie Blue #50889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 21.39%
G = 36.36%
B = 42.25%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50889E (or 0x50889E) is known color: Hippie Blue. HEX triplet: 50, 88 and 9E. RGB value is (80,136,158). Sum of RGB (Red+Green+Blue) = 80+136+158=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #50889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50889E is #AF7761. Grayscale: #797979. Windows color (decimal): -11499362 or 10389584. OLE color: 10389584.

HSL color Cylindrical-coordinate representation of color #50889E: hue angle of 196.92º 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 #50889E is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 136 158 -
CMYK 0.49 0.14 0 0.38
HSL 196.92º 0.33% 0.47% -
HSV(B) 196.92º 0.49% 0.62% -
XYZ 18.28 21.78 35.59 -
YUV 121.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 80 136 158 0.49 0.14 0 0.38 196.92 0.33 0.47
Hex 50 88 9E 31 E 0 26 C5 21 2F
Octal 120 210 236 61 16 0 46 305 41 57
Binary 1010000 10001000 10011110 110001 1110 0 100110 11000101 100001 101111

Color Harmonies of #50889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50889E

Black with #50889E

Text Example


Text Example

White with #50889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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