COLOR #57588E

HEX: #57588E
RGB: (87,88,142)

Color info

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

RGB color model

#57588E color RGB value is (87,88,142).

  • red value is 87;
  • green value is 88;
  • blue value is 142.
RGB:
(87,88,142)
(34%,35%,56%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 142 of 255 = 56%

87
88
142

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 142 = 317 (100%)
R 87 of 317 ~ 27.44%
G 88 of 317 ~ 27.76%
B 142 of 317 ~ 44.79%

%27.44
%27.76
%44.79

CMYK color model

#57588E color CMYK value is (39,38,0,44).

  • cyan value is 38.73%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,38,0,44)
C39M38Y0K44 
(39%,38%,0%,44%)
(0.39/0.38/0.00/0.44)	

CMYK percentages

%38.73
%38.03
%0
%44.31

Codes

Color #57588E in popluar color models

57588E
RGB8788142
HSL239°24.02%44.90%
HSB/HSV239°38.73%55.69%
CMYK38.73%38.03%0.00%
44.31%

Color #57588E in popluar number systems.

HEX57588E
Decimal8788142
Binary1010111101100010001110
Octal127130216

Shades and tints

Shades of #57588E

#57588E
(87,88,142)
#505082
(80,80,130)
#494876
(73,72,118)
#42406A
(66,64,106)
#3B385E
(59,56,94)
#343052
(52,48,82)
#2D2846
(45,40,70)
#26203A
(38,32,58)
#1F182E
(31,24,46)
#181022
(24,16,34)
#110816
(17,8,22)
#000000
(0,0,0)

Tints of #57588E

#57588E
(87,88,142)
#666798
(102,103,152)
#7576A2
(117,118,162)
#8485AC
(132,133,172)
#9394B6
(147,148,182)
#A2A3C0
(162,163,192)
#B1B2CA
(177,178,202)
#C0C1D4
(192,193,212)
#CFD0DE
(207,208,222)
#DEDFE8
(222,223,232)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57588E; }

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

This text font color is #57588E.


Background Color

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

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

This div background color is #57588E.


Border color

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

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

This div border color is #57588E.


Opacity

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

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

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

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

This text has shadow with #57588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57588E on black background.


Color preview on white background

This text has color #57588E on white background.



Black color preview on #57588E background

This text has black color on #57588E background.


White color preview on #57588E background

This text has white color on #57588E background.