COLOR #5050B6

HEX: #5050B6
RGB: (80,80,182)

Color info

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

RGB color model

#5050B6 color RGB value is (80,80,182).

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

RGB channels and saturation

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

80
80
182

R + G + B ~ 44%. #5050B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 182 = 342 (100%)
R 80 of 342 ~ 23.39%
G 80 of 342 ~ 23.39%
B 182 of 342 ~ 53.22%

%23.39
%23.39
%53.22

CMYK color model

#5050B6 color CMYK value is (56,56,0,29).

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

CMYK percentages

%56.04
%56.04
%0
%28.63

Codes

Color #5050B6 in popluar color models

5050B6
RGB8080182
HSL240°41.13%51.37%
HSB/HSV240°56.04%71.37%
CMYK56.04%56.04%0.00%
28.63%

Color #5050B6 in popluar number systems.

HEX5050B6
Decimal8080182
Binary1010000101000010110110
Octal120120266

Shades and tints

Shades of #5050B6

#5050B6
(80,80,182)
#4949A6
(73,73,166)
#424296
(66,66,150)
#3B3B86
(59,59,134)
#343476
(52,52,118)
#2D2D66
(45,45,102)
#262656
(38,38,86)
#1F1F46
(31,31,70)
#181836
(24,24,54)
#111126
(17,17,38)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #5050B6

#5050B6
(80,80,182)
#5F5FBC
(95,95,188)
#6E6EC2
(110,110,194)
#7D7DC8
(125,125,200)
#8C8CCE
(140,140,206)
#9B9BD4
(155,155,212)
#AAAADA
(170,170,218)
#B9B9E0
(185,185,224)
#C8C8E6
(200,200,230)
#D7D7EC
(215,215,236)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5050B6; }

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

This text font color is #5050B6.


Background Color

.myBgColor { background-color: #5050B6; }

<div style="background-color:#5050B6">Inner text</div>

This div background color is #5050B6.


Border color

.myBorderColor { border: 1px solid #5050B6; }

<div style="border:3px solid #5050B6">Div</div>

This div border color is #5050B6.


Opacity

.myOpacity80 { color: #5050B6; opacity: 0.8; }

<p style="color:#5050B6;opacity:0.8;">80%</p>

Text with #5050B6 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 #5050B6;}

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

This text has shadow with #5050B6 color.

.textShadow {text-shadow: 3px 3px 1px #5050B6, 3px 3px 1px red;}

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

This text has shadow with #5050B6 primary color and red secondary color.


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

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

This text has shadow with #5050B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5050B6 on black background.


Color preview on white background

This text has color #5050B6 on white background.



Black color preview on #5050B6 background

This text has black color on #5050B6 background.


White color preview on #5050B6 background

This text has white color on #5050B6 background.