COLOR #5D40A4

HEX: #5D40A4
RGB: (93,64,164)

Color info

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

RGB color model

#5D40A4 color RGB value is (93,64,164).

  • red value is 93;
  • green value is 64;
  • blue value is 164.
RGB:
(93,64,164)
(36%,25%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 64 of 255 = 25%
B 164 of 255 = 64%

93
64
164

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

Portions of RGB colors in percentages

R + G + B =
93 + 64 + 164 = 321 (100%)
R 93 of 321 ~ 28.97%
G 64 of 321 ~ 19.94%
B 164 of 321 ~ 51.09%

%28.97
%19.94
%51.09

CMYK color model

#5D40A4 color CMYK value is (43,61,0,36).

  • cyan value is 43.29%
  • magenta value is 60.98%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(43,61,0,36)
C43M61Y0K36 
(43%,61%,0%,36%)
(0.43/0.61/0.00/0.36)	

CMYK percentages

%43.29
%60.98
%0
%35.69

Codes

Color #5D40A4 in popluar color models

5D40A4
RGB9364164
HSL257°43.86%44.71%
HSB/HSV257°60.98%64.31%
CMYK43.29%60.98%0.00%
35.69%

Color #5D40A4 in popluar number systems.

HEX5D40A4
Decimal9364164
Binary1011101100000010100100
Octal135100244

Shades and tints

Shades of #5D40A4

#5D40A4
(93,64,164)
#553B96
(85,59,150)
#4D3688
(77,54,136)
#45317A
(69,49,122)
#3D2C6C
(61,44,108)
#35275E
(53,39,94)
#2D2250
(45,34,80)
#251D42
(37,29,66)
#1D1834
(29,24,52)
#151326
(21,19,38)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #5D40A4

#5D40A4
(93,64,164)
#6B51AC
(107,81,172)
#7962B4
(121,98,180)
#8773BC
(135,115,188)
#9584C4
(149,132,196)
#A395CC
(163,149,204)
#B1A6D4
(177,166,212)
#BFB7DC
(191,183,220)
#CDC8E4
(205,200,228)
#DBD9EC
(219,217,236)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D40A4 color. Also use rgb(93,64,164) instead hex code.

Text Font Color

.myTextColor { color: #5D40A4; }

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

This text font color is #5D40A4.


Background Color

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

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

This div background color is #5D40A4.


Border color

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

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

This div border color is #5D40A4.


Opacity

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

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

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

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

This text has shadow with #5D40A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D40A4 on black background.


Color preview on white background

This text has color #5D40A4 on white background.



Black color preview on #5D40A4 background

This text has black color on #5D40A4 background.


White color preview on #5D40A4 background

This text has white color on #5D40A4 background.