COLOR #505EB6

HEX: #505EB6
RGB: (80,94,182)

Color info

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

RGB color model

#505EB6 color RGB value is (80,94,182).

  • red value is 80;
  • green value is 94;
  • blue value is 182.
RGB:
(80,94,182)
(31%,37%,71%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 182 of 255 = 71%

80
94
182

R + G + B ~ 46%. #505EB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 182 = 356 (100%)
R 80 of 356 ~ 22.47%
G 94 of 356 ~ 26.4%
B 182 of 356 ~ 51.12%

%22.47
%26.4
%51.12

CMYK color model

#505EB6 color CMYK value is (56,48,0,29).

  • cyan value is 56.04%
  • magenta value is 48.35%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(56,48,0,29)
C56M48Y0K29 
(56%,48%,0%,29%)
(0.56/0.48/0.00/0.29)	

CMYK percentages

%56.04
%48.35
%0
%28.63

Codes

Color #505EB6 in popluar color models

505EB6
RGB8094182
HSL232°41.13%51.37%
HSB/HSV232°56.04%71.37%
CMYK56.04%48.35%0.00%
28.63%

Color #505EB6 in popluar number systems.

HEX505EB6
Decimal8094182
Binary1010000101111010110110
Octal120136266

Shades and tints

Shades of #505EB6

#505EB6
(80,94,182)
#4956A6
(73,86,166)
#424E96
(66,78,150)
#3B4686
(59,70,134)
#343E76
(52,62,118)
#2D3666
(45,54,102)
#262E56
(38,46,86)
#1F2646
(31,38,70)
#181E36
(24,30,54)
#111626
(17,22,38)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #505EB6

#505EB6
(80,94,182)
#5F6CBC
(95,108,188)
#6E7AC2
(110,122,194)
#7D88C8
(125,136,200)
#8C96CE
(140,150,206)
#9BA4D4
(155,164,212)
#AAB2DA
(170,178,218)
#B9C0E0
(185,192,224)
#C8CEE6
(200,206,230)
#D7DCEC
(215,220,236)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505EB6 color. Also use rgb(80,94,182) instead hex code.

Text Font Color

.myTextColor { color: #505EB6; }

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

This text font color is #505EB6.


Background Color

.myBgColor { background-color: #505EB6; }

<div style="background-color:#505EB6">Inner text</div>

This div background color is #505EB6.


Border color

.myBorderColor { border: 1px solid #505EB6; }

<div style="border:3px solid #505EB6">Div</div>

This div border color is #505EB6.


Opacity

.myOpacity80 { color: #505EB6; opacity: 0.8; }

<p style="color:#505EB6;opacity:0.8;">80%</p>

Text with #505EB6 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 #505EB6;}

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

This text has shadow with #505EB6 color.

.textShadow {text-shadow: 3px 3px 1px #505EB6, 3px 3px 1px red;}

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

This text has shadow with #505EB6 primary color and red secondary color.


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

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

This text has shadow with #505EB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505EB6 on black background.


Color preview on white background

This text has color #505EB6 on white background.



Black color preview on #505EB6 background

This text has black color on #505EB6 background.


White color preview on #505EB6 background

This text has white color on #505EB6 background.