Html Css Color HEX #50839B Hippie Blue

📋 copy color: '#50839B'

red 80 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #50839B

Tints of Hippie Blue #50839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 21.86%
G = 35.79%
B = 42.35%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50839B (or 0x50839B) is known color: Hippie Blue. HEX triplet: 50, 83 and 9B. RGB value is (80,131,155). Sum of RGB (Red+Green+Blue) = 80+131+155=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #50839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50839B is #AF7C64. Grayscale: #767676. Windows color (decimal): -11500645 or 10191696. OLE color: 10191696.

HSL color Cylindrical-coordinate representation of color #50839B: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50839B is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 131 155 -
CMYK 0.48 0.15 0 0.39
HSL 199.2º 0.32% 0.46% -
HSV(B) 199.2º 0.48% 0.61% -
XYZ 17.34 20.3 34.02 -
YUV 118.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 80 131 155 0.48 0.15 0 0.39 199.2 0.32 0.46
Hex 50 83 9B 30 F 0 27 C7 20 2E
Octal 120 203 233 60 17 0 47 307 40 56
Binary 1010000 10000011 10011011 110000 1111 0 100111 11000111 100000 101110

Color Harmonies of #50839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50839B

Black with #50839B

Text Example


Text Example

White with #50839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50839B; }

 p { color: rgb(80,131,155); }

 H1.HeaderClassName
 {
   color: #50839B;
 }
 .AnyTagClassName
 {
   color: #50839B;
 }
</style>

background-color css

<style>
 a { background-color: #50839B; }

 a { background-color: rgb(80,131,155); }

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

border-color css

<style>
 span { border-color: #50839B; }

 span { border-color: rgb(80,131,155); }

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