COLOR #5E6682

HEX: #5E6682 RGB: (94,102,130)

Color info

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

RGB color model

#5E6682 color RGB value is (94,102,130).

RGB: (94,102,130) (37%, 40%, 51%)

RGB channels and saturation

R 94 of 255 = 37%
G 102 of 255 = 40%
B 130 of 255 = 51%

94
102
130

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

Portions of RGB colors in percentages

R + G + B = 94 + 102 + 130 = 326 (100%)
R 94 of 326 ~ 28.83%
G 102 of 326 ~ 31.29%
B 130 of 326 ~ 39.88'%

%28.83
%31.29
%39.88

CMYK color model

#5E6682 color CMYK value is (28,22,0,49).

  • cyan value is 27.69%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (28,22,0,49)
C28M22Y0K49 (28%, 22%, 0%, 49%)
(0.28 / 0.22 / 0.00 / 0.49)

CMYK percentages

%27.69
%21.54
%0
%49.02

Codes

Color #5E6682 in popluar color models

5E 66 82
RGB 94 102 130
HSL 227° 16.07% 43.92%
HSB/HSV 227° 27.69% 50.98%
CMYK 27.69% 21.54% 0.00%
49.02%

Color #5E6682 in popluar number systems.

HEX 5E 66 82
Decimal 94 102 130
Binary 1011110 1100110 10000010
Octal 136 146 202

Shades and tints

Shades of #5E6682

#5E6682
(94,102,130)
#565D77
(86,93,119)
#4E546C
(78,84,108)
#464B61
(70,75,97)
#3E4256
(62,66,86)
#36394B
(54,57,75)
#2E3040
(46,48,64)
#262735
(38,39,53)
#1E1E2A
(30,30,42)
#16151F
(22,21,31)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #5E6682

#5E6682
(94,102,130)
#6C738D
(108,115,141)
#7A8098
(122,128,152)
#888DA3
(136,141,163)
#969AAE
(150,154,174)
#A4A7B9
(164,167,185)
#B2B4C4
(178,180,196)
#C0C1CF
(192,193,207)
#CECEDA
(206,206,218)
#DCDBE5
(220,219,229)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6682; }

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

This text font color is #5E6682.

Background Color

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

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

This div background color is #5E6682.

Border color

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

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

This div border color is #5E6682.

Opacity

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

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

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

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

This text has shadow with #5E6682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6682.

Preview

Color preview on black background

This text has color #5E6682 on black background.


Color preview on white background

This text has color #5E6682 on white background.


Black color preview on #5E6682 background

This text has black color on #5E6682 background.


White color preview on #5E6682 background

This text has white color on #5E6682 background.


Related colors

Complementary color

Complementary color for #hex is #A1997D.


I love getcolorcode.com

Triadic colors

1 #825E66 and #66825E with #5E6682 are triadic colors.

2 #82665E and #665E82 with #5E6682 are triadic colors.