Html Css Color HEX #50839A Hippie Blue

📋 copy color: '#50839A'

red 80 ◦ green 131 ◦ blue 154

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

Shades of Hippie Blue #50839A

Tints of Hippie Blue #50839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 21.92%
G = 35.89%
B = 42.19%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50839A (or 0x50839A) is known color: Hippie Blue. HEX triplet: 50, 83 and 9A. RGB value is (80,131,154). Sum of RGB (Red+Green+Blue) = 80+131+154=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #50839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50839A is #AF7C65. Grayscale: #767676. Windows color (decimal): -11500646 or 10126160. OLE color: 10126160.

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

Color convert

RGB 80 131 154 -
CMYK 0.48 0.15 0 0.40
HSL 198.65º 0.32% 0.46% -
HSV(B) 198.65º 0.48% 0.6% -
XYZ 17.26 20.27 33.58 -
YUV 118.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 80 131 154 0.48 0.15 0 0.40 198.65 0.32 0.46
Hex 50 83 9A 30 F 0 28 C7 20 2E
Octal 120 203 232 60 17 0 50 307 40 56
Binary 1010000 10000011 10011010 110000 1111 0 101000 11000111 100000 101110

Color Harmonies of #50839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50839A

Black with #50839A

Text Example


Text Example

White with #50839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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