COLOR #5D5EAB

HEX: #5D5EAB
RGB: (93,94,171)

Color info

#5D5EAB contains mainly blue color. Web safe color of #5D5EAB is #666699 (or #669).

RGB color model

#5D5EAB color RGB value is (93,94,171).

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

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 171 of 255 = 67%

93
94
171

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 171 = 358 (100%)
R 93 of 358 ~ 25.98%
G 94 of 358 ~ 26.26%
B 171 of 358 ~ 47.77%

%25.98
%26.26
%47.77

CMYK color model

#5D5EAB color CMYK value is (46,45,0,33).

  • cyan value is 45.61%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,45,0,33)
C46M45Y0K33 
(46%,45%,0%,33%)
(0.46/0.45/0.00/0.33)	

CMYK percentages

%45.61
%45.03
%0
%32.94

Codes

Color #5D5EAB in popluar color models

5D5EAB
RGB9394171
HSL239°31.71%51.76%
HSB/HSV239°45.61%67.06%
CMYK45.61%45.03%0.00%
32.94%

Color #5D5EAB in popluar number systems.

HEX5D5EAB
Decimal9394171
Binary1011101101111010101011
Octal135136253

Shades and tints

Shades of #5D5EAB

#5D5EAB
(93,94,171)
#55569C
(85,86,156)
#4D4E8D
(77,78,141)
#45467E
(69,70,126)
#3D3E6F
(61,62,111)
#353660
(53,54,96)
#2D2E51
(45,46,81)
#252642
(37,38,66)
#1D1E33
(29,30,51)
#151624
(21,22,36)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D5EAB

#5D5EAB
(93,94,171)
#6B6CB2
(107,108,178)
#797AB9
(121,122,185)
#8788C0
(135,136,192)
#9596C7
(149,150,199)
#A3A4CE
(163,164,206)
#B1B2D5
(177,178,213)
#BFC0DC
(191,192,220)
#CDCEE3
(205,206,227)
#DBDCEA
(219,220,234)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5EAB; }

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

This text font color is #5D5EAB.


Background Color

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

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

This div background color is #5D5EAB.


Border color

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

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

This div border color is #5D5EAB.


Opacity

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

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

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

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

This text has shadow with #5D5EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5EAB on black background.


Color preview on white background

This text has color #5D5EAB on white background.



Black color preview on #5D5EAB background

This text has black color on #5D5EAB background.


White color preview on #5D5EAB background

This text has white color on #5D5EAB background.