COLOR #5050DB

HEX: #5050DB
RGB: (80,80,219)

Color info

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

RGB color model

#5050DB color RGB value is (80,80,219).

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

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 219 of 255 = 86%

80
80
219

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

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 219 = 379 (100%)
R 80 of 379 ~ 21.11%
G 80 of 379 ~ 21.11%
B 219 of 379 ~ 57.78%

%21.11
%21.11
%57.78

CMYK color model

#5050DB color CMYK value is (63,63,0,14).

  • cyan value is 63.47%
  • magenta value is 63.47%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(63,63,0,14)
C63M63Y0K14 
(63%,63%,0%,14%)
(0.63/0.63/0.00/0.14)	

CMYK percentages

%63.47
%63.47
%0
%14.12

Codes

Color #5050DB in popluar color models

5050DB
RGB8080219
HSL240°65.88%58.63%
HSB/HSV240°63.47%85.88%
CMYK63.47%63.47%0.00%
14.12%

Color #5050DB in popluar number systems.

HEX5050DB
Decimal8080219
Binary1010000101000011011011
Octal120120333

Shades and tints

Shades of #5050DB

#5050DB
(80,80,219)
#4949C8
(73,73,200)
#4242B5
(66,66,181)
#3B3BA2
(59,59,162)
#34348F
(52,52,143)
#2D2D7C
(45,45,124)
#262669
(38,38,105)
#1F1F56
(31,31,86)
#181843
(24,24,67)
#111130
(17,17,48)
#0A0A1D
(10,10,29)
#000000
(0,0,0)

Tints of #5050DB

#5050DB
(80,80,219)
#5F5FDE
(95,95,222)
#6E6EE1
(110,110,225)
#7D7DE4
(125,125,228)
#8C8CE7
(140,140,231)
#9B9BEA
(155,155,234)
#AAAAED
(170,170,237)
#B9B9F0
(185,185,240)
#C8C8F3
(200,200,243)
#D7D7F6
(215,215,246)
#E6E6F9
(230,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5050DB; }

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

This text font color is #5050DB.


Background Color

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

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

This div background color is #5050DB.


Border color

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

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

This div border color is #5050DB.


Opacity

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

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

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

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

This text has shadow with #5050DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5050DB on black background.


Color preview on white background

This text has color #5050DB on white background.



Black color preview on #5050DB background

This text has black color on #5050DB background.


White color preview on #5050DB background

This text has white color on #5050DB background.