COLOR #5E7581

HEX: #5E7581 RGB: (94,117,129)

Color info

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

RGB color model

#5E7581 color RGB value is (94,117,129).

RGB: (94,117,129) (37%, 46%, 51%)

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 129 of 255 = 51%

94
117
129

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

Portions of RGB colors in percentages

R + G + B = 94 + 117 + 129 = 340 (100%)
R 94 of 340 ~ 27.65%
G 117 of 340 ~ 34.41%
B 129 of 340 ~ 37.94'%

%27.65
%34.41
%37.94

CMYK color model

#5E7581 color CMYK value is (27,9,0,49).

  • cyan value is 27.13%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (27,9,0,49)
C27M9Y0K49 (27%, 9%, 0%, 49%)
(0.27 / 0.09 / 0.00 / 0.49)

CMYK percentages

%27.13
%9.3
%0
%49.41

Codes

Color #5E7581 in popluar color models

5E 75 81
RGB 94 117 129
HSL 201° 15.70% 43.73%
HSB/HSV 201° 27.13% 50.59%
CMYK 27.13% 9.30% 0.00%
49.41%

Color #5E7581 in popluar number systems.

HEX 5E 75 81
Decimal 94 117 129
Binary 1011110 1110101 10000001
Octal 136 165 201

Shades and tints

Shades of #5E7581

#5E7581
(94,117,129)
#566B76
(86,107,118)
#4E616B
(78,97,107)
#465760
(70,87,96)
#3E4D55
(62,77,85)
#36434A
(54,67,74)
#2E393F
(46,57,63)
#262F34
(38,47,52)
#1E2529
(30,37,41)
#161B1E
(22,27,30)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #5E7581

#5E7581
(94,117,129)
#6C818C
(108,129,140)
#7A8D97
(122,141,151)
#8899A2
(136,153,162)
#96A5AD
(150,165,173)
#A4B1B8
(164,177,184)
#B2BDC3
(178,189,195)
#C0C9CE
(192,201,206)
#CED5D9
(206,213,217)
#DCE1E4
(220,225,228)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7581 color. Also use rgb(94,117,129) instead hex code.

Text Font Color

.myTextColor { color: #5E7581; }

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

This text font color is #5E7581.

Background Color

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

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

This div background color is #5E7581.

Border color

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

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

This div border color is #5E7581.

Opacity

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

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

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

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

This text has shadow with #5E7581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7581.

Preview

Color preview on black background

This text has color #5E7581 on black background.


Color preview on white background

This text has color #5E7581 on white background.


Black color preview on #5E7581 background

This text has black color on #5E7581 background.


White color preview on #5E7581 background

This text has white color on #5E7581 background.


Related colors

Complementary color

Complementary color for #hex is #A18A7E.


I love getcolorcode.com

Triadic colors

1 #815E75 and #75815E with #5E7581 are triadic colors.

2 #81755E and #755E81 with #5E7581 are triadic colors.