COLOR #5D4E9F

HEX: #5D4E9F
RGB: (93,78,159)

Color info

#5D4E9F contains mainly blue color. Web safe color of #5D4E9F is #666699 (or #669).

RGB color model

#5D4E9F color RGB value is (93,78,159).

  • red value is 93;
  • green value is 78;
  • blue value is 159.
RGB:
(93,78,159)
(36%,31%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 78 of 255 = 31%
B 159 of 255 = 62%

93
78
159

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

Portions of RGB colors in percentages

R + G + B =
93 + 78 + 159 = 330 (100%)
R 93 of 330 ~ 28.18%
G 78 of 330 ~ 23.64%
B 159 of 330 ~ 48.18%

%28.18
%23.64
%48.18

CMYK color model

#5D4E9F color CMYK value is (42,51,0,38).

  • cyan value is 41.51%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(42,51,0,38)
C42M51Y0K38 
(42%,51%,0%,38%)
(0.42/0.51/0.00/0.38)	

CMYK percentages

%41.51
%50.94
%0
%37.65

Codes

Color #5D4E9F in popluar color models

5D4E9F
RGB9378159
HSL251°34.18%46.47%
HSB/HSV251°50.94%62.35%
CMYK41.51%50.94%0.00%
37.65%

Color #5D4E9F in popluar number systems.

HEX5D4E9F
Decimal9378159
Binary1011101100111010011111
Octal135116237

Shades and tints

Shades of #5D4E9F

#5D4E9F
(93,78,159)
#554791
(85,71,145)
#4D4083
(77,64,131)
#453975
(69,57,117)
#3D3267
(61,50,103)
#352B59
(53,43,89)
#2D244B
(45,36,75)
#251D3D
(37,29,61)
#1D162F
(29,22,47)
#150F21
(21,15,33)
#0D0813
(13,8,19)
#000000
(0,0,0)

Tints of #5D4E9F

#5D4E9F
(93,78,159)
#6B5EA7
(107,94,167)
#796EAF
(121,110,175)
#877EB7
(135,126,183)
#958EBF
(149,142,191)
#A39EC7
(163,158,199)
#B1AECF
(177,174,207)
#BFBED7
(191,190,215)
#CDCEDF
(205,206,223)
#DBDEE7
(219,222,231)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4E9F color. Also use rgb(93,78,159) instead hex code.

Text Font Color

.myTextColor { color: #5D4E9F; }

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

This text font color is #5D4E9F.


Background Color

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

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

This div background color is #5D4E9F.


Border color

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

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

This div border color is #5D4E9F.


Opacity

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

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

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

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

This text has shadow with #5D4E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4E9F on black background.


Color preview on white background

This text has color #5D4E9F on white background.



Black color preview on #5D4E9F background

This text has black color on #5D4E9F background.


White color preview on #5D4E9F background

This text has white color on #5D4E9F background.