COLOR #5D5388

HEX: #5D5388
RGB: (93,83,136)

Color info

#5D5388 contains red, green and blue colors in about the same proportion. Web safe color of #5D5388 is #666699 (or #669).

RGB color model

#5D5388 color RGB value is (93,83,136).

  • red value is 93;
  • green value is 83;
  • blue value is 136.
RGB:
(93,83,136)
(36%,33%,53%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 136 of 255 = 53%

93
83
136

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 136 = 312 (100%)
R 93 of 312 ~ 29.81%
G 83 of 312 ~ 26.6%
B 136 of 312 ~ 43.59%

%29.81
%26.6
%43.59

CMYK color model

#5D5388 color CMYK value is (32,39,0,47).

  • cyan value is 31.62%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,39,0,47)
C32M39Y0K47 
(32%,39%,0%,47%)
(0.32/0.39/0.00/0.47)	

CMYK percentages

%31.62
%38.97
%0
%46.67

Codes

Color #5D5388 in popluar color models

5D5388
RGB9383136
HSL251°24.20%42.94%
HSB/HSV251°38.97%53.33%
CMYK31.62%38.97%0.00%
46.67%

Color #5D5388 in popluar number systems.

HEX5D5388
Decimal9383136
Binary1011101101001110001000
Octal135123210

Shades and tints

Shades of #5D5388

#5D5388
(93,83,136)
#554C7C
(85,76,124)
#4D4570
(77,69,112)
#453E64
(69,62,100)
#3D3758
(61,55,88)
#35304C
(53,48,76)
#2D2940
(45,41,64)
#252234
(37,34,52)
#1D1B28
(29,27,40)
#15141C
(21,20,28)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #5D5388

#5D5388
(93,83,136)
#6B6292
(107,98,146)
#79719C
(121,113,156)
#8780A6
(135,128,166)
#958FB0
(149,143,176)
#A39EBA
(163,158,186)
#B1ADC4
(177,173,196)
#BFBCCE
(191,188,206)
#CDCBD8
(205,203,216)
#DBDAE2
(219,218,226)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5388 color. Also use rgb(93,83,136) instead hex code.

Text Font Color

.myTextColor { color: #5D5388; }

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

This text font color is #5D5388.


Background Color

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

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

This div background color is #5D5388.


Border color

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

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

This div border color is #5D5388.


Opacity

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

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

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

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

This text has shadow with #5D5388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5388 on black background.


Color preview on white background

This text has color #5D5388 on white background.



Black color preview on #5D5388 background

This text has black color on #5D5388 background.


White color preview on #5D5388 background

This text has white color on #5D5388 background.