Html Css Color HEX #50919E Hippie Blue

📋 copy color: '#50919E'

red 80 ◦ green 145 ◦ blue 158

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

Shades of Hippie Blue #50919E

Tints of Hippie Blue #50919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 20.89%
G = 37.86%
B = 41.25%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50919E (or 0x50919E) is known color: Hippie Blue. HEX triplet: 50, 91 and 9E. RGB value is (80,145,158). Sum of RGB (Red+Green+Blue) = 80+145+158=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #50919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50919E is #AF6E61. Grayscale: #7E7E7E. Windows color (decimal): -11497058 or 10391888. OLE color: 10391888.

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

Color convert

RGB 80 145 158 -
CMYK 0.49 0.08 0 0.38
HSL 190º 0.33% 0.47% -
HSV(B) 190º 0.49% 0.62% -
XYZ 19.61 24.42 36.03 -
YUV 127.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 80 145 158 0.49 0.08 0 0.38 190 0.33 0.47
Hex 50 91 9E 31 8 0 26 BE 21 2F
Octal 120 221 236 61 10 0 46 276 41 57
Binary 1010000 10010001 10011110 110001 1000 0 100110 10111110 100001 101111

Color Harmonies of #50919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50919E

Black with #50919E

Text Example


Text Example

White with #50919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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