COLOR #5E6482

HEX: #5E6482
RGB: (94,100,130)

Color info

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

RGB color model

#5E6482 color RGB value is (94,100,130).

  • red value is 94;
  • green value is 100;
  • blue value is 130.
RGB:
(94,100,130)
(37%,39%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 130 of 255 = 51%

94
100
130

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

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 130 = 324 (100%)
R 94 of 324 ~ 29.01%
G 100 of 324 ~ 30.86%
B 130 of 324 ~ 40.12%

%29.01
%30.86
%40.12

CMYK color model

#5E6482 color CMYK value is (28,23,0,49).

  • cyan value is 27.69%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(28,23,0,49)
C28M23Y0K49 
(28%,23%,0%,49%)
(0.28/0.23/0.00/0.49)	

CMYK percentages

%27.69
%23.08
%0
%49.02

Codes

Color #5E6482 in popluar color models

5E6482
RGB94100130
HSL230°16.07%43.92%
HSB/HSV230°27.69%50.98%
CMYK27.69%23.08%0.00%
49.02%

Color #5E6482 in popluar number systems.

HEX5E6482
Decimal94100130
Binary1011110110010010000010
Octal136144202

Shades and tints

Shades of #5E6482

#5E6482
(94,100,130)
#565B77
(86,91,119)
#4E526C
(78,82,108)
#464961
(70,73,97)
#3E4056
(62,64,86)
#36374B
(54,55,75)
#2E2E40
(46,46,64)
#262535
(38,37,53)
#1E1C2A
(30,28,42)
#16131F
(22,19,31)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #5E6482

#5E6482
(94,100,130)
#6C728D
(108,114,141)
#7A8098
(122,128,152)
#888EA3
(136,142,163)
#969CAE
(150,156,174)
#A4AAB9
(164,170,185)
#B2B8C4
(178,184,196)
#C0C6CF
(192,198,207)
#CED4DA
(206,212,218)
#DCE2E5
(220,226,229)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6482; }

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

This text font color is #5E6482.


Background Color

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

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

This div background color is #5E6482.


Border color

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

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

This div border color is #5E6482.


Opacity

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

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

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

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

This text has shadow with #5E6482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6482 on black background.


Color preview on white background

This text has color #5E6482 on white background.



Black color preview on #5E6482 background

This text has black color on #5E6482 background.


White color preview on #5E6482 background

This text has white color on #5E6482 background.