COLOR #506BB4

HEX: #506BB4
RGB: (80,107,180)

Color info

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

RGB color model

#506BB4 color RGB value is (80,107,180).

  • red value is 80;
  • green value is 107;
  • blue value is 180.
RGB:
(80,107,180)
(31%,42%,71%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 180 of 255 = 71%

80
107
180

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

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 180 = 367 (100%)
R 80 of 367 ~ 21.8%
G 107 of 367 ~ 29.16%
B 180 of 367 ~ 49.05%

%21.8
%29.16
%49.05

CMYK color model

#506BB4 color CMYK value is (56,41,0,29).

  • cyan value is 55.56%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(56,41,0,29)
C56M41Y0K29 
(56%,41%,0%,29%)
(0.56/0.41/0.00/0.29)	

CMYK percentages

%55.56
%40.56
%0
%29.41

Codes

Color #506BB4 in popluar color models

506BB4
RGB80107180
HSL224°40.00%50.98%
HSB/HSV224°55.56%70.59%
CMYK55.56%40.56%0.00%
29.41%

Color #506BB4 in popluar number systems.

HEX506BB4
Decimal80107180
Binary1010000110101110110100
Octal120153264

Shades and tints

Shades of #506BB4

#506BB4
(80,107,180)
#4962A4
(73,98,164)
#425994
(66,89,148)
#3B5084
(59,80,132)
#344774
(52,71,116)
#2D3E64
(45,62,100)
#263554
(38,53,84)
#1F2C44
(31,44,68)
#182334
(24,35,52)
#111A24
(17,26,36)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #506BB4

#506BB4
(80,107,180)
#5F78BA
(95,120,186)
#6E85C0
(110,133,192)
#7D92C6
(125,146,198)
#8C9FCC
(140,159,204)
#9BACD2
(155,172,210)
#AAB9D8
(170,185,216)
#B9C6DE
(185,198,222)
#C8D3E4
(200,211,228)
#D7E0EA
(215,224,234)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506BB4 color. Also use rgb(80,107,180) instead hex code.

Text Font Color

.myTextColor { color: #506BB4; }

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

This text font color is #506BB4.


Background Color

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

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

This div background color is #506BB4.


Border color

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

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

This div border color is #506BB4.


Opacity

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

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

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

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

This text has shadow with #506BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506BB4 on black background.


Color preview on white background

This text has color #506BB4 on white background.



Black color preview on #506BB4 background

This text has black color on #506BB4 background.


White color preview on #506BB4 background

This text has white color on #506BB4 background.