#50839A

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

Shades of Hippie Blue #50839A

Tints of Hippie Blue #50839A

Color information

#50839A (or 0x50839A) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 9A. RGB value is (80,131,154). Sum of RGB (Red+Green+Blue) = 80+131+154=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #50839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50839A is #AF7C65. Grayscale: #767676. Windows color (decimal): -11500646 or 10126160. OLE color: 10126160.

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

Color convert

RGB80131154-
CMYK0.480.1500.40
HSL198.65º31.62%45.88%-
HSV(B)198.65º48.05%60.39%-
XYZ17.2620.2733.58-
YUV118.37148.1100.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=21.92%
G=35.89%
B=42.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801311540.480.1500.40198.6531.6245.88
Hex50839A30F028c7202e
Octal12020323260170503074056
Binary101000010000011100110101100001111010100011000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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