COLOR #5D5B6E

HEX: #5D5B6E
RGB: (93,91,110)

Color info

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

RGB color model

#5D5B6E color RGB value is (93,91,110).

  • red value is 93;
  • green value is 91;
  • blue value is 110.
RGB:
(93,91,110)
(36%,36%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 110 of 255 = 43%

93
91
110

R + G + B ~ 38%. #5D5B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 110 = 294 (100%)
R 93 of 294 ~ 31.63%
G 91 of 294 ~ 30.95%
B 110 of 294 ~ 37.41%

%31.63
%30.95
%37.41

CMYK color model

#5D5B6E color CMYK value is (15,17,0,57).

  • cyan value is 15.45%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,17,0,57)
C15M17Y0K57 
(15%,17%,0%,57%)
(0.15/0.17/0.00/0.57)	

CMYK percentages

%15.45
%17.27
%0
%56.86

Codes

Color #5D5B6E in popluar color models

5D5B6E
RGB9391110
HSL246°9.45%39.41%
HSB/HSV246°17.27%43.14%
CMYK15.45%17.27%0.00%
56.86%

Color #5D5B6E in popluar number systems.

HEX5D5B6E
Decimal9391110
Binary101110110110111101110
Octal135133156

Shades and tints

Shades of #5D5B6E

#5D5B6E
(93,91,110)
#555364
(85,83,100)
#4D4B5A
(77,75,90)
#454350
(69,67,80)
#3D3B46
(61,59,70)
#35333C
(53,51,60)
#2D2B32
(45,43,50)
#252328
(37,35,40)
#1D1B1E
(29,27,30)
#151314
(21,19,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #5D5B6E

#5D5B6E
(93,91,110)
#6B697B
(107,105,123)
#797788
(121,119,136)
#878595
(135,133,149)
#9593A2
(149,147,162)
#A3A1AF
(163,161,175)
#B1AFBC
(177,175,188)
#BFBDC9
(191,189,201)
#CDCBD6
(205,203,214)
#DBD9E3
(219,217,227)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5B6E; }

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

This text font color is #5D5B6E.


Background Color

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

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

This div background color is #5D5B6E.


Border color

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

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

This div border color is #5D5B6E.


Opacity

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

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

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

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

This text has shadow with #5D5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5B6E on black background.


Color preview on white background

This text has color #5D5B6E on white background.



Black color preview on #5D5B6E background

This text has black color on #5D5B6E background.


White color preview on #5D5B6E background

This text has white color on #5D5B6E background.