#50838E

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

Shades of Hippie Blue #50838E

Tints of Hippie Blue #50838E

Color information

#50838E (or 0x50838E) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 8E. RGB value is (80,131,142). Sum of RGB (Red+Green+Blue) = 80+131+142=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #50838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50838E is #AF7C71. Grayscale: #747474. Windows color (decimal): -11500658 or 9339728. OLE color: 9339728.

HSL color Cylindrical-coordinate representation of color #50838E: hue angle of 190.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50838E is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80131142-
CMYK0.440.0800.44
HSL190.65º27.93%43.53%-
HSV(B)190.65º43.66%55.69%-
XYZ16.3119.8928.57-
YUV117142.1101.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=22.66%
G=37.11%
B=40.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801311420.440.0800.44190.6527.9343.53
Hex50838E2C802Cbf1c2c
Octal12020321654100542773454
Binary10100001000001110001110101100100001011001011111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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