COLOR #5E5A6A

HEX: #5E5A6A RGB: (94,90,106)

Color info

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

RGB color model

#5E5A6A color RGB value is (94,90,106).

RGB: (94,90,106) (37%, 35%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 106 of 255 = 42%

94
90
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 90 + 106 = 290 (100%)
R 94 of 290 ~ 32.41%
G 90 of 290 ~ 31.03%
B 106 of 290 ~ 36.55'%

%32.41
%31.03
%36.55

CMYK color model

#5E5A6A color CMYK value is (11,15,0,58).

  • cyan value is 11.32%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (11,15,0,58)
C11M15Y0K58 (11%, 15%, 0%, 58%)
(0.11 / 0.15 / 0.00 / 0.58)

CMYK percentages

%11.32
%15.09
%0
%58.43

Codes

Color #5E5A6A in popluar color models

5E 5A 6A
RGB 94 90 106
HSL 255° 8.16% 38.43%
HSB/HSV 255° 15.09% 41.57%
CMYK 11.32% 15.09% 0.00%
58.43%

Color #5E5A6A in popluar number systems.

HEX 5E 5A 6A
Decimal 94 90 106
Binary 1011110 1011010 1101010
Octal 136 132 152

Shades and tints

Shades of #5E5A6A

#5E5A6A
(94,90,106)
#565261
(86,82,97)
#4E4A58
(78,74,88)
#46424F
(70,66,79)
#3E3A46
(62,58,70)
#36323D
(54,50,61)
#2E2A34
(46,42,52)
#26222B
(38,34,43)
#1E1A22
(30,26,34)
#161219
(22,18,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #5E5A6A

#5E5A6A
(94,90,106)
#6C6977
(108,105,119)
#7A7884
(122,120,132)
#888791
(136,135,145)
#96969E
(150,150,158)
#A4A5AB
(164,165,171)
#B2B4B8
(178,180,184)
#C0C3C5
(192,195,197)
#CED2D2
(206,210,210)
#DCE1DF
(220,225,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A6A color. Also use rgb(94,90,106) instead hex code.

Text Font Color

.myTextColor { color: #5E5A6A; }

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

This text font color is #5E5A6A.

Background Color

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

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

This div background color is #5E5A6A.

Border color

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

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

This div border color is #5E5A6A.

Opacity

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

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

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

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

This text has shadow with #5E5A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5A6A.

Preview

Color preview on black background

This text has color #5E5A6A on black background.


Color preview on white background

This text has color #5E5A6A on white background.


Black color preview on #5E5A6A background

This text has black color on #5E5A6A background.


White color preview on #5E5A6A background

This text has white color on #5E5A6A background.


Related colors

Complementary color

Complementary color for #hex is #A1A595.


I love getcolorcode.com

Triadic colors

1 #6A5E5A and #5A6A5E with #5E5A6A are triadic colors.

2 #6A5A5E and #5A5E6A with #5E5A6A are triadic colors.