COLOR #5E5669

HEX: #5E5669
RGB: (94,86,105)

Color info

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

RGB color model

#5E5669 color RGB value is (94,86,105).

  • red value is 94;
  • green value is 86;
  • blue value is 105.
RGB:
(94,86,105)
(37%,34%,41%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 105 of 255 = 41%

94
86
105

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 105 = 285 (100%)
R 94 of 285 ~ 32.98%
G 86 of 285 ~ 30.18%
B 105 of 285 ~ 36.84%

%32.98
%30.18
%36.84

CMYK color model

#5E5669 color CMYK value is (10,18,0,59).

  • cyan value is 10.48%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(10,18,0,59)
C10M18Y0K59 
(10%,18%,0%,59%)
(0.10/0.18/0.00/0.59)	

CMYK percentages

%10.48
%18.1
%0
%58.82

Codes

Color #5E5669 in popluar color models

5E5669
RGB9486105
HSL265°9.95%37.45%
HSB/HSV265°18.10%41.18%
CMYK10.48%18.10%0.00%
58.82%

Color #5E5669 in popluar number systems.

HEX5E5669
Decimal9486105
Binary101111010101101101001
Octal136126151

Shades and tints

Shades of #5E5669

#5E5669
(94,86,105)
#564F60
(86,79,96)
#4E4857
(78,72,87)
#46414E
(70,65,78)
#3E3A45
(62,58,69)
#36333C
(54,51,60)
#2E2C33
(46,44,51)
#26252A
(38,37,42)
#1E1E21
(30,30,33)
#161718
(22,23,24)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E5669

#5E5669
(94,86,105)
#6C6576
(108,101,118)
#7A7483
(122,116,131)
#888390
(136,131,144)
#96929D
(150,146,157)
#A4A1AA
(164,161,170)
#B2B0B7
(178,176,183)
#C0BFC4
(192,191,196)
#CECED1
(206,206,209)
#DCDDDE
(220,221,222)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5669 color. Also use rgb(94,86,105) instead hex code.

Text Font Color

.myTextColor { color: #5E5669; }

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

This text font color is #5E5669.


Background Color

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

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

This div background color is #5E5669.


Border color

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

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

This div border color is #5E5669.


Opacity

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

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

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

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

This text has shadow with #5E5669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5669 on black background.


Color preview on white background

This text has color #5E5669 on white background.



Black color preview on #5E5669 background

This text has black color on #5E5669 background.


White color preview on #5E5669 background

This text has white color on #5E5669 background.