COLOR #5D5E8B

HEX: #5D5E8B
RGB: (93,94,139)

Color info

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

RGB color model

#5D5E8B color RGB value is (93,94,139).

  • red value is 93;
  • green value is 94;
  • blue value is 139.
RGB:
(93,94,139)
(36%,37%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 139 of 255 = 55%

93
94
139

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 139 = 326 (100%)
R 93 of 326 ~ 28.53%
G 94 of 326 ~ 28.83%
B 139 of 326 ~ 42.64%

%28.53
%28.83
%42.64

CMYK color model

#5D5E8B color CMYK value is (33,32,0,45).

  • cyan value is 33.09%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(33,32,0,45)
C33M32Y0K45 
(33%,32%,0%,45%)
(0.33/0.32/0.00/0.45)	

CMYK percentages

%33.09
%32.37
%0
%45.49

Codes

Color #5D5E8B in popluar color models

5D5E8B
RGB9394139
HSL239°19.83%45.49%
HSB/HSV239°33.09%54.51%
CMYK33.09%32.37%0.00%
45.49%

Color #5D5E8B in popluar number systems.

HEX5D5E8B
Decimal9394139
Binary1011101101111010001011
Octal135136213

Shades and tints

Shades of #5D5E8B

#5D5E8B
(93,94,139)
#55567F
(85,86,127)
#4D4E73
(77,78,115)
#454667
(69,70,103)
#3D3E5B
(61,62,91)
#35364F
(53,54,79)
#2D2E43
(45,46,67)
#252637
(37,38,55)
#1D1E2B
(29,30,43)
#15161F
(21,22,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #5D5E8B

#5D5E8B
(93,94,139)
#6B6C95
(107,108,149)
#797A9F
(121,122,159)
#8788A9
(135,136,169)
#9596B3
(149,150,179)
#A3A4BD
(163,164,189)
#B1B2C7
(177,178,199)
#BFC0D1
(191,192,209)
#CDCEDB
(205,206,219)
#DBDCE5
(219,220,229)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5E8B color. Also use rgb(93,94,139) instead hex code.

Text Font Color

.myTextColor { color: #5D5E8B; }

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

This text font color is #5D5E8B.


Background Color

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

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

This div background color is #5D5E8B.


Border color

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

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

This div border color is #5D5E8B.


Opacity

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

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

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

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

This text has shadow with #5D5E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E8B on black background.


Color preview on white background

This text has color #5D5E8B on white background.



Black color preview on #5D5E8B background

This text has black color on #5D5E8B background.


White color preview on #5D5E8B background

This text has white color on #5D5E8B background.