COLOR #506E9B

HEX: #506E9B
RGB: (80,110,155)

Color info

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

RGB color model

#506E9B color RGB value is (80,110,155).

  • red value is 80;
  • green value is 110;
  • blue value is 155.
RGB:
(80,110,155)
(31%,43%,61%)

RGB channels and saturation

R 80 of 255 = 31%
G 110 of 255 = 43%
B 155 of 255 = 61%

80
110
155

R + G + B ~ 45%. #506E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 110 + 155 = 345 (100%)
R 80 of 345 ~ 23.19%
G 110 of 345 ~ 31.88%
B 155 of 345 ~ 44.93%

%23.19
%31.88
%44.93

CMYK color model

#506E9B color CMYK value is (48,29,0,39).

  • cyan value is 48.39%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(48,29,0,39)
C48M29Y0K39 
(48%,29%,0%,39%)
(0.48/0.29/0.00/0.39)	

CMYK percentages

%48.39
%29.03
%0
%39.22

Codes

Color #506E9B in popluar color models

506E9B
RGB80110155
HSL216°31.91%46.08%
HSB/HSV216°48.39%60.78%
CMYK48.39%29.03%0.00%
39.22%

Color #506E9B in popluar number systems.

HEX506E9B
Decimal80110155
Binary1010000110111010011011
Octal120156233

Shades and tints

Shades of #506E9B

#506E9B
(80,110,155)
#49648D
(73,100,141)
#425A7F
(66,90,127)
#3B5071
(59,80,113)
#344663
(52,70,99)
#2D3C55
(45,60,85)
#263247
(38,50,71)
#1F2839
(31,40,57)
#181E2B
(24,30,43)
#11141D
(17,20,29)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #506E9B

#506E9B
(80,110,155)
#5F7BA4
(95,123,164)
#6E88AD
(110,136,173)
#7D95B6
(125,149,182)
#8CA2BF
(140,162,191)
#9BAFC8
(155,175,200)
#AABCD1
(170,188,209)
#B9C9DA
(185,201,218)
#C8D6E3
(200,214,227)
#D7E3EC
(215,227,236)
#E6F0F5
(230,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E9B color. Also use rgb(80,110,155) instead hex code.

Text Font Color

.myTextColor { color: #506E9B; }

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

This text font color is #506E9B.


Background Color

.myBgColor { background-color: #506E9B; }

<div style="background-color:#506E9B">Inner text</div>

This div background color is #506E9B.


Border color

.myBorderColor { border: 1px solid #506E9B; }

<div style="border:3px solid #506E9B">Div</div>

This div border color is #506E9B.


Opacity

.myOpacity80 { color: #506E9B; opacity: 0.8; }

<p style="color:#506E9B;opacity:0.8;">80%</p>

Text with #506E9B 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 #506E9B;}

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

This text has shadow with #506E9B color.

.textShadow {text-shadow: 3px 3px 1px #506E9B, 3px 3px 1px red;}

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

This text has shadow with #506E9B primary color and red secondary color.


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

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

This text has shadow with #506E9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E9B on black background.


Color preview on white background

This text has color #506E9B on white background.



Black color preview on #506E9B background

This text has black color on #506E9B background.


White color preview on #506E9B background

This text has white color on #506E9B background.