COLOR #5E637F

HEX: #5E637F RGB: (94,99,127)

Color info

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

RGB color model

#5E637F color RGB value is (94,99,127).

RGB: (94,99,127) (37%, 39%, 50%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 127 of 255 = 50%

94
99
127

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

Portions of RGB colors in percentages

R + G + B = 94 + 99 + 127 = 320 (100%)
R 94 of 320 ~ 29.38%
G 99 of 320 ~ 30.94%
B 127 of 320 ~ 39.69'%

%29.38
%30.94
%39.69

CMYK color model

#5E637F color CMYK value is (26,22,0,50).

  • cyan value is 25.98%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (26,22,0,50) C26M22Y0K50 (26%,22%,0%,50%) (0.26/0.22/0.00/0.50) 

CMYK percentages

%25.98
%22.05
%0
%50.2

Codes

Color #5E637F in popluar color models

5E 63 7F
RGB 94 99 127
HSL 231° 14.93% 43.33%
HSB/HSV 231° 25.98% 49.80%
CMYK 25.98% 22.05% 0.00%
50.20%

Color #5E637F in popluar number systems.

HEX 5E 63 7F
Decimal 94 99 127
Binary 1011110 1100011 1111111
Octal 136 143 177

Shades and tints

Shades of #5E637F

#5E637F
(94,99,127)
#565A74
(86,90,116)
#4E5169
(78,81,105)
#46485E
(70,72,94)
#3E3F53
(62,63,83)
#363648
(54,54,72)
#2E2D3D
(46,45,61)
#262432
(38,36,50)
#1E1B27
(30,27,39)
#16121C
(22,18,28)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #5E637F

#5E637F
(94,99,127)
#6C718A
(108,113,138)
#7A7F95
(122,127,149)
#888DA0
(136,141,160)
#969BAB
(150,155,171)
#A4A9B6
(164,169,182)
#B2B7C1
(178,183,193)
#C0C5CC
(192,197,204)
#CED3D7
(206,211,215)
#DCE1E2
(220,225,226)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E637F color. Also use rgb(94,99,127) instead hex code.

Text Font Color

.myTextColor { color: #5E637F; }

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

This text font color is #5E637F.

Background Color

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

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

This div background color is #5E637F.

Border color

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

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

This div border color is #5E637F.

Opacity

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

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

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

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

This text has shadow with #5E637F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E637F.

Preview

Color preview on black background

This text has color #5E637F on black background.


Color preview on white background

This text has color #5E637F on white background.


Black color preview on #5E637F background

This text has black color on #5E637F background.


White color preview on #5E637F background

This text has white color on #5E637F background.


Related colors

Complementary color

Complementary color for #hex is #A19C80.


I love getcolorcode.com

Triadic colors

1 #7F5E63 and #637F5E with #5E637F are triadic colors.

2 #7F635E and #635E7F with #5E637F are triadic colors.