COLOR #57565A

HEX: #57565A
RGB: (87,86,90)

Color info

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

RGB color model

#57565A color RGB value is (87,86,90).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 90 of 255 = 35%

87
86
90

R + G + B ~ 34%. #57565A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 90 = 263 (100%)
R 87 of 263 ~ 33.08%
G 86 of 263 ~ 32.7%
B 90 of 263 ~ 34.22%

%33.08
%32.7
%34.22

CMYK color model

#57565A color CMYK value is (3,4,0,65).

  • cyan value is 3.33%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(3,4,0,65)
C3M4Y0K65 
(3%,4%,0%,65%)
(0.03/0.04/0.00/0.65)	

CMYK percentages

%3.33
%4.44
%0
%64.71

Codes

Color #57565A in popluar color models

57565A
RGB878690
HSL255°2.27%34.51%
HSB/HSV255°4.44%35.29%
CMYK3.33%4.44%0.00%
64.71%

Color #57565A in popluar number systems.

HEX57565A
Decimal878690
Binary101011110101101011010
Octal127126132

Shades and tints

Shades of #57565A

#57565A
(87,86,90)
#504F52
(80,79,82)
#49484A
(73,72,74)
#424142
(66,65,66)
#3B3A3A
(59,58,58)
#343332
(52,51,50)
#2D2C2A
(45,44,42)
#262522
(38,37,34)
#1F1E1A
(31,30,26)
#181712
(24,23,18)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #57565A

#57565A
(87,86,90)
#666569
(102,101,105)
#757478
(117,116,120)
#848387
(132,131,135)
#939296
(147,146,150)
#A2A1A5
(162,161,165)
#B1B0B4
(177,176,180)
#C0BFC3
(192,191,195)
#CFCED2
(207,206,210)
#DEDDE1
(222,221,225)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57565A color. Also use rgb(87,86,90) instead hex code.

Text Font Color

.myTextColor { color: #57565A; }

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

This text font color is #57565A.


Background Color

.myBgColor { background-color: #57565A; }

<div style="background-color:#57565A">Inner text</div>

This div background color is #57565A.


Border color

.myBorderColor { border: 1px solid #57565A; }

<div style="border:3px solid #57565A">Div</div>

This div border color is #57565A.


Opacity

.myOpacity80 { color: #57565A; opacity: 0.8; }

<p style="color:#57565A;opacity:0.8;">80%</p>

Text with #57565A 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 #57565A;}

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

This text has shadow with #57565A color.

.textShadow {text-shadow: 3px 3px 1px #57565A, 3px 3px 1px red;}

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

This text has shadow with #57565A primary color and red secondary color.


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

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

This text has shadow with #57565A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57565A on black background.


Color preview on white background

This text has color #57565A on white background.



Black color preview on #57565A background

This text has black color on #57565A background.


White color preview on #57565A background

This text has white color on #57565A background.