COLOR #57577F

HEX: #57577F
RGB: (87,87,127)

Color info

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

RGB color model

#57577F color RGB value is (87,87,127).

  • red value is 87;
  • green value is 87;
  • blue value is 127.
RGB:
(87,87,127)
(34%,34%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 127 of 255 = 50%

87
87
127

R + G + B ~ 39%. #57577F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 127 = 301 (100%)
R 87 of 301 ~ 28.9%
G 87 of 301 ~ 28.9%
B 127 of 301 ~ 42.19%

%28.9
%28.9
%42.19

CMYK color model

#57577F color CMYK value is (31,31,0,50).

  • cyan value is 31.50%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,31,0,50)
C31M31Y0K50 
(31%,31%,0%,50%)
(0.31/0.31/0.00/0.50)	

CMYK percentages

%31.5
%31.5
%0
%50.2

Codes

Color #57577F in popluar color models

57577F
RGB8787127
HSL240°18.69%41.96%
HSB/HSV240°31.50%49.80%
CMYK31.50%31.50%0.00%
50.20%

Color #57577F in popluar number systems.

HEX57577F
Decimal8787127
Binary101011110101111111111
Octal127127177

Shades and tints

Shades of #57577F

#57577F
(87,87,127)
#505074
(80,80,116)
#494969
(73,73,105)
#42425E
(66,66,94)
#3B3B53
(59,59,83)
#343448
(52,52,72)
#2D2D3D
(45,45,61)
#262632
(38,38,50)
#1F1F27
(31,31,39)
#18181C
(24,24,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #57577F

#57577F
(87,87,127)
#66668A
(102,102,138)
#757595
(117,117,149)
#8484A0
(132,132,160)
#9393AB
(147,147,171)
#A2A2B6
(162,162,182)
#B1B1C1
(177,177,193)
#C0C0CC
(192,192,204)
#CFCFD7
(207,207,215)
#DEDEE2
(222,222,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57577F color. Also use rgb(87,87,127) instead hex code.

Text Font Color

.myTextColor { color: #57577F; }

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

This text font color is #57577F.


Background Color

.myBgColor { background-color: #57577F; }

<div style="background-color:#57577F">Inner text</div>

This div background color is #57577F.


Border color

.myBorderColor { border: 1px solid #57577F; }

<div style="border:3px solid #57577F">Div</div>

This div border color is #57577F.


Opacity

.myOpacity80 { color: #57577F; opacity: 0.8; }

<p style="color:#57577F;opacity:0.8;">80%</p>

Text with #57577F 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 #57577F;}

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

This text has shadow with #57577F color.

.textShadow {text-shadow: 3px 3px 1px #57577F, 3px 3px 1px red;}

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

This text has shadow with #57577F primary color and red secondary color.


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

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

This text has shadow with #57577F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57577F on black background.


Color preview on white background

This text has color #57577F on white background.



Black color preview on #57577F background

This text has black color on #57577F background.


White color preview on #57577F background

This text has white color on #57577F background.