COLOR #5D5E78

HEX: #5D5E78
RGB: (93,94,120)

Color info

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

RGB color model

#5D5E78 color RGB value is (93,94,120).

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

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 120 of 255 = 47%

93
94
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 120 = 307 (100%)
R 93 of 307 ~ 30.29%
G 94 of 307 ~ 30.62%
B 120 of 307 ~ 39.09%

%30.29
%30.62
%39.09

CMYK color model

#5D5E78 color CMYK value is (23,22,0,53).

  • cyan value is 22.50%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,22,0,53)
C23M22Y0K53 
(23%,22%,0%,53%)
(0.23/0.22/0.00/0.53)	

CMYK percentages

%22.5
%21.67
%0
%52.94

Codes

Color #5D5E78 in popluar color models

5D5E78
RGB9394120
HSL238°12.68%41.76%
HSB/HSV238°22.50%47.06%
CMYK22.50%21.67%0.00%
52.94%

Color #5D5E78 in popluar number systems.

HEX5D5E78
Decimal9394120
Binary101110110111101111000
Octal135136170

Shades and tints

Shades of #5D5E78

#5D5E78
(93,94,120)
#55566E
(85,86,110)
#4D4E64
(77,78,100)
#45465A
(69,70,90)
#3D3E50
(61,62,80)
#353646
(53,54,70)
#2D2E3C
(45,46,60)
#252632
(37,38,50)
#1D1E28
(29,30,40)
#15161E
(21,22,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #5D5E78

#5D5E78
(93,94,120)
#6B6C84
(107,108,132)
#797A90
(121,122,144)
#87889C
(135,136,156)
#9596A8
(149,150,168)
#A3A4B4
(163,164,180)
#B1B2C0
(177,178,192)
#BFC0CC
(191,192,204)
#CDCED8
(205,206,216)
#DBDCE4
(219,220,228)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E78; }

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

This text font color is #5D5E78.


Background Color

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

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

This div background color is #5D5E78.


Border color

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

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

This div border color is #5D5E78.


Opacity

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

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

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

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

This text has shadow with #5D5E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E78 on black background.


Color preview on white background

This text has color #5D5E78 on white background.



Black color preview on #5D5E78 background

This text has black color on #5D5E78 background.


White color preview on #5D5E78 background

This text has white color on #5D5E78 background.