COLOR #5D647E

HEX: #5D647E
RGB: (93,100,126)

Color info

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

RGB color model

#5D647E color RGB value is (93,100,126).

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

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 126 of 255 = 49%

93
100
126

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

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 126 = 319 (100%)
R 93 of 319 ~ 29.15%
G 100 of 319 ~ 31.35%
B 126 of 319 ~ 39.5%

%29.15
%31.35
%39.5

CMYK color model

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

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

CMYK percentages

%26.19
%20.63
%0
%50.59

Codes

Color #5D647E in popluar color models

5D647E
RGB93100126
HSL227°15.07%42.94%
HSB/HSV227°26.19%49.41%
CMYK26.19%20.63%0.00%
50.59%

Color #5D647E in popluar number systems.

HEX5D647E
Decimal93100126
Binary101110111001001111110
Octal135144176

Shades and tints

Shades of #5D647E

#5D647E
(93,100,126)
#555B73
(85,91,115)
#4D5268
(77,82,104)
#45495D
(69,73,93)
#3D4052
(61,64,82)
#353747
(53,55,71)
#2D2E3C
(45,46,60)
#252531
(37,37,49)
#1D1C26
(29,28,38)
#15131B
(21,19,27)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #5D647E

#5D647E
(93,100,126)
#6B7289
(107,114,137)
#798094
(121,128,148)
#878E9F
(135,142,159)
#959CAA
(149,156,170)
#A3AAB5
(163,170,181)
#B1B8C0
(177,184,192)
#BFC6CB
(191,198,203)
#CDD4D6
(205,212,214)
#DBE2E1
(219,226,225)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D647E color. Also use rgb(93,100,126) instead hex code.

Text Font Color

.myTextColor { color: #5D647E; }

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

This text font color is #5D647E.


Background Color

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

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

This div background color is #5D647E.


Border color

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

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

This div border color is #5D647E.


Opacity

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

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

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

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

This text has shadow with #5D647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D647E on black background.


Color preview on white background

This text has color #5D647E on white background.



Black color preview on #5D647E background

This text has black color on #5D647E background.


White color preview on #5D647E background

This text has white color on #5D647E background.