Html Css Color HEX #50849B Hippie Blue

📋 copy color: '#50849B'

red 80 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #50849B

Tints of Hippie Blue #50849B

RGB

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

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

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

R = 21.8%
G = 35.97%
B = 42.23%

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

#50849B (or 0x50849B) is known color: Hippie Blue. HEX triplet: 50, 84 and 9B. RGB value is (80,132,155). Sum of RGB (Red+Green+Blue) = 80+132+155=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #50849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50849B is #AF7B64. Grayscale: #767676. Windows color (decimal): -11500389 or 10191952. OLE color: 10191952.

HSL color Cylindrical-coordinate representation of color #50849B: hue angle of 198.4º 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 #50849B is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 132 155 -
CMYK 0.48 0.15 0 0.39
HSL 198.4º 0.32% 0.46% -
HSV(B) 198.4º 0.48% 0.61% -
XYZ 17.48 20.57 34.06 -
YUV 119.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 80 132 155 0.48 0.15 0 0.39 198.4 0.32 0.46
Hex 50 84 9B 30 F 0 27 C6 20 2E
Octal 120 204 233 60 17 0 47 306 40 56
Binary 1010000 10000100 10011011 110000 1111 0 100111 11000110 100000 101110

Color Harmonies of #50849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50849B

Black with #50849B

Text Example


Text Example

White with #50849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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