COLOR #5D637D

HEX: #5D637D
RGB: (93,99,125)

Color info

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

RGB color model

#5D637D color RGB value is (93,99,125).

  • red value is 93;
  • green value is 99;
  • blue value is 125.
RGB:
(93,99,125)
(36%,39%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 125 of 255 = 49%

93
99
125

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 125 = 317 (100%)
R 93 of 317 ~ 29.34%
G 99 of 317 ~ 31.23%
B 125 of 317 ~ 39.43%

%29.34
%31.23
%39.43

CMYK color model

#5D637D color CMYK value is (26,21,0,51).

  • cyan value is 25.60%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(26,21,0,51)
C26M21Y0K51 
(26%,21%,0%,51%)
(0.26/0.21/0.00/0.51)	

CMYK percentages

%25.6
%20.8
%0
%50.98

Codes

Color #5D637D in popluar color models

5D637D
RGB9399125
HSL229°14.68%42.75%
HSB/HSV229°25.60%49.02%
CMYK25.60%20.80%0.00%
50.98%

Color #5D637D in popluar number systems.

HEX5D637D
Decimal9399125
Binary101110111000111111101
Octal135143175

Shades and tints

Shades of #5D637D

#5D637D
(93,99,125)
#555A72
(85,90,114)
#4D5167
(77,81,103)
#45485C
(69,72,92)
#3D3F51
(61,63,81)
#353646
(53,54,70)
#2D2D3B
(45,45,59)
#252430
(37,36,48)
#1D1B25
(29,27,37)
#15121A
(21,18,26)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #5D637D

#5D637D
(93,99,125)
#6B7188
(107,113,136)
#797F93
(121,127,147)
#878D9E
(135,141,158)
#959BA9
(149,155,169)
#A3A9B4
(163,169,180)
#B1B7BF
(177,183,191)
#BFC5CA
(191,197,202)
#CDD3D5
(205,211,213)
#DBE1E0
(219,225,224)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D637D; }

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

This text font color is #5D637D.


Background Color

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

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

This div background color is #5D637D.


Border color

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

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

This div border color is #5D637D.


Opacity

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

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

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

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

This text has shadow with #5D637D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D637D on black background.


Color preview on white background

This text has color #5D637D on white background.



Black color preview on #5D637D background

This text has black color on #5D637D background.


White color preview on #5D637D background

This text has white color on #5D637D background.