COLOR #5D6872

HEX: #5D6872 RGB: (93,104,114)

Color info

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

RGB color model

#5D6872 color RGB value is (93,104,114).

RGB: (93,104,114) (36%, 41%, 45%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 114 of 255 = 45%

93
104
114

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

Portions of RGB colors in percentages

R + G + B = 93 + 104 + 114 = 311 (100%)
R 93 of 311 ~ 29.9%
G 104 of 311 ~ 33.44%
B 114 of 311 ~ 36.66'%

%29.9
%33.44
%36.66

CMYK color model

#5D6872 color CMYK value is (18,9,0,55).

  • cyan value is 18.42%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (18,9,0,55)
C18M9Y0K55 (18%, 9%, 0%, 55%)
(0.18 / 0.09 / 0.00 / 0.55)

CMYK percentages

%18.42
%8.77
%0
%55.29

Codes

Color #5D6872 in popluar color models

5D 68 72
RGB 93 104 114
HSL 209° 10.14% 40.59%
HSB/HSV 209° 18.42% 44.71%
CMYK 18.42% 8.77% 0.00%
55.29%

Color #5D6872 in popluar number systems.

HEX 5D 68 72
Decimal 93 104 114
Binary 1011101 1101000 1110010
Octal 135 150 162

Shades and tints

Shades of #5D6872

#5D6872
(93,104,114)
#555F68
(85,95,104)
#4D565E
(77,86,94)
#454D54
(69,77,84)
#3D444A
(61,68,74)
#353B40
(53,59,64)
#2D3236
(45,50,54)
#25292C
(37,41,44)
#1D2022
(29,32,34)
#151718
(21,23,24)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D6872

#5D6872
(93,104,114)
#6B757E
(107,117,126)
#79828A
(121,130,138)
#878F96
(135,143,150)
#959CA2
(149,156,162)
#A3A9AE
(163,169,174)
#B1B6BA
(177,182,186)
#BFC3C6
(191,195,198)
#CDD0D2
(205,208,210)
#DBDDDE
(219,221,222)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6872; }

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

This text font color is #5D6872.

Background Color

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

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

This div background color is #5D6872.

Border color

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

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

This div border color is #5D6872.

Opacity

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

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

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

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

This text has shadow with #5D6872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6872.

Preview

Color preview on black background

This text has color #5D6872 on black background.


Color preview on white background

This text has color #5D6872 on white background.


Black color preview on #5D6872 background

This text has black color on #5D6872 background.


White color preview on #5D6872 background

This text has white color on #5D6872 background.


Related colors

Complementary color

Complementary color for #hex is #A2978D.


I love getcolorcode.com

Triadic colors

1 #725D68 and #68725D with #5D6872 are triadic colors.

2 #72685D and #685D72 with #5D6872 are triadic colors.