COLOR #57566C

HEX: #57566C
RGB: (87,86,108)

Color info

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

RGB color model

#57566C color RGB value is (87,86,108).

  • red value is 87;
  • green value is 86;
  • blue value is 108.
RGB:
(87,86,108)
(34%,34%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 108 of 255 = 42%

87
86
108

R + G + B ~ 37%. #57566C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 108 = 281 (100%)
R 87 of 281 ~ 30.96%
G 86 of 281 ~ 30.6%
B 108 of 281 ~ 38.43%

%30.96
%30.6
%38.43

CMYK color model

#57566C color CMYK value is (19,20,0,58).

  • cyan value is 19.44%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(19,20,0,58)
C19M20Y0K58 
(19%,20%,0%,58%)
(0.19/0.20/0.00/0.58)	

CMYK percentages

%19.44
%20.37
%0
%57.65

Codes

Color #57566C in popluar color models

57566C
RGB8786108
HSL243°11.34%38.04%
HSB/HSV243°20.37%42.35%
CMYK19.44%20.37%0.00%
57.65%

Color #57566C in popluar number systems.

HEX57566C
Decimal8786108
Binary101011110101101101100
Octal127126154

Shades and tints

Shades of #57566C

#57566C
(87,86,108)
#504F63
(80,79,99)
#49485A
(73,72,90)
#424151
(66,65,81)
#3B3A48
(59,58,72)
#34333F
(52,51,63)
#2D2C36
(45,44,54)
#26252D
(38,37,45)
#1F1E24
(31,30,36)
#18171B
(24,23,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #57566C

#57566C
(87,86,108)
#666579
(102,101,121)
#757486
(117,116,134)
#848393
(132,131,147)
#9392A0
(147,146,160)
#A2A1AD
(162,161,173)
#B1B0BA
(177,176,186)
#C0BFC7
(192,191,199)
#CFCED4
(207,206,212)
#DEDDE1
(222,221,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57566C color. Also use rgb(87,86,108) instead hex code.

Text Font Color

.myTextColor { color: #57566C; }

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

This text font color is #57566C.


Background Color

.myBgColor { background-color: #57566C; }

<div style="background-color:#57566C">Inner text</div>

This div background color is #57566C.


Border color

.myBorderColor { border: 1px solid #57566C; }

<div style="border:3px solid #57566C">Div</div>

This div border color is #57566C.


Opacity

.myOpacity80 { color: #57566C; opacity: 0.8; }

<p style="color:#57566C;opacity:0.8;">80%</p>

Text with #57566C 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 #57566C;}

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

This text has shadow with #57566C color.

.textShadow {text-shadow: 3px 3px 1px #57566C, 3px 3px 1px red;}

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

This text has shadow with #57566C primary color and red secondary color.


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

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

This text has shadow with #57566C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57566C on black background.


Color preview on white background

This text has color #57566C on white background.



Black color preview on #57566C background

This text has black color on #57566C background.


White color preview on #57566C background

This text has white color on #57566C background.