COLOR #5D6876

HEX: #5D6876
RGB: (93,104,118)

Color info

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

RGB color model

#5D6876 color RGB value is (93,104,118).

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

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 118 of 255 = 46%

93
104
118

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

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 118 = 315 (100%)
R 93 of 315 ~ 29.52%
G 104 of 315 ~ 33.02%
B 118 of 315 ~ 37.46%

%29.52
%33.02
%37.46

CMYK color model

#5D6876 color CMYK value is (21,12,0,54).

  • cyan value is 21.19%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(21,12,0,54)
C21M12Y0K54 
(21%,12%,0%,54%)
(0.21/0.12/0.00/0.54)	

CMYK percentages

%21.19
%11.86
%0
%53.73

Codes

Color #5D6876 in popluar color models

5D6876
RGB93104118
HSL214°11.85%41.37%
HSB/HSV214°21.19%46.27%
CMYK21.19%11.86%0.00%
53.73%

Color #5D6876 in popluar number systems.

HEX5D6876
Decimal93104118
Binary101110111010001110110
Octal135150166

Shades and tints

Shades of #5D6876

#5D6876
(93,104,118)
#555F6C
(85,95,108)
#4D5662
(77,86,98)
#454D58
(69,77,88)
#3D444E
(61,68,78)
#353B44
(53,59,68)
#2D323A
(45,50,58)
#252930
(37,41,48)
#1D2026
(29,32,38)
#15171C
(21,23,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #5D6876

#5D6876
(93,104,118)
#6B7582
(107,117,130)
#79828E
(121,130,142)
#878F9A
(135,143,154)
#959CA6
(149,156,166)
#A3A9B2
(163,169,178)
#B1B6BE
(177,182,190)
#BFC3CA
(191,195,202)
#CDD0D6
(205,208,214)
#DBDDE2
(219,221,226)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6876; }

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

This text font color is #5D6876.


Background Color

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

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

This div background color is #5D6876.


Border color

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

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

This div border color is #5D6876.


Opacity

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

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

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

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

This text has shadow with #5D6876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6876 on black background.


Color preview on white background

This text has color #5D6876 on white background.



Black color preview on #5D6876 background

This text has black color on #5D6876 background.


White color preview on #5D6876 background

This text has white color on #5D6876 background.