COLOR #5D46D7

HEX: #5D46D7
RGB: (93,70,215)

Color info

#5D46D7 contains mainly blue color. Web safe color of #5D46D7 is #6633CC (or #63C).

RGB color model

#5D46D7 color RGB value is (93,70,215).

  • red value is 93;
  • green value is 70;
  • blue value is 215.
RGB:
(93,70,215)
(36%,27%,84%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 215 of 255 = 84%

93
70
215

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

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 215 = 378 (100%)
R 93 of 378 ~ 24.6%
G 70 of 378 ~ 18.52%
B 215 of 378 ~ 56.88%

%24.6
%18.52
%56.88

CMYK color model

#5D46D7 color CMYK value is (57,67,0,16).

  • cyan value is 56.74%
  • magenta value is 67.44%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(57,67,0,16)
C57M67Y0K16 
(57%,67%,0%,16%)
(0.57/0.67/0.00/0.16)	

CMYK percentages

%56.74
%67.44
%0
%15.69

Codes

Color #5D46D7 in popluar color models

5D46D7
RGB9370215
HSL250°64.44%55.88%
HSB/HSV250°67.44%84.31%
CMYK56.74%67.44%0.00%
15.69%

Color #5D46D7 in popluar number systems.

HEX5D46D7
Decimal9370215
Binary1011101100011011010111
Octal135106327

Shades and tints

Shades of #5D46D7

#5D46D7
(93,70,215)
#5540C4
(85,64,196)
#4D3AB1
(77,58,177)
#45349E
(69,52,158)
#3D2E8B
(61,46,139)
#352878
(53,40,120)
#2D2265
(45,34,101)
#251C52
(37,28,82)
#1D163F
(29,22,63)
#15102C
(21,16,44)
#0D0A19
(13,10,25)
#000000
(0,0,0)

Tints of #5D46D7

#5D46D7
(93,70,215)
#6B56DA
(107,86,218)
#7966DD
(121,102,221)
#8776E0
(135,118,224)
#9586E3
(149,134,227)
#A396E6
(163,150,230)
#B1A6E9
(177,166,233)
#BFB6EC
(191,182,236)
#CDC6EF
(205,198,239)
#DBD6F2
(219,214,242)
#E9E6F5
(233,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D46D7 color. Also use rgb(93,70,215) instead hex code.

Text Font Color

.myTextColor { color: #5D46D7; }

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

This text font color is #5D46D7.


Background Color

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

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

This div background color is #5D46D7.


Border color

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

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

This div border color is #5D46D7.


Opacity

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

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

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

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

This text has shadow with #5D46D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D46D7 on black background.


Color preview on white background

This text has color #5D46D7 on white background.



Black color preview on #5D46D7 background

This text has black color on #5D46D7 background.


White color preview on #5D46D7 background

This text has white color on #5D46D7 background.