COLOR #506CB5

HEX: #506CB5 RGB: (80,108,181)

Color info

#506CB5 contains mainly blue color. Web safe color of #506CB5 is #6666CC (or #66C).

RGB color model

#506CB5 color RGB value is (80,108,181).

RGB: (80,108,181) (31%, 42%, 71%)

RGB channels and saturation

R 80 of 255 = 31%
G 108 of 255 = 42%
B 181 of 255 = 71%

80
108
181

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

Portions of RGB colors in percentages

R + G + B = 80 + 108 + 181 = 369 (100%)
R 80 of 369 ~ 21.68%
G 108 of 369 ~ 29.27%
B 181 of 369 ~ 49.05'%

%21.68
%29.27
%49.05

CMYK color model

#506CB5 color CMYK value is (56,40,0,29).

  • cyan value is 55.80%
  • magenta value is 40.33%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (56,40,0,29) C56M40Y0K29 (56%,40%,0%,29%) (0.56/0.40/0.00/0.29) 

CMYK percentages

%55.8
%40.33
%0
%29.02

Codes

Color #506CB5 in popluar color models

50 6C B5
RGB 80 108 181
HSL 223° 40.56% 51.18%
HSB/HSV 223° 55.80% 70.98%
CMYK 55.80% 40.33% 0.00%
29.02%

Color #506CB5 in popluar number systems.

HEX 50 6C B5
Decimal 80 108 181
Binary 1010000 1101100 10110101
Octal 120 154 265

Shades and tints

Shades of #506CB5

#506CB5
(80,108,181)
#4963A5
(73,99,165)
#425A95
(66,90,149)
#3B5185
(59,81,133)
#344875
(52,72,117)
#2D3F65
(45,63,101)
#263655
(38,54,85)
#1F2D45
(31,45,69)
#182435
(24,36,53)
#111B25
(17,27,37)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #506CB5

#506CB5
(80,108,181)
#5F79BB
(95,121,187)
#6E86C1
(110,134,193)
#7D93C7
(125,147,199)
#8CA0CD
(140,160,205)
#9BADD3
(155,173,211)
#AABAD9
(170,186,217)
#B9C7DF
(185,199,223)
#C8D4E5
(200,212,229)
#D7E1EB
(215,225,235)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506CB5 color. Also use rgb(80,108,181) instead hex code.

Text Font Color

.myTextColor { color: #506CB5; }

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

This text font color is #506CB5.

Background Color

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

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

This div background color is #506CB5.

Border color

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

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

This div border color is #506CB5.

Opacity

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

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

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

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

This text has shadow with #506CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506CB5.

Preview

Color preview on black background

This text has color #506CB5 on black background.


Color preview on white background

This text has color #506CB5 on white background.


Black color preview on #506CB5 background

This text has black color on #506CB5 background.


White color preview on #506CB5 background

This text has white color on #506CB5 background.


Related colors

Complementary color

Complementary color for #hex is #AF934A.


I love getcolorcode.com

Triadic colors

1 #B5506C and #6CB550 with #506CB5 are triadic colors.

2 #B56C50 and #6C50B5 with #506CB5 are triadic colors.