Html Css Color HEX #50839F Hippie Blue

📋 copy color: '#50839F'

red 80 ◦ green 131 ◦ blue 159

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

Shades of Hippie Blue #50839F

Tints of Hippie Blue #50839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 21.62%
G = 35.41%
B = 42.97%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50839F (or 0x50839F) is known color: Hippie Blue. HEX triplet: 50, 83 and 9F. RGB value is (80,131,159). Sum of RGB (Red+Green+Blue) = 80+131+159=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #50839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50839F is #AF7C60. Grayscale: #767676. Windows color (decimal): -11500641 or 10453840. OLE color: 10453840.

HSL color Cylindrical-coordinate representation of color #50839F: hue angle of 201.27º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50839F is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 131 159 -
CMYK 0.50 0.18 0 0.38
HSL 201.27º 0.33% 0.47% -
HSV(B) 201.27º 0.5% 0.62% -
XYZ 17.68 20.44 35.81 -
YUV 118.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 80 131 159 0.50 0.18 0 0.38 201.27 0.33 0.47
Hex 50 83 9F 32 12 0 26 C9 21 2F
Octal 120 203 237 62 22 0 46 311 41 57
Binary 1010000 10000011 10011111 110010 10010 0 100110 11001001 100001 101111

Color Harmonies of #50839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50839F

Black with #50839F

Text Example


Text Example

White with #50839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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