COLOR #575D6E

HEX: #575D6E RGB: (87,93,110)

Color info

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

RGB color model

#575D6E color RGB value is (87,93,110).

RGB: (87,93,110) (34%, 36%, 43%)

RGB channels and saturation

R 87 of 255 = 34%
G 93 of 255 = 36%
B 110 of 255 = 43%

87
93
110

R + G + B ~ 38%. #575D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 93 + 110 = 290 (100%)
R 87 of 290 ~ 30%
G 93 of 290 ~ 32.07%
B 110 of 290 ~ 37.93'%

%30
%32.07
%37.93

CMYK color model

#575D6E color CMYK value is (21,15,0,57).

  • cyan value is 20.91%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (21,15,0,57)
C21M15Y0K57 (21%, 15%, 0%, 57%)
(0.21 / 0.15 / 0.00 / 0.57)

CMYK percentages

%20.91
%15.45
%0
%56.86

Codes

Color #575D6E in popluar color models

57 5D 6E
RGB 87 93 110
HSL 224° 11.68% 38.63%
HSB/HSV 224° 20.91% 43.14%
CMYK 20.91% 15.45% 0.00%
56.86%

Color #575D6E in popluar number systems.

HEX 57 5D 6E
Decimal 87 93 110
Binary 1010111 1011101 1101110
Octal 127 135 156

Shades and tints

Shades of #575D6E

#575D6E
(87,93,110)
#505564
(80,85,100)
#494D5A
(73,77,90)
#424550
(66,69,80)
#3B3D46
(59,61,70)
#34353C
(52,53,60)
#2D2D32
(45,45,50)
#262528
(38,37,40)
#1F1D1E
(31,29,30)
#181514
(24,21,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #575D6E

#575D6E
(87,93,110)
#666B7B
(102,107,123)
#757988
(117,121,136)
#848795
(132,135,149)
#9395A2
(147,149,162)
#A2A3AF
(162,163,175)
#B1B1BC
(177,177,188)
#C0BFC9
(192,191,201)
#CFCDD6
(207,205,214)
#DEDBE3
(222,219,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D6E color. Also use rgb(87,93,110) instead hex code.

Text Font Color

.myTextColor { color: #575D6E; }

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

This text font color is #575D6E.

Background Color

.myBgColor { background-color: #575D6E; }

<div style="background-color:#575D6E">Inner text</div>

This div background color is #575D6E.

Border color

.myBorderColor { border: 1px solid #575D6E; }

<div style="border:3px solid #575D6E">Div</div>

This div border color is #575D6E.

Opacity

.myOpacity80 { color: #575D6E; opacity: 0.8; }

<p style="color:#575D6E;opacity:0.8;">80%</p>

Text with #575D6E 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 #575D6E;}

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

This text has shadow with #575D6E color.


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

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

This text has shadow with #575D6E primary color and red secondary color.


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

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

This text has shadow with #575D6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #575D6E.

Preview

Color preview on black background

This text has color #575D6E on black background.


Color preview on white background

This text has color #575D6E on white background.


Black color preview on #575D6E background

This text has black color on #575D6E background.


White color preview on #575D6E background

This text has white color on #575D6E background.


Related colors

Complementary color

Complementary color for #hex is #A8A291.


I love getcolorcode.com

Triadic colors

1 #6E575D and #5D6E57 with #575D6E are triadic colors.

2 #6E5D57 and #5D576E with #575D6E are triadic colors.