COLOR #50658C

HEX: #50658C
RGB: (80,101,140)

Color info

#50658C contains mainly green and blue colors. Web safe color of #50658C is #666699 (or #669).

RGB color model

#50658C color RGB value is (80,101,140).

  • red value is 80;
  • green value is 101;
  • blue value is 140.
RGB:
(80,101,140)
(31%,40%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 140 of 255 = 55%

80
101
140

R + G + B ~ 42%. #50658C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 140 = 321 (100%)
R 80 of 321 ~ 24.92%
G 101 of 321 ~ 31.46%
B 140 of 321 ~ 43.61%

%24.92
%31.46
%43.61

CMYK color model

#50658C color CMYK value is (43,28,0,45).

  • cyan value is 42.86%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(43,28,0,45)
C43M28Y0K45 
(43%,28%,0%,45%)
(0.43/0.28/0.00/0.45)	

CMYK percentages

%42.86
%27.86
%0
%45.1

Codes

Color #50658C in popluar color models

50658C
RGB80101140
HSL219°27.27%43.14%
HSB/HSV219°42.86%54.90%
CMYK42.86%27.86%0.00%
45.10%

Color #50658C in popluar number systems.

HEX50658C
Decimal80101140
Binary1010000110010110001100
Octal120145214

Shades and tints

Shades of #50658C

#50658C
(80,101,140)
#495C80
(73,92,128)
#425374
(66,83,116)
#3B4A68
(59,74,104)
#34415C
(52,65,92)
#2D3850
(45,56,80)
#262F44
(38,47,68)
#1F2638
(31,38,56)
#181D2C
(24,29,44)
#111420
(17,20,32)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #50658C

#50658C
(80,101,140)
#5F7396
(95,115,150)
#6E81A0
(110,129,160)
#7D8FAA
(125,143,170)
#8C9DB4
(140,157,180)
#9BABBE
(155,171,190)
#AAB9C8
(170,185,200)
#B9C7D2
(185,199,210)
#C8D5DC
(200,213,220)
#D7E3E6
(215,227,230)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50658C color. Also use rgb(80,101,140) instead hex code.

Text Font Color

.myTextColor { color: #50658C; }

<p style="color:#50658C">This sample text font color is #50658C.</p>

This text font color is #50658C.


Background Color

.myBgColor { background-color: #50658C; }

<div style="background-color:#50658C">Inner text</div>

This div background color is #50658C.


Border color

.myBorderColor { border: 1px solid #50658C; }

<div style="border:3px solid #50658C">Div</div>

This div border color is #50658C.


Opacity

.myOpacity80 { color: #50658C; opacity: 0.8; }

<p style="color:#50658C;opacity:0.8;">80%</p>

Text with #50658C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50658C;}

<p style="text-shadow: 3px 3px 1px #50658C">Text here.</p>

This text has shadow with #50658C color.

.textShadow {text-shadow: 3px 3px 1px #50658C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50658C, 5px 5px 20px red">Text here.</p>

This text has shadow with #50658C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50658C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50658C, Direction=45, Strength=4)">Text</p>

This text has shadow with #50658C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50658C;
  -webkit-box-shadow:	1px 1px 3px 2px #50658C;
  box-shadow:		1px 1px 3px 2px #50658C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50658C;
-webkit-box-shadow: 1px 1px 3px 2px #50658C;
box-shadow:1px 1px 3px 2px #50658C;">
Div content here</div>
This div box has shadow with color #50658C.

Preview

Color preview on black background

This text has color #50658C on black background.


Color preview on white background

This text has color #50658C on white background.



Black color preview on #50658C background

This text has black color on #50658C background.


White color preview on #50658C background

This text has white color on #50658C background.