COLOR #57577E

HEX: #57577E
RGB: (87,87,126)

Color info

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

RGB color model

#57577E color RGB value is (87,87,126).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 126 of 255 = 49%

87
87
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 126 = 300 (100%)
R 87 of 300 ~ 29%
G 87 of 300 ~ 29%
B 126 of 300 ~ 42%

%29
%29
%42

CMYK color model

#57577E color CMYK value is (31,31,0,51).

  • cyan value is 30.95%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(31,31,0,51)
C31M31Y0K51 
(31%,31%,0%,51%)
(0.31/0.31/0.00/0.51)	

CMYK percentages

%30.95
%30.95
%0
%50.59

Codes

Color #57577E in popluar color models

57577E
RGB8787126
HSL240°18.31%41.76%
HSB/HSV240°30.95%49.41%
CMYK30.95%30.95%0.00%
50.59%

Color #57577E in popluar number systems.

HEX57577E
Decimal8787126
Binary101011110101111111110
Octal127127176

Shades and tints

Shades of #57577E

#57577E
(87,87,126)
#505073
(80,80,115)
#494968
(73,73,104)
#42425D
(66,66,93)
#3B3B52
(59,59,82)
#343447
(52,52,71)
#2D2D3C
(45,45,60)
#262631
(38,38,49)
#1F1F26
(31,31,38)
#18181B
(24,24,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #57577E

#57577E
(87,87,126)
#666689
(102,102,137)
#757594
(117,117,148)
#84849F
(132,132,159)
#9393AA
(147,147,170)
#A2A2B5
(162,162,181)
#B1B1C0
(177,177,192)
#C0C0CB
(192,192,203)
#CFCFD6
(207,207,214)
#DEDEE1
(222,222,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57577E; }

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

This text font color is #57577E.


Background Color

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

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

This div background color is #57577E.


Border color

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

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

This div border color is #57577E.


Opacity

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

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

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

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

This text has shadow with #57577E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57577E on black background.


Color preview on white background

This text has color #57577E on white background.



Black color preview on #57577E background

This text has black color on #57577E background.


White color preview on #57577E background

This text has white color on #57577E background.