COLOR #5E82A5

HEX: #5E82A5
RGB: (94,130,165)

Color info

#5E82A5 contains mainly green and blue colors. Web safe color of #5E82A5 is #669999 (or #699).

RGB color model

#5E82A5 color RGB value is (94,130,165).

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

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 165 of 255 = 65%

94
130
165

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

Portions of RGB colors in percentages

R + G + B =
94 + 130 + 165 = 389 (100%)
R 94 of 389 ~ 24.16%
G 130 of 389 ~ 33.42%
B 165 of 389 ~ 42.42%

%24.16
%33.42
%42.42

CMYK color model

#5E82A5 color CMYK value is (43,21,0,35).

  • cyan value is 43.03%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(43,21,0,35)
C43M21Y0K35 
(43%,21%,0%,35%)
(0.43/0.21/0.00/0.35)	

CMYK percentages

%43.03
%21.21
%0
%35.29

Codes

Color #5E82A5 in popluar color models

5E82A5
RGB94130165
HSL210°28.29%50.78%
HSB/HSV210°43.03%64.71%
CMYK43.03%21.21%0.00%
35.29%

Color #5E82A5 in popluar number systems.

HEX5E82A5
Decimal94130165
Binary10111101000001010100101
Octal136202245

Shades and tints

Shades of #5E82A5

#5E82A5
(94,130,165)
#567796
(86,119,150)
#4E6C87
(78,108,135)
#466178
(70,97,120)
#3E5669
(62,86,105)
#364B5A
(54,75,90)
#2E404B
(46,64,75)
#26353C
(38,53,60)
#1E2A2D
(30,42,45)
#161F1E
(22,31,30)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #5E82A5

#5E82A5
(94,130,165)
#6C8DAD
(108,141,173)
#7A98B5
(122,152,181)
#88A3BD
(136,163,189)
#96AEC5
(150,174,197)
#A4B9CD
(164,185,205)
#B2C4D5
(178,196,213)
#C0CFDD
(192,207,221)
#CEDAE5
(206,218,229)
#DCE5ED
(220,229,237)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E82A5; }

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

This text font color is #5E82A5.


Background Color

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

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

This div background color is #5E82A5.


Border color

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

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

This div border color is #5E82A5.


Opacity

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

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

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

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

This text has shadow with #5E82A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E82A5 on black background.


Color preview on white background

This text has color #5E82A5 on white background.



Black color preview on #5E82A5 background

This text has black color on #5E82A5 background.


White color preview on #5E82A5 background

This text has white color on #5E82A5 background.