#50839B

Color #50839B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #50839B

Tints of Hippie Blue #50839B

Color information

#50839B (or 0x50839B) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 9B. RGB value is (80,131,155). Sum of RGB (Red+Green+Blue) = 80+131+155=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #50839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50839B is #AF7C64. Grayscale: #767676. Windows color (decimal): -11500645 or 10191696. OLE color: 10191696.

HSL color Cylindrical-coordinate representation of color #50839B: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50839B is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80131155-
CMYK0.480.1500.39
HSL199.2º31.91%46.08%-
HSV(B)199.2º48.39%60.78%-
XYZ17.3420.334.02-
YUV118.49148.6100.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=21.86%
G=35.79%
B=42.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801311550.480.1500.39199.231.9146.08
Hex50839B30F027c7202e
Octal12020323360170473074056
Binary101000010000011100110111100001111010011111000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50839B; }

 p { color: rgb(80,131,155); }

 H1.HeaderClassName
 {
   color: #50839B;
 }
 .AnyTagClassName
 {
   color: #50839B;
 }
</style>
background-color css

<style>
 a { background-color: #50839B; }

 a { background-color: rgb(80,131,155); }

 div.DivClassName
 {
   background-color: #50839B;
 }
 .BgClassName
 {
   background-color: #50839B;
 }
</style>
border-color css

<style>
 span { border-color: #50839B; }

 span { border-color: rgb(80,131,155); }

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