COLOR #57578A

HEX: #57578A
RGB: (87,87,138)

Color info

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

RGB color model

#57578A color RGB value is (87,87,138).

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

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 138 of 255 = 54%

87
87
138

R + G + B ~ 41%. #57578A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 138 = 312 (100%)
R 87 of 312 ~ 27.88%
G 87 of 312 ~ 27.88%
B 138 of 312 ~ 44.23%

%27.88
%27.88
%44.23

CMYK color model

#57578A color CMYK value is (37,37,0,46).

  • cyan value is 36.96%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(37,37,0,46)
C37M37Y0K46 
(37%,37%,0%,46%)
(0.37/0.37/0.00/0.46)	

CMYK percentages

%36.96
%36.96
%0
%45.88

Codes

Color #57578A in popluar color models

57578A
RGB8787138
HSL240°22.67%44.12%
HSB/HSV240°36.96%54.12%
CMYK36.96%36.96%0.00%
45.88%

Color #57578A in popluar number systems.

HEX57578A
Decimal8787138
Binary1010111101011110001010
Octal127127212

Shades and tints

Shades of #57578A

#57578A
(87,87,138)
#50507E
(80,80,126)
#494972
(73,73,114)
#424266
(66,66,102)
#3B3B5A
(59,59,90)
#34344E
(52,52,78)
#2D2D42
(45,45,66)
#262636
(38,38,54)
#1F1F2A
(31,31,42)
#18181E
(24,24,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #57578A

#57578A
(87,87,138)
#666694
(102,102,148)
#75759E
(117,117,158)
#8484A8
(132,132,168)
#9393B2
(147,147,178)
#A2A2BC
(162,162,188)
#B1B1C6
(177,177,198)
#C0C0D0
(192,192,208)
#CFCFDA
(207,207,218)
#DEDEE4
(222,222,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57578A color. Also use rgb(87,87,138) instead hex code.

Text Font Color

.myTextColor { color: #57578A; }

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

This text font color is #57578A.


Background Color

.myBgColor { background-color: #57578A; }

<div style="background-color:#57578A">Inner text</div>

This div background color is #57578A.


Border color

.myBorderColor { border: 1px solid #57578A; }

<div style="border:3px solid #57578A">Div</div>

This div border color is #57578A.


Opacity

.myOpacity80 { color: #57578A; opacity: 0.8; }

<p style="color:#57578A;opacity:0.8;">80%</p>

Text with #57578A 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 #57578A;}

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

This text has shadow with #57578A color.

.textShadow {text-shadow: 3px 3px 1px #57578A, 3px 3px 1px red;}

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

This text has shadow with #57578A primary color and red secondary color.


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

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

This text has shadow with #57578A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57578A on black background.


Color preview on white background

This text has color #57578A on white background.



Black color preview on #57578A background

This text has black color on #57578A background.


White color preview on #57578A background

This text has white color on #57578A background.