COLOR #5D5984

HEX: #5D5984
RGB: (93,89,132)

Color info

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

RGB color model

#5D5984 color RGB value is (93,89,132).

  • red value is 93;
  • green value is 89;
  • blue value is 132.
RGB:
(93,89,132)
(36%,35%,52%)

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 132 of 255 = 52%

93
89
132

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 132 = 314 (100%)
R 93 of 314 ~ 29.62%
G 89 of 314 ~ 28.34%
B 132 of 314 ~ 42.04%

%29.62
%28.34
%42.04

CMYK color model

#5D5984 color CMYK value is (30,33,0,48).

  • cyan value is 29.55%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(30,33,0,48)
C30M33Y0K48 
(30%,33%,0%,48%)
(0.30/0.33/0.00/0.48)	

CMYK percentages

%29.55
%32.58
%0
%48.24

Codes

Color #5D5984 in popluar color models

5D5984
RGB9389132
HSL246°19.46%43.33%
HSB/HSV246°32.58%51.76%
CMYK29.55%32.58%0.00%
48.24%

Color #5D5984 in popluar number systems.

HEX5D5984
Decimal9389132
Binary1011101101100110000100
Octal135131204

Shades and tints

Shades of #5D5984

#5D5984
(93,89,132)
#555178
(85,81,120)
#4D496C
(77,73,108)
#454160
(69,65,96)
#3D3954
(61,57,84)
#353148
(53,49,72)
#2D293C
(45,41,60)
#252130
(37,33,48)
#1D1924
(29,25,36)
#151118
(21,17,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #5D5984

#5D5984
(93,89,132)
#6B688F
(107,104,143)
#79779A
(121,119,154)
#8786A5
(135,134,165)
#9595B0
(149,149,176)
#A3A4BB
(163,164,187)
#B1B3C6
(177,179,198)
#BFC2D1
(191,194,209)
#CDD1DC
(205,209,220)
#DBE0E7
(219,224,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5984 color. Also use rgb(93,89,132) instead hex code.

Text Font Color

.myTextColor { color: #5D5984; }

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

This text font color is #5D5984.


Background Color

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

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

This div background color is #5D5984.


Border color

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

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

This div border color is #5D5984.


Opacity

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

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

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

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

This text has shadow with #5D5984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5984 on black background.


Color preview on white background

This text has color #5D5984 on white background.



Black color preview on #5D5984 background

This text has black color on #5D5984 background.


White color preview on #5D5984 background

This text has white color on #5D5984 background.