Html Css Color HEX #50859E Hippie Blue

📋 copy color: '#50859E'

red 80 ◦ green 133 ◦ blue 158

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

Shades of Hippie Blue #50859E

Tints of Hippie Blue #50859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 21.56%
G = 35.85%
B = 42.59%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50859E (or 0x50859E) is known color: Hippie Blue. HEX triplet: 50, 85 and 9E. RGB value is (80,133,158). Sum of RGB (Red+Green+Blue) = 80+133+158=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #50859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50859E is #AF7A61. Grayscale: #777777. Windows color (decimal): -11500130 or 10388816. OLE color: 10388816.

HSL color Cylindrical-coordinate representation of color #50859E: hue angle of 199.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50859E is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 133 158 -
CMYK 0.49 0.16 0 0.38
HSL 199.23º 0.33% 0.47% -
HSV(B) 199.23º 0.49% 0.62% -
XYZ 17.87 20.95 35.45 -
YUV 120 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 80 133 158 0.49 0.16 0 0.38 199.23 0.33 0.47
Hex 50 85 9E 31 10 0 26 C7 21 2F
Octal 120 205 236 61 20 0 46 307 41 57
Binary 1010000 10000101 10011110 110001 10000 0 100110 11000111 100001 101111

Color Harmonies of #50859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50859E

Black with #50859E

Text Example


Text Example

White with #50859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50859E; }

 p { color: rgb(80,133,158); }

 H1.HeaderClassName
 {
   color: #50859E;
 }
 .AnyTagClassName
 {
   color: #50859E;
 }
</style>

background-color css

<style>
 a { background-color: #50859E; }

 a { background-color: rgb(80,133,158); }

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

border-color css

<style>
 span { border-color: #50859E; }

 span { border-color: rgb(80,133,158); }

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