COLOR #57547E

HEX: #57547E
RGB: (87,84,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
84
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 126 = 297 (100%)
R 87 of 297 ~ 29.29%
G 84 of 297 ~ 28.28%
B 126 of 297 ~ 42.42%

%29.29
%28.28
%42.42

CMYK color model

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

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

CMYK percentages

%30.95
%33.33
%0
%50.59

Codes

Color #57547E in popluar color models

57547E
RGB8784126
HSL244°20.00%41.18%
HSB/HSV244°33.33%49.41%
CMYK30.95%33.33%0.00%
50.59%

Color #57547E in popluar number systems.

HEX57547E
Decimal8784126
Binary101011110101001111110
Octal127124176

Shades and tints

Shades of #57547E

#57547E
(87,84,126)
#504D73
(80,77,115)
#494668
(73,70,104)
#423F5D
(66,63,93)
#3B3852
(59,56,82)
#343147
(52,49,71)
#2D2A3C
(45,42,60)
#262331
(38,35,49)
#1F1C26
(31,28,38)
#18151B
(24,21,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #57547E

#57547E
(87,84,126)
#666389
(102,99,137)
#757294
(117,114,148)
#84819F
(132,129,159)
#9390AA
(147,144,170)
#A29FB5
(162,159,181)
#B1AEC0
(177,174,192)
#C0BDCB
(192,189,203)
#CFCCD6
(207,204,214)
#DEDBE1
(222,219,225)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57547E; }

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

This text font color is #57547E.


Background Color

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

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

This div background color is #57547E.


Border color

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

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

This div border color is #57547E.


Opacity

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

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

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

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

This text has shadow with #57547E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57547E on black background.


Color preview on white background

This text has color #57547E on white background.



Black color preview on #57547E background

This text has black color on #57547E background.


White color preview on #57547E background

This text has white color on #57547E background.