COLOR #5E5766

HEX: #5E5766 RGB: (94,87,102)

Color info

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

RGB color model

#5E5766 color RGB value is (94,87,102).

RGB: (94,87,102) (37%, 34%, 40%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 102 of 255 = 40%

94
87
102

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

Portions of RGB colors in percentages

R + G + B = 94 + 87 + 102 = 283 (100%)
R 94 of 283 ~ 33.22%
G 87 of 283 ~ 30.74%
B 102 of 283 ~ 36.04'%

%33.22
%30.74
%36.04

CMYK color model

#5E5766 color CMYK value is (8,15,0,60).

  • cyan value is 7.84%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (8,15,0,60)
C8M15Y0K60 (8%, 15%, 0%, 60%)
(0.08 / 0.15 / 0.00 / 0.60)

CMYK percentages

%7.84
%14.71
%0
%60

Codes

Color #5E5766 in popluar color models

5E 57 66
RGB 94 87 102
HSL 268° 7.94% 37.06%
HSB/HSV 268° 14.71% 40.00%
CMYK 7.84% 14.71% 0.00%
60.00%

Color #5E5766 in popluar number systems.

HEX 5E 57 66
Decimal 94 87 102
Binary 1011110 1010111 1100110
Octal 136 127 146

Shades and tints

Shades of #5E5766

#5E5766
(94,87,102)
#56505D
(86,80,93)
#4E4954
(78,73,84)
#46424B
(70,66,75)
#3E3B42
(62,59,66)
#363439
(54,52,57)
#2E2D30
(46,45,48)
#262627
(38,38,39)
#1E1F1E
(30,31,30)
#161815
(22,24,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #5E5766

#5E5766
(94,87,102)
#6C6673
(108,102,115)
#7A7580
(122,117,128)
#88848D
(136,132,141)
#96939A
(150,147,154)
#A4A2A7
(164,162,167)
#B2B1B4
(178,177,180)
#C0C0C1
(192,192,193)
#CECFCE
(206,207,206)
#DCDEDB
(220,222,219)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5766 color. Also use rgb(94,87,102) instead hex code.

Text Font Color

.myTextColor { color: #5E5766; }

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

This text font color is #5E5766.

Background Color

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

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

This div background color is #5E5766.

Border color

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

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

This div border color is #5E5766.

Opacity

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

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

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

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

This text has shadow with #5E5766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5766.

Preview

Color preview on black background

This text has color #5E5766 on black background.


Color preview on white background

This text has color #5E5766 on white background.


Black color preview on #5E5766 background

This text has black color on #5E5766 background.


White color preview on #5E5766 background

This text has white color on #5E5766 background.


Related colors

Complementary color

Complementary color for #hex is #A1A899.


I love getcolorcode.com

Triadic colors

1 #665E57 and #57665E with #5E5766 are triadic colors.

2 #66575E and #575E66 with #5E5766 are triadic colors.