COLOR #5D5D9B

HEX: #5D5D9B RGB: (93,93,155)

Color info

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

RGB color model

#5D5D9B color RGB value is (93,93,155).

RGB: (93,93,155) (36%, 36%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 93 of 255 = 36%
B 155 of 255 = 61%

93
93
155

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

Portions of RGB colors in percentages

R + G + B = 93 + 93 + 155 = 341 (100%)
R 93 of 341 ~ 27.27%
G 93 of 341 ~ 27.27%
B 155 of 341 ~ 45.45'%

%27.27
%27.27
%45.45

CMYK color model

#5D5D9B color CMYK value is (40,40,0,39).

  • cyan value is 40.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (40,40,0,39)
C40M40Y0K39 (40%, 40%, 0%, 39%)
(0.40 / 0.40 / 0.00 / 0.39)

CMYK percentages

%40
%40
%0
%39.22

Codes

Color #5D5D9B in popluar color models

5D 5D 9B
RGB 93 93 155
HSL 240° 25.00% 48.63%
HSB/HSV 240° 40.00% 60.78%
CMYK 40.00% 40.00% 0.00%
39.22%

Color #5D5D9B in popluar number systems.

HEX 5D 5D 9B
Decimal 93 93 155
Binary 1011101 1011101 10011011
Octal 135 135 233

Shades and tints

Shades of #5D5D9B

#5D5D9B
(93,93,155)
#55558D
(85,85,141)
#4D4D7F
(77,77,127)
#454571
(69,69,113)
#3D3D63
(61,61,99)
#353555
(53,53,85)
#2D2D47
(45,45,71)
#252539
(37,37,57)
#1D1D2B
(29,29,43)
#15151D
(21,21,29)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D5D9B

#5D5D9B
(93,93,155)
#6B6BA4
(107,107,164)
#7979AD
(121,121,173)
#8787B6
(135,135,182)
#9595BF
(149,149,191)
#A3A3C8
(163,163,200)
#B1B1D1
(177,177,209)
#BFBFDA
(191,191,218)
#CDCDE3
(205,205,227)
#DBDBEC
(219,219,236)
#E9E9F5
(233,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5D9B; }

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

This text font color is #5D5D9B.

Background Color

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

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

This div background color is #5D5D9B.

Border color

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

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

This div border color is #5D5D9B.

Opacity

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

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

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

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

This text has shadow with #5D5D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5D9B.

Preview

Color preview on black background

This text has color #5D5D9B on black background.


Color preview on white background

This text has color #5D5D9B on white background.


Black color preview on #5D5D9B background

This text has black color on #5D5D9B background.


White color preview on #5D5D9B background

This text has white color on #5D5D9B background.


Related colors

Complementary color

Complementary color for #hex is #A2A264.


I love getcolorcode.com