COLOR #5E688A

HEX: #5E688A
RGB: (94,104,138)

Color info

#5E688A contains red, green and blue colors in about the same proportion. Web safe color of #5E688A is #666699 (or #669).

RGB color model

#5E688A color RGB value is (94,104,138).

  • red value is 94;
  • green value is 104;
  • blue value is 138.
RGB:
(94,104,138)
(37%,41%,54%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 138 of 255 = 54%

94
104
138

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

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 138 = 336 (100%)
R 94 of 336 ~ 27.98%
G 104 of 336 ~ 30.95%
B 138 of 336 ~ 41.07%

%27.98
%30.95
%41.07

CMYK color model

#5E688A color CMYK value is (32,25,0,46).

  • cyan value is 31.88%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(32,25,0,46)
C32M25Y0K46 
(32%,25%,0%,46%)
(0.32/0.25/0.00/0.46)	

CMYK percentages

%31.88
%24.64
%0
%45.88

Codes

Color #5E688A in popluar color models

5E688A
RGB94104138
HSL226°18.97%45.49%
HSB/HSV226°31.88%54.12%
CMYK31.88%24.64%0.00%
45.88%

Color #5E688A in popluar number systems.

HEX5E688A
Decimal94104138
Binary1011110110100010001010
Octal136150212

Shades and tints

Shades of #5E688A

#5E688A
(94,104,138)
#565F7E
(86,95,126)
#4E5672
(78,86,114)
#464D66
(70,77,102)
#3E445A
(62,68,90)
#363B4E
(54,59,78)
#2E3242
(46,50,66)
#262936
(38,41,54)
#1E202A
(30,32,42)
#16171E
(22,23,30)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E688A

#5E688A
(94,104,138)
#6C7594
(108,117,148)
#7A829E
(122,130,158)
#888FA8
(136,143,168)
#969CB2
(150,156,178)
#A4A9BC
(164,169,188)
#B2B6C6
(178,182,198)
#C0C3D0
(192,195,208)
#CED0DA
(206,208,218)
#DCDDE4
(220,221,228)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E688A color. Also use rgb(94,104,138) instead hex code.

Text Font Color

.myTextColor { color: #5E688A; }

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

This text font color is #5E688A.


Background Color

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

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

This div background color is #5E688A.


Border color

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

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

This div border color is #5E688A.


Opacity

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

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

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

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

This text has shadow with #5E688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E688A on black background.


Color preview on white background

This text has color #5E688A on white background.



Black color preview on #5E688A background

This text has black color on #5E688A background.


White color preview on #5E688A background

This text has white color on #5E688A background.