COLOR #5E829B

HEX: #5E829B
RGB: (94,130,155)

Color info

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

RGB color model

#5E829B color RGB value is (94,130,155).

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

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 155 of 255 = 61%

94
130
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 130 + 155 = 379 (100%)
R 94 of 379 ~ 24.8%
G 130 of 379 ~ 34.3%
B 155 of 379 ~ 40.9%

%24.8
%34.3
%40.9

CMYK color model

#5E829B color CMYK value is (39,16,0,39).

  • cyan value is 39.35%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(39,16,0,39)
C39M16Y0K39 
(39%,16%,0%,39%)
(0.39/0.16/0.00/0.39)	

CMYK percentages

%39.35
%16.13
%0
%39.22

Codes

Color #5E829B in popluar color models

5E829B
RGB94130155
HSL205°24.50%48.82%
HSB/HSV205°39.35%60.78%
CMYK39.35%16.13%0.00%
39.22%

Color #5E829B in popluar number systems.

HEX5E829B
Decimal94130155
Binary10111101000001010011011
Octal136202233

Shades and tints

Shades of #5E829B

#5E829B
(94,130,155)
#56778D
(86,119,141)
#4E6C7F
(78,108,127)
#466171
(70,97,113)
#3E5663
(62,86,99)
#364B55
(54,75,85)
#2E4047
(46,64,71)
#263539
(38,53,57)
#1E2A2B
(30,42,43)
#161F1D
(22,31,29)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #5E829B

#5E829B
(94,130,155)
#6C8DA4
(108,141,164)
#7A98AD
(122,152,173)
#88A3B6
(136,163,182)
#96AEBF
(150,174,191)
#A4B9C8
(164,185,200)
#B2C4D1
(178,196,209)
#C0CFDA
(192,207,218)
#CEDAE3
(206,218,227)
#DCE5EC
(220,229,236)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E829B; }

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

This text font color is #5E829B.


Background Color

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

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

This div background color is #5E829B.


Border color

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

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

This div border color is #5E829B.


Opacity

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

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

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

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

This text has shadow with #5E829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E829B on black background.


Color preview on white background

This text has color #5E829B on white background.



Black color preview on #5E829B background

This text has black color on #5E829B background.


White color preview on #5E829B background

This text has white color on #5E829B background.