COLOR #5E639D

HEX: #5E639D
RGB: (94,99,157)

Color info

#5E639D contains mainly green and blue colors. Web safe color of #5E639D is #666699 (or #669).

RGB color model

#5E639D color RGB value is (94,99,157).

  • red value is 94;
  • green value is 99;
  • blue value is 157.
RGB:
(94,99,157)
(37%,39%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 157 of 255 = 62%

94
99
157

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 157 = 350 (100%)
R 94 of 350 ~ 26.86%
G 99 of 350 ~ 28.29%
B 157 of 350 ~ 44.86%

%26.86
%28.29
%44.86

CMYK color model

#5E639D color CMYK value is (40,37,0,38).

  • cyan value is 40.13%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(40,37,0,38)
C40M37Y0K38 
(40%,37%,0%,38%)
(0.40/0.37/0.00/0.38)	

CMYK percentages

%40.13
%36.94
%0
%38.43

Codes

Color #5E639D in popluar color models

5E639D
RGB9499157
HSL235°25.10%49.22%
HSB/HSV235°40.13%61.57%
CMYK40.13%36.94%0.00%
38.43%

Color #5E639D in popluar number systems.

HEX5E639D
Decimal9499157
Binary1011110110001110011101
Octal136143235

Shades and tints

Shades of #5E639D

#5E639D
(94,99,157)
#565A8F
(86,90,143)
#4E5181
(78,81,129)
#464873
(70,72,115)
#3E3F65
(62,63,101)
#363657
(54,54,87)
#2E2D49
(46,45,73)
#26243B
(38,36,59)
#1E1B2D
(30,27,45)
#16121F
(22,18,31)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #5E639D

#5E639D
(94,99,157)
#6C71A5
(108,113,165)
#7A7FAD
(122,127,173)
#888DB5
(136,141,181)
#969BBD
(150,155,189)
#A4A9C5
(164,169,197)
#B2B7CD
(178,183,205)
#C0C5D5
(192,197,213)
#CED3DD
(206,211,221)
#DCE1E5
(220,225,229)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E639D; }

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

This text font color is #5E639D.


Background Color

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

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

This div background color is #5E639D.


Border color

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

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

This div border color is #5E639D.


Opacity

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

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

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

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

This text has shadow with #5E639D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E639D on black background.


Color preview on white background

This text has color #5E639D on white background.



Black color preview on #5E639D background

This text has black color on #5E639D background.


White color preview on #5E639D background

This text has white color on #5E639D background.