COLOR #5D5B7E

HEX: #5D5B7E RGB: (93,91,126)

Color info

#5D5B7E contains red, green and blue colors in about the same proportion. Web safe color of #5D5B7E is #666666 (or #666).

RGB color model

#5D5B7E color RGB value is (93,91,126).

RGB: (93,91,126) (36%, 36%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 126 of 255 = 49%

93
91
126

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

Portions of RGB colors in percentages

R + G + B = 93 + 91 + 126 = 310 (100%)
R 93 of 310 ~ 30%
G 91 of 310 ~ 29.35%
B 126 of 310 ~ 40.65'%

%30
%29.35
%40.65

CMYK color model

#5D5B7E color CMYK value is (26,28,0,51).

  • cyan value is 26.19%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (26,28,0,51)
C26M28Y0K51 (26%, 28%, 0%, 51%)
(0.26 / 0.28 / 0.00 / 0.51)

CMYK percentages

%26.19
%27.78
%0
%50.59

Codes

Color #5D5B7E in popluar color models

5D 5B 7E
RGB 93 91 126
HSL 243° 16.13% 42.55%
HSB/HSV 243° 27.78% 49.41%
CMYK 26.19% 27.78% 0.00%
50.59%

Color #5D5B7E in popluar number systems.

HEX 5D 5B 7E
Decimal 93 91 126
Binary 1011101 1011011 1111110
Octal 135 133 176

Shades and tints

Shades of #5D5B7E

#5D5B7E
(93,91,126)
#555373
(85,83,115)
#4D4B68
(77,75,104)
#45435D
(69,67,93)
#3D3B52
(61,59,82)
#353347
(53,51,71)
#2D2B3C
(45,43,60)
#252331
(37,35,49)
#1D1B26
(29,27,38)
#15131B
(21,19,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #5D5B7E

#5D5B7E
(93,91,126)
#6B6989
(107,105,137)
#797794
(121,119,148)
#87859F
(135,133,159)
#9593AA
(149,147,170)
#A3A1B5
(163,161,181)
#B1AFC0
(177,175,192)
#BFBDCB
(191,189,203)
#CDCBD6
(205,203,214)
#DBD9E1
(219,217,225)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5B7E; }

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

This text font color is #5D5B7E.

Background Color

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

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

This div background color is #5D5B7E.

Border color

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

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

This div border color is #5D5B7E.

Opacity

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

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

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

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

This text has shadow with #5D5B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5B7E.

Preview

Color preview on black background

This text has color #5D5B7E on black background.


Color preview on white background

This text has color #5D5B7E on white background.


Black color preview on #5D5B7E background

This text has black color on #5D5B7E background.


White color preview on #5D5B7E background

This text has white color on #5D5B7E background.


Related colors

Complementary color

Complementary color for #hex is #A2A481.


I love getcolorcode.com

Triadic colors

1 #7E5D5B and #5B7E5D with #5D5B7E are triadic colors.

2 #7E5B5D and #5B5D7E with #5D5B7E are triadic colors.