COLOR #5D697D

HEX: #5D697D RGB: (93,105,125)

Color info

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

RGB color model

#5D697D color RGB value is (93,105,125).

RGB: (93,105,125) (36%, 41%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 105 of 255 = 41%
B 125 of 255 = 49%

93
105
125

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

Portions of RGB colors in percentages

R + G + B = 93 + 105 + 125 = 323 (100%)
R 93 of 323 ~ 28.79%
G 105 of 323 ~ 32.51%
B 125 of 323 ~ 38.7'%

%28.79
%32.51
%38.7

CMYK color model

#5D697D color CMYK value is (26,16,0,51).

  • cyan value is 25.60%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (26,16,0,51)
C26M16Y0K51 (26%, 16%, 0%, 51%)
(0.26 / 0.16 / 0.00 / 0.51)

CMYK percentages

%25.6
%16
%0
%50.98

Codes

Color #5D697D in popluar color models

5D 69 7D
RGB 93 105 125
HSL 218° 14.68% 42.75%
HSB/HSV 218° 25.60% 49.02%
CMYK 25.60% 16.00% 0.00%
50.98%

Color #5D697D in popluar number systems.

HEX 5D 69 7D
Decimal 93 105 125
Binary 1011101 1101001 1111101
Octal 135 151 175

Shades and tints

Shades of #5D697D

#5D697D
(93,105,125)
#556072
(85,96,114)
#4D5767
(77,87,103)
#454E5C
(69,78,92)
#3D4551
(61,69,81)
#353C46
(53,60,70)
#2D333B
(45,51,59)
#252A30
(37,42,48)
#1D2125
(29,33,37)
#15181A
(21,24,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #5D697D

#5D697D
(93,105,125)
#6B7688
(107,118,136)
#798393
(121,131,147)
#87909E
(135,144,158)
#959DA9
(149,157,169)
#A3AAB4
(163,170,180)
#B1B7BF
(177,183,191)
#BFC4CA
(191,196,202)
#CDD1D5
(205,209,213)
#DBDEE0
(219,222,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D697D color. Also use rgb(93,105,125) instead hex code.

Text Font Color

.myTextColor { color: #5D697D; }

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

This text font color is #5D697D.

Background Color

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

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

This div background color is #5D697D.

Border color

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

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

This div border color is #5D697D.

Opacity

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

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

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

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

This text has shadow with #5D697D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D697D.

Preview

Color preview on black background

This text has color #5D697D on black background.


Color preview on white background

This text has color #5D697D on white background.


Black color preview on #5D697D background

This text has black color on #5D697D background.


White color preview on #5D697D background

This text has white color on #5D697D background.


Related colors

Complementary color

Complementary color for #hex is #A29682.


I love getcolorcode.com

Triadic colors

1 #7D5D69 and #697D5D with #5D697D are triadic colors.

2 #7D695D and #695D7D with #5D697D are triadic colors.