COLOR #5D5B9B

HEX: #5D5B9B RGB: (93,91,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
91
155

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

Portions of RGB colors in percentages

R + G + B = 93 + 91 + 155 = 339 (100%)
R 93 of 339 ~ 27.43%
G 91 of 339 ~ 26.84%
B 155 of 339 ~ 45.72'%

%27.43
%26.84
%45.72

CMYK color model

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

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

CMYK: (40,41,0,39)
C40M41Y0K39 (40%, 41%, 0%, 39%)
(0.40 / 0.41 / 0.00 / 0.39)

CMYK percentages

%40
%41.29
%0
%39.22

Codes

Color #5D5B9B in popluar color models

5D 5B 9B
RGB 93 91 155
HSL 242° 26.02% 48.24%
HSB/HSV 242° 41.29% 60.78%
CMYK 40.00% 41.29% 0.00%
39.22%

Color #5D5B9B in popluar number systems.

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

Shades and tints

Shades of #5D5B9B

#5D5B9B
(93,91,155)
#55538D
(85,83,141)
#4D4B7F
(77,75,127)
#454371
(69,67,113)
#3D3B63
(61,59,99)
#353355
(53,51,85)
#2D2B47
(45,43,71)
#252339
(37,35,57)
#1D1B2B
(29,27,43)
#15131D
(21,19,29)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D5B9B

#5D5B9B
(93,91,155)
#6B69A4
(107,105,164)
#7977AD
(121,119,173)
#8785B6
(135,133,182)
#9593BF
(149,147,191)
#A3A1C8
(163,161,200)
#B1AFD1
(177,175,209)
#BFBDDA
(191,189,218)
#CDCBE3
(205,203,227)
#DBD9EC
(219,217,236)
#E9E7F5
(233,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5B9B; }

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

This text font color is #5D5B9B.

Background Color

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

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

This div background color is #5D5B9B.

Border color

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

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

This div border color is #5D5B9B.

Opacity

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

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

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

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

This text has shadow with #5D5B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5B9B.

Preview

Color preview on black background

This text has color #5D5B9B on black background.


Color preview on white background

This text has color #5D5B9B on white background.


Black color preview on #5D5B9B background

This text has black color on #5D5B9B background.


White color preview on #5D5B9B background

This text has white color on #5D5B9B background.


Related colors

Complementary color

Complementary color for #hex is #A2A464.


I love getcolorcode.com

Triadic colors

1 #9B5D5B and #5B9B5D with #5D5B9B are triadic colors.

2 #9B5B5D and #5B5D9B with #5D5B9B are triadic colors.