Html Css Color HEX #50899E Hippie Blue

📋 copy color: '#50899E'

red 80 ◦ green 137 ◦ blue 158

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

Shades of Hippie Blue #50899E

Tints of Hippie Blue #50899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 21.33%
G = 36.53%
B = 42.13%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50899E (or 0x50899E) is known color: Hippie Blue. HEX triplet: 50, 89 and 9E. RGB value is (80,137,158). Sum of RGB (Red+Green+Blue) = 80+137+158=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #50899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50899E is #AF7661. Grayscale: #7A7A7A. Windows color (decimal): -11499106 or 10389840. OLE color: 10389840.

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

Color convert

RGB 80 137 158 -
CMYK 0.49 0.13 0 0.38
HSL 196.15º 0.33% 0.47% -
HSV(B) 196.15º 0.49% 0.62% -
XYZ 18.43 22.07 35.64 -
YUV 122.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 80 137 158 0.49 0.13 0 0.38 196.15 0.33 0.47
Hex 50 89 9E 31 D 0 26 C4 21 2F
Octal 120 211 236 61 15 0 46 304 41 57
Binary 1010000 10001001 10011110 110001 1101 0 100110 11000100 100001 101111

Color Harmonies of #50899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50899E

Black with #50899E

Text Example


Text Example

White with #50899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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