Html Css Color HEX #50879A Hippie Blue

📋 copy color: '#50879A'

red 80 ◦ green 135 ◦ blue 154

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

Shades of Hippie Blue #50879A

Tints of Hippie Blue #50879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 21.68%
G = 36.59%
B = 41.73%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50879A (or 0x50879A) is known color: Hippie Blue. HEX triplet: 50, 87 and 9A. RGB value is (80,135,154). Sum of RGB (Red+Green+Blue) = 80+135+154=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #50879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50879A is #AF7865. Grayscale: #787878. Windows color (decimal): -11499622 or 10127184. OLE color: 10127184.

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

Color convert

RGB 80 135 154 -
CMYK 0.48 0.12 0 0.40
HSL 195.41º 0.32% 0.46% -
HSV(B) 195.41º 0.48% 0.6% -
XYZ 17.8 21.37 33.76 -
YUV 120.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 80 135 154 0.48 0.12 0 0.40 195.41 0.32 0.46
Hex 50 87 9A 30 C 0 28 C3 20 2E
Octal 120 207 232 60 14 0 50 303 40 56
Binary 1010000 10000111 10011010 110000 1100 0 101000 11000011 100000 101110

Color Harmonies of #50879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50879A

Black with #50879A

Text Example


Text Example

White with #50879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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