COLOR #5D46A3

HEX: #5D46A3 RGB: (93,70,163)

Color info

#5D46A3 contains mainly blue color. Web safe color of #5D46A3 is #663399 (or #639).

RGB color model

#5D46A3 color RGB value is (93,70,163).

RGB: (93,70,163) (36%, 27%, 64%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 163 of 255 = 64%

93
70
163

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

Portions of RGB colors in percentages

R + G + B = 93 + 70 + 163 = 326 (100%)
R 93 of 326 ~ 28.53%
G 70 of 326 ~ 21.47%
B 163 of 326 ~ 50'%

%28.53
%21.47
%50

CMYK color model

#5D46A3 color CMYK value is (43,57,0,36).

  • cyan value is 42.94%
  • magenta value is 57.06%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (43,57,0,36)
C43M57Y0K36 (43%, 57%, 0%, 36%)
(0.43 / 0.57 / 0.00 / 0.36)

CMYK percentages

%42.94
%57.06
%0
%36.08

Codes

Color #5D46A3 in popluar color models

5D 46 A3
RGB 93 70 163
HSL 255° 39.91% 45.69%
HSB/HSV 255° 57.06% 63.92%
CMYK 42.94% 57.06% 0.00%
36.08%

Color #5D46A3 in popluar number systems.

HEX 5D 46 A3
Decimal 93 70 163
Binary 1011101 1000110 10100011
Octal 135 106 243

Shades and tints

Shades of #5D46A3

#5D46A3
(93,70,163)
#554095
(85,64,149)
#4D3A87
(77,58,135)
#453479
(69,52,121)
#3D2E6B
(61,46,107)
#35285D
(53,40,93)
#2D224F
(45,34,79)
#251C41
(37,28,65)
#1D1633
(29,22,51)
#151025
(21,16,37)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #5D46A3

#5D46A3
(93,70,163)
#6B56AB
(107,86,171)
#7966B3
(121,102,179)
#8776BB
(135,118,187)
#9586C3
(149,134,195)
#A396CB
(163,150,203)
#B1A6D3
(177,166,211)
#BFB6DB
(191,182,219)
#CDC6E3
(205,198,227)
#DBD6EB
(219,214,235)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D46A3; }

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

This text font color is #5D46A3.

Background Color

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

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

This div background color is #5D46A3.

Border color

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

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

This div border color is #5D46A3.

Opacity

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

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

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

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

This text has shadow with #5D46A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D46A3.

Preview

Color preview on black background

This text has color #5D46A3 on black background.


Color preview on white background

This text has color #5D46A3 on white background.


Black color preview on #5D46A3 background

This text has black color on #5D46A3 background.


White color preview on #5D46A3 background

This text has white color on #5D46A3 background.


Related colors

Complementary color

Complementary color for #hex is #A2B95C.


I love getcolorcode.com

Triadic colors

1 #A35D46 and #46A35D with #5D46A3 are triadic colors.

2 #A3465D and #465DA3 with #5D46A3 are triadic colors.