COLOR #5E828D

HEX: #5E828D RGB: (94,130,141)

Color info

#5E828D contains red, green and blue colors in about the same proportion. Web safe color of #5E828D is #669999 (or #699).

RGB color model

#5E828D color RGB value is (94,130,141).

RGB: (94,130,141) (37%, 51%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 141 of 255 = 55%

94
130
141

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

Portions of RGB colors in percentages

R + G + B = 94 + 130 + 141 = 365 (100%)
R 94 of 365 ~ 25.75%
G 130 of 365 ~ 35.62%
B 141 of 365 ~ 38.63'%

%25.75
%35.62
%38.63

CMYK color model

#5E828D color CMYK value is (33,8,0,45).

  • cyan value is 33.33%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (33,8,0,45)
C33M8Y0K45 (33%, 8%, 0%, 45%)
(0.33 / 0.08 / 0.00 / 0.45)

CMYK percentages

%33.33
%7.8
%0
%44.71

Codes

Color #5E828D in popluar color models

5E 82 8D
RGB 94 130 141
HSL 194° 20.00% 46.08%
HSB/HSV 194° 33.33% 55.29%
CMYK 33.33% 7.80% 0.00%
44.71%

Color #5E828D in popluar number systems.

HEX 5E 82 8D
Decimal 94 130 141
Binary 1011110 10000010 10001101
Octal 136 202 215

Shades and tints

Shades of #5E828D

#5E828D
(94,130,141)
#567781
(86,119,129)
#4E6C75
(78,108,117)
#466169
(70,97,105)
#3E565D
(62,86,93)
#364B51
(54,75,81)
#2E4045
(46,64,69)
#263539
(38,53,57)
#1E2A2D
(30,42,45)
#161F21
(22,31,33)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #5E828D

#5E828D
(94,130,141)
#6C8D97
(108,141,151)
#7A98A1
(122,152,161)
#88A3AB
(136,163,171)
#96AEB5
(150,174,181)
#A4B9BF
(164,185,191)
#B2C4C9
(178,196,201)
#C0CFD3
(192,207,211)
#CEDADD
(206,218,221)
#DCE5E7
(220,229,231)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E828D; }

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

This text font color is #5E828D.

Background Color

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

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

This div background color is #5E828D.

Border color

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

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

This div border color is #5E828D.

Opacity

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

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

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

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

This text has shadow with #5E828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E828D.

Preview

Color preview on black background

This text has color #5E828D on black background.


Color preview on white background

This text has color #5E828D on white background.


Black color preview on #5E828D background

This text has black color on #5E828D background.


White color preview on #5E828D background

This text has white color on #5E828D background.


Related colors

Complementary color

Complementary color for #hex is #A17D72.


I love getcolorcode.com

Triadic colors

1 #8D5E82 and #828D5E with #5E828D are triadic colors.

2 #8D825E and #825E8D with #5E828D are triadic colors.