COLOR #5D6878

HEX: #5D6878
RGB: (93,104,120)

Color info

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

RGB color model

#5D6878 color RGB value is (93,104,120).

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

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 120 of 255 = 47%

93
104
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 120 = 317 (100%)
R 93 of 317 ~ 29.34%
G 104 of 317 ~ 32.81%
B 120 of 317 ~ 37.85%

%29.34
%32.81
%37.85

CMYK color model

#5D6878 color CMYK value is (23,13,0,53).

  • cyan value is 22.50%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,13,0,53)
C23M13Y0K53 
(23%,13%,0%,53%)
(0.23/0.13/0.00/0.53)	

CMYK percentages

%22.5
%13.33
%0
%52.94

Codes

Color #5D6878 in popluar color models

5D6878
RGB93104120
HSL216°12.68%41.76%
HSB/HSV216°22.50%47.06%
CMYK22.50%13.33%0.00%
52.94%

Color #5D6878 in popluar number systems.

HEX5D6878
Decimal93104120
Binary101110111010001111000
Octal135150170

Shades and tints

Shades of #5D6878

#5D6878
(93,104,120)
#555F6E
(85,95,110)
#4D5664
(77,86,100)
#454D5A
(69,77,90)
#3D4450
(61,68,80)
#353B46
(53,59,70)
#2D323C
(45,50,60)
#252932
(37,41,50)
#1D2028
(29,32,40)
#15171E
(21,23,30)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #5D6878

#5D6878
(93,104,120)
#6B7584
(107,117,132)
#798290
(121,130,144)
#878F9C
(135,143,156)
#959CA8
(149,156,168)
#A3A9B4
(163,169,180)
#B1B6C0
(177,182,192)
#BFC3CC
(191,195,204)
#CDD0D8
(205,208,216)
#DBDDE4
(219,221,228)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6878; }

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

This text font color is #5D6878.


Background Color

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

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

This div background color is #5D6878.


Border color

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

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

This div border color is #5D6878.


Opacity

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

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

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

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

This text has shadow with #5D6878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6878 on black background.


Color preview on white background

This text has color #5D6878 on white background.



Black color preview on #5D6878 background

This text has black color on #5D6878 background.


White color preview on #5D6878 background

This text has white color on #5D6878 background.