COLOR #5D6577

HEX: #5D6577
RGB: (93,101,119)

Color info

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

RGB color model

#5D6577 color RGB value is (93,101,119).

  • red value is 93;
  • green value is 101;
  • blue value is 119.
RGB:
(93,101,119)
(36%,40%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 119 of 255 = 47%

93
101
119

R + G + B ~ 41%. #5D6577 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 119 = 313 (100%)
R 93 of 313 ~ 29.71%
G 101 of 313 ~ 32.27%
B 119 of 313 ~ 38.02%

%29.71
%32.27
%38.02

CMYK color model

#5D6577 color CMYK value is (22,15,0,53).

  • cyan value is 21.85%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(22,15,0,53)
C22M15Y0K53 
(22%,15%,0%,53%)
(0.22/0.15/0.00/0.53)	

CMYK percentages

%21.85
%15.13
%0
%53.33

Codes

Color #5D6577 in popluar color models

5D6577
RGB93101119
HSL222°12.26%41.57%
HSB/HSV222°21.85%46.67%
CMYK21.85%15.13%0.00%
53.33%

Color #5D6577 in popluar number systems.

HEX5D6577
Decimal93101119
Binary101110111001011110111
Octal135145167

Shades and tints

Shades of #5D6577

#5D6577
(93,101,119)
#555C6D
(85,92,109)
#4D5363
(77,83,99)
#454A59
(69,74,89)
#3D414F
(61,65,79)
#353845
(53,56,69)
#2D2F3B
(45,47,59)
#252631
(37,38,49)
#1D1D27
(29,29,39)
#15141D
(21,20,29)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #5D6577

#5D6577
(93,101,119)
#6B7383
(107,115,131)
#79818F
(121,129,143)
#878F9B
(135,143,155)
#959DA7
(149,157,167)
#A3ABB3
(163,171,179)
#B1B9BF
(177,185,191)
#BFC7CB
(191,199,203)
#CDD5D7
(205,213,215)
#DBE3E3
(219,227,227)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6577 color. Also use rgb(93,101,119) instead hex code.

Text Font Color

.myTextColor { color: #5D6577; }

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

This text font color is #5D6577.


Background Color

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

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

This div background color is #5D6577.


Border color

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

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

This div border color is #5D6577.


Opacity

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

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

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

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

This text has shadow with #5D6577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6577 on black background.


Color preview on white background

This text has color #5D6577 on white background.



Black color preview on #5D6577 background

This text has black color on #5D6577 background.


White color preview on #5D6577 background

This text has white color on #5D6577 background.