COLOR #57508E

HEX: #57508E
RGB: (87,80,142)

Color info

#57508E contains mainly red and blue colors. Web safe color of #57508E is #666699 (or #669).

RGB color model

#57508E color RGB value is (87,80,142).

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

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 142 of 255 = 56%

87
80
142

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

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 142 = 309 (100%)
R 87 of 309 ~ 28.16%
G 80 of 309 ~ 25.89%
B 142 of 309 ~ 45.95%

%28.16
%25.89
%45.95

CMYK color model

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

  • cyan value is 38.73%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,44,0,44)
C39M44Y0K44 
(39%,44%,0%,44%)
(0.39/0.44/0.00/0.44)	

CMYK percentages

%38.73
%43.66
%0
%44.31

Codes

Color #57508E in popluar color models

57508E
RGB8780142
HSL247°27.93%43.53%
HSB/HSV247°43.66%55.69%
CMYK38.73%43.66%0.00%
44.31%

Color #57508E in popluar number systems.

HEX57508E
Decimal8780142
Binary1010111101000010001110
Octal127120216

Shades and tints

Shades of #57508E

#57508E
(87,80,142)
#504982
(80,73,130)
#494276
(73,66,118)
#423B6A
(66,59,106)
#3B345E
(59,52,94)
#342D52
(52,45,82)
#2D2646
(45,38,70)
#261F3A
(38,31,58)
#1F182E
(31,24,46)
#181122
(24,17,34)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #57508E

#57508E
(87,80,142)
#665F98
(102,95,152)
#756EA2
(117,110,162)
#847DAC
(132,125,172)
#938CB6
(147,140,182)
#A29BC0
(162,155,192)
#B1AACA
(177,170,202)
#C0B9D4
(192,185,212)
#CFC8DE
(207,200,222)
#DED7E8
(222,215,232)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57508E; }

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

This text font color is #57508E.


Background Color

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

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

This div background color is #57508E.


Border color

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

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

This div border color is #57508E.


Opacity

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

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

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

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

This text has shadow with #57508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57508E on black background.


Color preview on white background

This text has color #57508E on white background.



Black color preview on #57508E background

This text has black color on #57508E background.


White color preview on #57508E background

This text has white color on #57508E background.