COLOR #5D5986

HEX: #5D5986
RGB: (93,89,134)

Color info

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

RGB color model

#5D5986 color RGB value is (93,89,134).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 134 of 255 = 53%

93
89
134

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 134 = 316 (100%)
R 93 of 316 ~ 29.43%
G 89 of 316 ~ 28.16%
B 134 of 316 ~ 42.41%

%29.43
%28.16
%42.41

CMYK color model

#5D5986 color CMYK value is (31,34,0,47).

  • cyan value is 30.60%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(31,34,0,47)
C31M34Y0K47 
(31%,34%,0%,47%)
(0.31/0.34/0.00/0.47)	

CMYK percentages

%30.6
%33.58
%0
%47.45

Codes

Color #5D5986 in popluar color models

5D5986
RGB9389134
HSL245°20.18%43.73%
HSB/HSV245°33.58%52.55%
CMYK30.60%33.58%0.00%
47.45%

Color #5D5986 in popluar number systems.

HEX5D5986
Decimal9389134
Binary1011101101100110000110
Octal135131206

Shades and tints

Shades of #5D5986

#5D5986
(93,89,134)
#55517A
(85,81,122)
#4D496E
(77,73,110)
#454162
(69,65,98)
#3D3956
(61,57,86)
#35314A
(53,49,74)
#2D293E
(45,41,62)
#252132
(37,33,50)
#1D1926
(29,25,38)
#15111A
(21,17,26)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D5986

#5D5986
(93,89,134)
#6B6891
(107,104,145)
#79779C
(121,119,156)
#8786A7
(135,134,167)
#9595B2
(149,149,178)
#A3A4BD
(163,164,189)
#B1B3C8
(177,179,200)
#BFC2D3
(191,194,211)
#CDD1DE
(205,209,222)
#DBE0E9
(219,224,233)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5986; }

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

This text font color is #5D5986.


Background Color

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

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

This div background color is #5D5986.


Border color

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

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

This div border color is #5D5986.


Opacity

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

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

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

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

This text has shadow with #5D5986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5986 on black background.


Color preview on white background

This text has color #5D5986 on white background.



Black color preview on #5D5986 background

This text has black color on #5D5986 background.


White color preview on #5D5986 background

This text has white color on #5D5986 background.