COLOR #5D4BA3

HEX: #5D4BA3
RGB: (93,75,163)

Color info

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

RGB color model

#5D4BA3 color RGB value is (93,75,163).

  • red value is 93;
  • green value is 75;
  • blue value is 163.
RGB:
(93,75,163)
(36%,29%,64%)

RGB channels and saturation

R 93 of 255 = 36%
G 75 of 255 = 29%
B 163 of 255 = 64%

93
75
163

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

Portions of RGB colors in percentages

R + G + B =
93 + 75 + 163 = 331 (100%)
R 93 of 331 ~ 28.1%
G 75 of 331 ~ 22.66%
B 163 of 331 ~ 49.24%

%28.1
%22.66
%49.24

CMYK color model

#5D4BA3 color CMYK value is (43,54,0,36).

  • cyan value is 42.94%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(43,54,0,36)
C43M54Y0K36 
(43%,54%,0%,36%)
(0.43/0.54/0.00/0.36)	

CMYK percentages

%42.94
%53.99
%0
%36.08

Codes

Color #5D4BA3 in popluar color models

5D4BA3
RGB9375163
HSL252°36.97%46.67%
HSB/HSV252°53.99%63.92%
CMYK42.94%53.99%0.00%
36.08%

Color #5D4BA3 in popluar number systems.

HEX5D4BA3
Decimal9375163
Binary1011101100101110100011
Octal135113243

Shades and tints

Shades of #5D4BA3

#5D4BA3
(93,75,163)
#554595
(85,69,149)
#4D3F87
(77,63,135)
#453979
(69,57,121)
#3D336B
(61,51,107)
#352D5D
(53,45,93)
#2D274F
(45,39,79)
#252141
(37,33,65)
#1D1B33
(29,27,51)
#151525
(21,21,37)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #5D4BA3

#5D4BA3
(93,75,163)
#6B5BAB
(107,91,171)
#796BB3
(121,107,179)
#877BBB
(135,123,187)
#958BC3
(149,139,195)
#A39BCB
(163,155,203)
#B1ABD3
(177,171,211)
#BFBBDB
(191,187,219)
#CDCBE3
(205,203,227)
#DBDBEB
(219,219,235)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4BA3; }

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

This text font color is #5D4BA3.


Background Color

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

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

This div background color is #5D4BA3.


Border color

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

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

This div border color is #5D4BA3.


Opacity

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

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

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

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

This text has shadow with #5D4BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4BA3 on black background.


Color preview on white background

This text has color #5D4BA3 on white background.



Black color preview on #5D4BA3 background

This text has black color on #5D4BA3 background.


White color preview on #5D4BA3 background

This text has white color on #5D4BA3 background.