Html Css Color HEX #50849F Hippie Blue

📋 copy color: '#50849F'

red 80 ◦ green 132 ◦ blue 159

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

Shades of Hippie Blue #50849F

Tints of Hippie Blue #50849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 21.56%
G = 35.58%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50849F (or 0x50849F) is known color: Hippie Blue. HEX triplet: 50, 84 and 9F. RGB value is (80,132,159). Sum of RGB (Red+Green+Blue) = 80+132+159=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #50849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50849F is #AF7B60. Grayscale: #777777. Windows color (decimal): -11500385 or 10454096. OLE color: 10454096.

HSL color Cylindrical-coordinate representation of color #50849F: hue angle of 200.51º 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 #50849F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 132 159 -
CMYK 0.50 0.17 0 0.38
HSL 200.51º 0.33% 0.47% -
HSV(B) 200.51º 0.5% 0.62% -
XYZ 17.82 20.71 35.86 -
YUV 119.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 80 132 159 0.50 0.17 0 0.38 200.51 0.33 0.47
Hex 50 84 9F 32 11 0 26 C9 21 2F
Octal 120 204 237 62 21 0 46 311 41 57
Binary 1010000 10000100 10011111 110010 10001 0 100110 11001001 100001 101111

Color Harmonies of #50849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50849F

Black with #50849F

Text Example


Text Example

White with #50849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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