COLOR #57537B

HEX: #57537B
RGB: (87,83,123)

Color info

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

RGB color model

#57537B color RGB value is (87,83,123).

  • red value is 87;
  • green value is 83;
  • blue value is 123.
RGB:
(87,83,123)
(34%,33%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 123 of 255 = 48%

87
83
123

R + G + B ~ 38%. #57537B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 123 = 293 (100%)
R 87 of 293 ~ 29.69%
G 83 of 293 ~ 28.33%
B 123 of 293 ~ 41.98%

%29.69
%28.33
%41.98

CMYK color model

#57537B color CMYK value is (29,33,0,52).

  • cyan value is 29.27%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(29,33,0,52)
C29M33Y0K52 
(29%,33%,0%,52%)
(0.29/0.33/0.00/0.52)	

CMYK percentages

%29.27
%32.52
%0
%51.76

Codes

Color #57537B in popluar color models

57537B
RGB8783123
HSL246°19.42%40.39%
HSB/HSV246°32.52%48.24%
CMYK29.27%32.52%0.00%
51.76%

Color #57537B in popluar number systems.

HEX57537B
Decimal8783123
Binary101011110100111111011
Octal127123173

Shades and tints

Shades of #57537B

#57537B
(87,83,123)
#504C70
(80,76,112)
#494565
(73,69,101)
#423E5A
(66,62,90)
#3B374F
(59,55,79)
#343044
(52,48,68)
#2D2939
(45,41,57)
#26222E
(38,34,46)
#1F1B23
(31,27,35)
#181418
(24,20,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #57537B

#57537B
(87,83,123)
#666287
(102,98,135)
#757193
(117,113,147)
#84809F
(132,128,159)
#938FAB
(147,143,171)
#A29EB7
(162,158,183)
#B1ADC3
(177,173,195)
#C0BCCF
(192,188,207)
#CFCBDB
(207,203,219)
#DEDAE7
(222,218,231)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57537B color. Also use rgb(87,83,123) instead hex code.

Text Font Color

.myTextColor { color: #57537B; }

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

This text font color is #57537B.


Background Color

.myBgColor { background-color: #57537B; }

<div style="background-color:#57537B">Inner text</div>

This div background color is #57537B.


Border color

.myBorderColor { border: 1px solid #57537B; }

<div style="border:3px solid #57537B">Div</div>

This div border color is #57537B.


Opacity

.myOpacity80 { color: #57537B; opacity: 0.8; }

<p style="color:#57537B;opacity:0.8;">80%</p>

Text with #57537B 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 #57537B;}

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

This text has shadow with #57537B color.

.textShadow {text-shadow: 3px 3px 1px #57537B, 3px 3px 1px red;}

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

This text has shadow with #57537B primary color and red secondary color.


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

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

This text has shadow with #57537B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57537B on black background.


Color preview on white background

This text has color #57537B on white background.



Black color preview on #57537B background

This text has black color on #57537B background.


White color preview on #57537B background

This text has white color on #57537B background.