COLOR #5E5974

HEX: #5E5974 RGB: (94,89,116)

Color info

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

RGB color model

#5E5974 color RGB value is (94,89,116).

RGB: (94,89,116) (37%, 35%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 116 of 255 = 45%

94
89
116

R + G + B ~ 39%. #5E5974 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 89 + 116 = 299 (100%)
R 94 of 299 ~ 31.44%
G 89 of 299 ~ 29.77%
B 116 of 299 ~ 38.8'%

%31.44
%29.77
%38.8

CMYK color model

#5E5974 color CMYK value is (19,23,0,55).

  • cyan value is 18.97%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (19,23,0,55) C19M23Y0K55 (19%,23%,0%,55%) (0.19/0.23/0.00/0.55) 

CMYK percentages

%18.97
%23.28
%0
%54.51

Codes

Color #5E5974 in popluar color models

5E 59 74
RGB 94 89 116
HSL 251° 13.17% 40.20%
HSB/HSV 251° 23.28% 45.49%
CMYK 18.97% 23.28% 0.00%
54.51%

Color #5E5974 in popluar number systems.

HEX 5E 59 74
Decimal 94 89 116
Binary 1011110 1011001 1110100
Octal 136 131 164

Shades and tints

Shades of #5E5974

#5E5974
(94,89,116)
#56516A
(86,81,106)
#4E4960
(78,73,96)
#464156
(70,65,86)
#3E394C
(62,57,76)
#363142
(54,49,66)
#2E2938
(46,41,56)
#26212E
(38,33,46)
#1E1924
(30,25,36)
#16111A
(22,17,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #5E5974

#5E5974
(94,89,116)
#6C6880
(108,104,128)
#7A778C
(122,119,140)
#888698
(136,134,152)
#9695A4
(150,149,164)
#A4A4B0
(164,164,176)
#B2B3BC
(178,179,188)
#C0C2C8
(192,194,200)
#CED1D4
(206,209,212)
#DCE0E0
(220,224,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5974 color. Also use rgb(94,89,116) instead hex code.

Text Font Color

.myTextColor { color: #5E5974; }

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

This text font color is #5E5974.

Background Color

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

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

This div background color is #5E5974.

Border color

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

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

This div border color is #5E5974.

Opacity

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

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

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

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

This text has shadow with #5E5974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5974.

Preview

Color preview on black background

This text has color #5E5974 on black background.


Color preview on white background

This text has color #5E5974 on white background.


Black color preview on #5E5974 background

This text has black color on #5E5974 background.


White color preview on #5E5974 background

This text has white color on #5E5974 background.


Related colors

Complementary color

Complementary color for #hex is #A1A68B.


I love getcolorcode.com

Triadic colors

1 #745E59 and #59745E with #5E5974 are triadic colors.

2 #74595E and #595E74 with #5E5974 are triadic colors.