Html Css Color HEX #50819A Hippie Blue

📋 copy color: '#50819A'

red 80 ◦ green 129 ◦ blue 154

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

Shades of Hippie Blue #50819A

Tints of Hippie Blue #50819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 22.04%
G = 35.54%
B = 42.42%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50819A (or 0x50819A) is known color: Hippie Blue. HEX triplet: 50, 81 and 9A. RGB value is (80,129,154). Sum of RGB (Red+Green+Blue) = 80+129+154=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #50819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50819A is #AF7E65. Grayscale: #757575. Windows color (decimal): -11501158 or 10125648. OLE color: 10125648.

HSL color Cylindrical-coordinate representation of color #50819A: hue angle of 200.27º 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 #50819A is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 129 154 -
CMYK 0.48 0.16 0 0.40
HSL 200.27º 0.32% 0.46% -
HSV(B) 200.27º 0.48% 0.6% -
XYZ 16.99 19.74 33.49 -
YUV 117.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 80 129 154 0.48 0.16 0 0.40 200.27 0.32 0.46
Hex 50 81 9A 30 10 0 28 C8 20 2E
Octal 120 201 232 60 20 0 50 310 40 56
Binary 1010000 10000001 10011010 110000 10000 0 101000 11001000 100000 101110

Color Harmonies of #50819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50819A

Black with #50819A

Text Example


Text Example

White with #50819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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