COLOR #575D8B

HEX: #575D8B
RGB: (87,93,139)

Color info

#575D8B contains red, green and blue colors in about the same proportion. Web safe color of #575D8B is #666699 (or #669).

RGB color model

#575D8B color RGB value is (87,93,139).

  • red value is 87;
  • green value is 93;
  • blue value is 139.
RGB:
(87,93,139)
(34%,36%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 93 of 255 = 36%
B 139 of 255 = 55%

87
93
139

R + G + B ~ 42%. #575D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 93 + 139 = 319 (100%)
R 87 of 319 ~ 27.27%
G 93 of 319 ~ 29.15%
B 139 of 319 ~ 43.57%

%27.27
%29.15
%43.57

CMYK color model

#575D8B color CMYK value is (37,33,0,45).

  • cyan value is 37.41%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,33,0,45)
C37M33Y0K45 
(37%,33%,0%,45%)
(0.37/0.33/0.00/0.45)	

CMYK percentages

%37.41
%33.09
%0
%45.49

Codes

Color #575D8B in popluar color models

575D8B
RGB8793139
HSL233°23.01%44.31%
HSB/HSV233°37.41%54.51%
CMYK37.41%33.09%0.00%
45.49%

Color #575D8B in popluar number systems.

HEX575D8B
Decimal8793139
Binary1010111101110110001011
Octal127135213

Shades and tints

Shades of #575D8B

#575D8B
(87,93,139)
#50557F
(80,85,127)
#494D73
(73,77,115)
#424567
(66,69,103)
#3B3D5B
(59,61,91)
#34354F
(52,53,79)
#2D2D43
(45,45,67)
#262537
(38,37,55)
#1F1D2B
(31,29,43)
#18151F
(24,21,31)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #575D8B

#575D8B
(87,93,139)
#666B95
(102,107,149)
#75799F
(117,121,159)
#8487A9
(132,135,169)
#9395B3
(147,149,179)
#A2A3BD
(162,163,189)
#B1B1C7
(177,177,199)
#C0BFD1
(192,191,209)
#CFCDDB
(207,205,219)
#DEDBE5
(222,219,229)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575D8B color. Also use rgb(87,93,139) instead hex code.

Text Font Color

.myTextColor { color: #575D8B; }

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

This text font color is #575D8B.


Background Color

.myBgColor { background-color: #575D8B; }

<div style="background-color:#575D8B">Inner text</div>

This div background color is #575D8B.


Border color

.myBorderColor { border: 1px solid #575D8B; }

<div style="border:3px solid #575D8B">Div</div>

This div border color is #575D8B.


Opacity

.myOpacity80 { color: #575D8B; opacity: 0.8; }

<p style="color:#575D8B;opacity:0.8;">80%</p>

Text with #575D8B 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 #575D8B;}

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

This text has shadow with #575D8B color.

.textShadow {text-shadow: 3px 3px 1px #575D8B, 3px 3px 1px red;}

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

This text has shadow with #575D8B primary color and red secondary color.


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

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

This text has shadow with #575D8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575D8B on black background.


Color preview on white background

This text has color #575D8B on white background.



Black color preview on #575D8B background

This text has black color on #575D8B background.


White color preview on #575D8B background

This text has white color on #575D8B background.