COLOR #5D52E4

HEX: #5D52E4
RGB: (93,82,228)

Color info

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

RGB color model

#5D52E4 color RGB value is (93,82,228).

  • red value is 93;
  • green value is 82;
  • blue value is 228.
RGB:
(93,82,228)
(36%,32%,89%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 228 of 255 = 89%

93
82
228

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

Portions of RGB colors in percentages

R + G + B =
93 + 82 + 228 = 403 (100%)
R 93 of 403 ~ 23.08%
G 82 of 403 ~ 20.35%
B 228 of 403 ~ 56.58%

%23.08
%20.35
%56.58

CMYK color model

#5D52E4 color CMYK value is (59,64,0,11).

  • cyan value is 59.21%
  • magenta value is 64.04%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(59,64,0,11)
C59M64Y0K11 
(59%,64%,0%,11%)
(0.59/0.64/0.00/0.11)	

CMYK percentages

%59.21
%64.04
%0
%10.59

Codes

Color #5D52E4 in popluar color models

5D52E4
RGB9382228
HSL245°73.00%60.78%
HSB/HSV245°64.04%89.41%
CMYK59.21%64.04%0.00%
10.59%

Color #5D52E4 in popluar number systems.

HEX5D52E4
Decimal9382228
Binary1011101101001011100100
Octal135122344

Shades and tints

Shades of #5D52E4

#5D52E4
(93,82,228)
#554BD0
(85,75,208)
#4D44BC
(77,68,188)
#453DA8
(69,61,168)
#3D3694
(61,54,148)
#352F80
(53,47,128)
#2D286C
(45,40,108)
#252158
(37,33,88)
#1D1A44
(29,26,68)
#151330
(21,19,48)
#0D0C1C
(13,12,28)
#000000
(0,0,0)

Tints of #5D52E4

#5D52E4
(93,82,228)
#6B61E6
(107,97,230)
#7970E8
(121,112,232)
#877FEA
(135,127,234)
#958EEC
(149,142,236)
#A39DEE
(163,157,238)
#B1ACF0
(177,172,240)
#BFBBF2
(191,187,242)
#CDCAF4
(205,202,244)
#DBD9F6
(219,217,246)
#E9E8F8
(233,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D52E4 color. Also use rgb(93,82,228) instead hex code.

Text Font Color

.myTextColor { color: #5D52E4; }

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

This text font color is #5D52E4.


Background Color

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

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

This div background color is #5D52E4.


Border color

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

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

This div border color is #5D52E4.


Opacity

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

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

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

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

This text has shadow with #5D52E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D52E4 on black background.


Color preview on white background

This text has color #5D52E4 on white background.



Black color preview on #5D52E4 background

This text has black color on #5D52E4 background.


White color preview on #5D52E4 background

This text has white color on #5D52E4 background.