Html Css Color HEX #50869A Hippie Blue

📋 copy color: '#50869A'

red 80 ◦ green 134 ◦ blue 154

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

Shades of Hippie Blue #50869A

Tints of Hippie Blue #50869A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

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

R = 21.74%
G = 36.41%
B = 41.85%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50869A (or 0x50869A) is known color: Hippie Blue. HEX triplet: 50, 86 and 9A. RGB value is (80,134,154). Sum of RGB (Red+Green+Blue) = 80+134+154=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #50869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50869A is #AF7965. Grayscale: #787878. Windows color (decimal): -11499878 or 10126928. OLE color: 10126928.

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

Color convert

RGB 80 134 154 -
CMYK 0.48 0.13 0 0.40
HSL 196.22º 0.32% 0.46% -
HSV(B) 196.22º 0.48% 0.6% -
XYZ 17.67 21.09 33.71 -
YUV 120.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 80 134 154 0.48 0.13 0 0.40 196.22 0.32 0.46
Hex 50 86 9A 30 D 0 28 C4 20 2E
Octal 120 206 232 60 15 0 50 304 40 56
Binary 1010000 10000110 10011010 110000 1101 0 101000 11000100 100000 101110

Color Harmonies of #50869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50869A

Black with #50869A

Text Example


Text Example

White with #50869A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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