COLOR #5E5465

HEX: #5E5465 RGB: (94,84,101)

Color info

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

RGB color model

#5E5465 color RGB value is (94,84,101).

RGB: (94,84,101) (37%, 33%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 84 of 255 = 33%
B 101 of 255 = 40%

94
84
101

R + G + B ~ 37%. #5E5465 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 84 + 101 = 279 (100%)
R 94 of 279 ~ 33.69%
G 84 of 279 ~ 30.11%
B 101 of 279 ~ 36.2'%

%33.69
%30.11
%36.2

CMYK color model

#5E5465 color CMYK value is (7,17,0,60).

  • cyan value is 6.93%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (7,17,0,60)
C7M17Y0K60 (7%, 17%, 0%, 60%)
(0.07 / 0.17 / 0.00 / 0.60)

CMYK percentages

%6.93
%16.83
%0
%60.39

Codes

Color #5E5465 in popluar color models

5E 54 65
RGB 94 84 101
HSL 275° 9.19% 36.27%
HSB/HSV 275° 16.83% 39.61%
CMYK 6.93% 16.83% 0.00%
60.39%

Color #5E5465 in popluar number systems.

HEX 5E 54 65
Decimal 94 84 101
Binary 1011110 1010100 1100101
Octal 136 124 145

Shades and tints

Shades of #5E5465

#5E5465
(94,84,101)
#564D5C
(86,77,92)
#4E4653
(78,70,83)
#463F4A
(70,63,74)
#3E3841
(62,56,65)
#363138
(54,49,56)
#2E2A2F
(46,42,47)
#262326
(38,35,38)
#1E1C1D
(30,28,29)
#161514
(22,21,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #5E5465

#5E5465
(94,84,101)
#6C6373
(108,99,115)
#7A7281
(122,114,129)
#88818F
(136,129,143)
#96909D
(150,144,157)
#A49FAB
(164,159,171)
#B2AEB9
(178,174,185)
#C0BDC7
(192,189,199)
#CECCD5
(206,204,213)
#DCDBE3
(220,219,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5465 color. Also use rgb(94,84,101) instead hex code.

Text Font Color

.myTextColor { color: #5E5465; }

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

This text font color is #5E5465.

Background Color

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

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

This div background color is #5E5465.

Border color

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

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

This div border color is #5E5465.

Opacity

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

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

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

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

This text has shadow with #5E5465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5465.

Preview

Color preview on black background

This text has color #5E5465 on black background.


Color preview on white background

This text has color #5E5465 on white background.


Black color preview on #5E5465 background

This text has black color on #5E5465 background.


White color preview on #5E5465 background

This text has white color on #5E5465 background.


Related colors

Complementary color

Complementary color for #hex is #A1AB9A.


I love getcolorcode.com

Triadic colors

1 #655E54 and #54655E with #5E5465 are triadic colors.

2 #65545E and #545E65 with #5E5465 are triadic colors.