Html Css Color HEX #50869F Hippie Blue

📋 copy color: '#50869F'

red 80 ◦ green 134 ◦ blue 159

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

Shades of Hippie Blue #50869F

Tints of Hippie Blue #50869F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 21.45%
G = 35.92%
B = 42.63%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50869F (or 0x50869F) is known color: Hippie Blue. HEX triplet: 50, 86 and 9F. RGB value is (80,134,159). Sum of RGB (Red+Green+Blue) = 80+134+159=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #50869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50869F is #AF7960. Grayscale: #787878. Windows color (decimal): -11499873 or 10454608. OLE color: 10454608.

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

Color convert

RGB 80 134 159 -
CMYK 0.50 0.16 0 0.38
HSL 198.99º 0.33% 0.47% -
HSV(B) 198.99º 0.5% 0.62% -
XYZ 18.09 21.26 35.95 -
YUV 120.7 149.61 98.97 -
System Red Green Blue C M Y K H S L
Decimal 80 134 159 0.50 0.16 0 0.38 198.99 0.33 0.47
Hex 50 86 9F 32 10 0 26 C7 21 2F
Octal 120 206 237 62 20 0 46 307 41 57
Binary 1010000 10000110 10011111 110010 10000 0 100110 11000111 100001 101111

Color Harmonies of #50869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50869F

Black with #50869F

Text Example


Text Example

White with #50869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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