COLOR #5D53E0

HEX: #5D53E0
RGB: (93,83,224)

Color info

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

RGB color model

#5D53E0 color RGB value is (93,83,224).

  • red value is 93;
  • green value is 83;
  • blue value is 224.
RGB:
(93,83,224)
(36%,33%,88%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 224 of 255 = 88%

93
83
224

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 224 = 400 (100%)
R 93 of 400 ~ 23.25%
G 83 of 400 ~ 20.75%
B 224 of 400 ~ 56%

%23.25
%20.75
%56

CMYK color model

#5D53E0 color CMYK value is (58,63,0,12).

  • cyan value is 58.48%
  • magenta value is 62.95%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(58,63,0,12)
C58M63Y0K12 
(58%,63%,0%,12%)
(0.58/0.63/0.00/0.12)	

CMYK percentages

%58.48
%62.95
%0
%12.16

Codes

Color #5D53E0 in popluar color models

5D53E0
RGB9383224
HSL244°69.46%60.20%
HSB/HSV244°62.95%87.84%
CMYK58.48%62.95%0.00%
12.16%

Color #5D53E0 in popluar number systems.

HEX5D53E0
Decimal9383224
Binary1011101101001111100000
Octal135123340

Shades and tints

Shades of #5D53E0

#5D53E0
(93,83,224)
#554CCC
(85,76,204)
#4D45B8
(77,69,184)
#453EA4
(69,62,164)
#3D3790
(61,55,144)
#35307C
(53,48,124)
#2D2968
(45,41,104)
#252254
(37,34,84)
#1D1B40
(29,27,64)
#15142C
(21,20,44)
#0D0D18
(13,13,24)
#000000
(0,0,0)

Tints of #5D53E0

#5D53E0
(93,83,224)
#6B62E2
(107,98,226)
#7971E4
(121,113,228)
#8780E6
(135,128,230)
#958FE8
(149,143,232)
#A39EEA
(163,158,234)
#B1ADEC
(177,173,236)
#BFBCEE
(191,188,238)
#CDCBF0
(205,203,240)
#DBDAF2
(219,218,242)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D53E0 color. Also use rgb(93,83,224) instead hex code.

Text Font Color

.myTextColor { color: #5D53E0; }

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

This text font color is #5D53E0.


Background Color

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

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

This div background color is #5D53E0.


Border color

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

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

This div border color is #5D53E0.


Opacity

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

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

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

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

This text has shadow with #5D53E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D53E0 on black background.


Color preview on white background

This text has color #5D53E0 on white background.



Black color preview on #5D53E0 background

This text has black color on #5D53E0 background.


White color preview on #5D53E0 background

This text has white color on #5D53E0 background.