COLOR #5E667D

HEX: #5E667D RGB: (94,102,125)

Color info

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

RGB color model

#5E667D color RGB value is (94,102,125).

RGB: (94,102,125) (37%, 40%, 49%)

RGB channels and saturation

R 94 of 255 = 37%
G 102 of 255 = 40%
B 125 of 255 = 49%

94
102
125

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

Portions of RGB colors in percentages

R + G + B = 94 + 102 + 125 = 321 (100%)
R 94 of 321 ~ 29.28%
G 102 of 321 ~ 31.78%
B 125 of 321 ~ 38.94'%

%29.28
%31.78
%38.94

CMYK color model

#5E667D color CMYK value is (25,18,0,51).

  • cyan value is 24.80%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (25,18,0,51)
C25M18Y0K51 (25%, 18%, 0%, 51%)
(0.25 / 0.18 / 0.00 / 0.51)

CMYK percentages

%24.8
%18.4
%0
%50.98

Codes

Color #5E667D in popluar color models

5E 66 7D
RGB 94 102 125
HSL 225° 14.16% 42.94%
HSB/HSV 225° 24.80% 49.02%
CMYK 24.80% 18.40% 0.00%
50.98%

Color #5E667D in popluar number systems.

HEX 5E 66 7D
Decimal 94 102 125
Binary 1011110 1100110 1111101
Octal 136 146 175

Shades and tints

Shades of #5E667D

#5E667D
(94,102,125)
#565D72
(86,93,114)
#4E5467
(78,84,103)
#464B5C
(70,75,92)
#3E4251
(62,66,81)
#363946
(54,57,70)
#2E303B
(46,48,59)
#262730
(38,39,48)
#1E1E25
(30,30,37)
#16151A
(22,21,26)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #5E667D

#5E667D
(94,102,125)
#6C7388
(108,115,136)
#7A8093
(122,128,147)
#888D9E
(136,141,158)
#969AA9
(150,154,169)
#A4A7B4
(164,167,180)
#B2B4BF
(178,180,191)
#C0C1CA
(192,193,202)
#CECED5
(206,206,213)
#DCDBE0
(220,219,224)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E667D color. Also use rgb(94,102,125) instead hex code.

Text Font Color

.myTextColor { color: #5E667D; }

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

This text font color is #5E667D.

Background Color

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

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

This div background color is #5E667D.

Border color

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

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

This div border color is #5E667D.

Opacity

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

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

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

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

This text has shadow with #5E667D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E667D.

Preview

Color preview on black background

This text has color #5E667D on black background.


Color preview on white background

This text has color #5E667D on white background.


Black color preview on #5E667D background

This text has black color on #5E667D background.


White color preview on #5E667D background

This text has white color on #5E667D background.


Related colors

Complementary color

Complementary color for #hex is #A19982.


I love getcolorcode.com

Triadic colors

1 #7D5E66 and #667D5E with #5E667D are triadic colors.

2 #7D665E and #665E7D with #5E667D are triadic colors.