COLOR #5D5ED4

HEX: #5D5ED4
RGB: (93,94,212)

Color info

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

RGB color model

#5D5ED4 color RGB value is (93,94,212).

  • red value is 93;
  • green value is 94;
  • blue value is 212.
RGB:
(93,94,212)
(36%,37%,83%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 212 of 255 = 83%

93
94
212

R + G + B ~ 52%. #5D5ED4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 212 = 399 (100%)
R 93 of 399 ~ 23.31%
G 94 of 399 ~ 23.56%
B 212 of 399 ~ 53.13%

%23.31
%23.56
%53.13

CMYK color model

#5D5ED4 color CMYK value is (56,56,0,17).

  • cyan value is 56.13%
  • magenta value is 55.66%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(56,56,0,17)
C56M56Y0K17 
(56%,56%,0%,17%)
(0.56/0.56/0.00/0.17)	

CMYK percentages

%56.13
%55.66
%0
%16.86

Codes

Color #5D5ED4 in popluar color models

5D5ED4
RGB9394212
HSL239°58.05%59.80%
HSB/HSV239°56.13%83.14%
CMYK56.13%55.66%0.00%
16.86%

Color #5D5ED4 in popluar number systems.

HEX5D5ED4
Decimal9394212
Binary1011101101111011010100
Octal135136324

Shades and tints

Shades of #5D5ED4

#5D5ED4
(93,94,212)
#5556C1
(85,86,193)
#4D4EAE
(77,78,174)
#45469B
(69,70,155)
#3D3E88
(61,62,136)
#353675
(53,54,117)
#2D2E62
(45,46,98)
#25264F
(37,38,79)
#1D1E3C
(29,30,60)
#151629
(21,22,41)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #5D5ED4

#5D5ED4
(93,94,212)
#6B6CD7
(107,108,215)
#797ADA
(121,122,218)
#8788DD
(135,136,221)
#9596E0
(149,150,224)
#A3A4E3
(163,164,227)
#B1B2E6
(177,178,230)
#BFC0E9
(191,192,233)
#CDCEEC
(205,206,236)
#DBDCEF
(219,220,239)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5ED4 color. Also use rgb(93,94,212) instead hex code.

Text Font Color

.myTextColor { color: #5D5ED4; }

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

This text font color is #5D5ED4.


Background Color

.myBgColor { background-color: #5D5ED4; }

<div style="background-color:#5D5ED4">Inner text</div>

This div background color is #5D5ED4.


Border color

.myBorderColor { border: 1px solid #5D5ED4; }

<div style="border:3px solid #5D5ED4">Div</div>

This div border color is #5D5ED4.


Opacity

.myOpacity80 { color: #5D5ED4; opacity: 0.8; }

<p style="color:#5D5ED4;opacity:0.8;">80%</p>

Text with #5D5ED4 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 #5D5ED4;}

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

This text has shadow with #5D5ED4 color.

.textShadow {text-shadow: 3px 3px 1px #5D5ED4, 3px 3px 1px red;}

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

This text has shadow with #5D5ED4 primary color and red secondary color.


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

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

This text has shadow with #5D5ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5ED4 on black background.


Color preview on white background

This text has color #5D5ED4 on white background.



Black color preview on #5D5ED4 background

This text has black color on #5D5ED4 background.


White color preview on #5D5ED4 background

This text has white color on #5D5ED4 background.