COLOR #5D5B78

HEX: #5D5B78
RGB: (93,91,120)

Color info

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

RGB color model

#5D5B78 color RGB value is (93,91,120).

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

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 120 of 255 = 47%

93
91
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 120 = 304 (100%)
R 93 of 304 ~ 30.59%
G 91 of 304 ~ 29.93%
B 120 of 304 ~ 39.47%

%30.59
%29.93
%39.47

CMYK color model

#5D5B78 color CMYK value is (23,24,0,53).

  • cyan value is 22.50%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,24,0,53)
C23M24Y0K53 
(23%,24%,0%,53%)
(0.23/0.24/0.00/0.53)	

CMYK percentages

%22.5
%24.17
%0
%52.94

Codes

Color #5D5B78 in popluar color models

5D5B78
RGB9391120
HSL244°13.74%41.37%
HSB/HSV244°24.17%47.06%
CMYK22.50%24.17%0.00%
52.94%

Color #5D5B78 in popluar number systems.

HEX5D5B78
Decimal9391120
Binary101110110110111111000
Octal135133170

Shades and tints

Shades of #5D5B78

#5D5B78
(93,91,120)
#55536E
(85,83,110)
#4D4B64
(77,75,100)
#45435A
(69,67,90)
#3D3B50
(61,59,80)
#353346
(53,51,70)
#2D2B3C
(45,43,60)
#252332
(37,35,50)
#1D1B28
(29,27,40)
#15131E
(21,19,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #5D5B78

#5D5B78
(93,91,120)
#6B6984
(107,105,132)
#797790
(121,119,144)
#87859C
(135,133,156)
#9593A8
(149,147,168)
#A3A1B4
(163,161,180)
#B1AFC0
(177,175,192)
#BFBDCC
(191,189,204)
#CDCBD8
(205,203,216)
#DBD9E4
(219,217,228)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5B78; }

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

This text font color is #5D5B78.


Background Color

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

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

This div background color is #5D5B78.


Border color

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

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

This div border color is #5D5B78.


Opacity

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

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

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

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

This text has shadow with #5D5B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5B78 on black background.


Color preview on white background

This text has color #5D5B78 on white background.



Black color preview on #5D5B78 background

This text has black color on #5D5B78 background.


White color preview on #5D5B78 background

This text has white color on #5D5B78 background.