COLOR #5E5770

HEX: #5E5770 RGB: (94,87,112)

Color info

#5E5770 contains red, green and blue colors in about the same proportion. Web safe color of #5E5770 is #666666 (or #666).

RGB color model

#5E5770 color RGB value is (94,87,112).

RGB: (94,87,112) (37%, 34%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 112 of 255 = 44%

94
87
112

R + G + B ~ 38%. #5E5770 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 87 + 112 = 293 (100%)
R 94 of 293 ~ 32.08%
G 87 of 293 ~ 29.69%
B 112 of 293 ~ 38.23'%

%32.08
%29.69
%38.23

CMYK color model

#5E5770 color CMYK value is (16,22,0,56).

  • cyan value is 16.07%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (16,22,0,56)
C16M22Y0K56 (16%, 22%, 0%, 56%)
(0.16 / 0.22 / 0.00 / 0.56)

CMYK percentages

%16.07
%22.32
%0
%56.08

Codes

Color #5E5770 in popluar color models

5E 57 70
RGB 94 87 112
HSL 257° 12.56% 39.02%
HSB/HSV 257° 22.32% 43.92%
CMYK 16.07% 22.32% 0.00%
56.08%

Color #5E5770 in popluar number systems.

HEX 5E 57 70
Decimal 94 87 112
Binary 1011110 1010111 1110000
Octal 136 127 160

Shades and tints

Shades of #5E5770

#5E5770
(94,87,112)
#565066
(86,80,102)
#4E495C
(78,73,92)
#464252
(70,66,82)
#3E3B48
(62,59,72)
#36343E
(54,52,62)
#2E2D34
(46,45,52)
#26262A
(38,38,42)
#1E1F20
(30,31,32)
#161816
(22,24,22)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #5E5770

#5E5770
(94,87,112)
#6C667D
(108,102,125)
#7A758A
(122,117,138)
#888497
(136,132,151)
#9693A4
(150,147,164)
#A4A2B1
(164,162,177)
#B2B1BE
(178,177,190)
#C0C0CB
(192,192,203)
#CECFD8
(206,207,216)
#DCDEE5
(220,222,229)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5770 color. Also use rgb(94,87,112) instead hex code.

Text Font Color

.myTextColor { color: #5E5770; }

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

This text font color is #5E5770.

Background Color

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

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

This div background color is #5E5770.

Border color

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

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

This div border color is #5E5770.

Opacity

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

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

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

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

This text has shadow with #5E5770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5770.

Preview

Color preview on black background

This text has color #5E5770 on black background.


Color preview on white background

This text has color #5E5770 on white background.


Black color preview on #5E5770 background

This text has black color on #5E5770 background.


White color preview on #5E5770 background

This text has white color on #5E5770 background.


Related colors

Complementary color

Complementary color for #hex is #A1A88F.


I love getcolorcode.com

Triadic colors

1 #705E57 and #57705E with #5E5770 are triadic colors.

2 #70575E and #575E70 with #5E5770 are triadic colors.