COLOR #57487A

HEX: #57487A
RGB: (87,72,122)

Color info

#57487A contains red, green and blue colors in about the same proportion. Web safe color of #57487A is #663366 (or #636).

RGB color model

#57487A color RGB value is (87,72,122).

  • red value is 87;
  • green value is 72;
  • blue value is 122.
RGB:
(87,72,122)
(34%,28%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 122 of 255 = 48%

87
72
122

R + G + B ~ 37%. #57487A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 122 = 281 (100%)
R 87 of 281 ~ 30.96%
G 72 of 281 ~ 25.62%
B 122 of 281 ~ 43.42%

%30.96
%25.62
%43.42

CMYK color model

#57487A color CMYK value is (29,41,0,52).

  • cyan value is 28.69%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(29,41,0,52)
C29M41Y0K52 
(29%,41%,0%,52%)
(0.29/0.41/0.00/0.52)	

CMYK percentages

%28.69
%40.98
%0
%52.16

Codes

Color #57487A in popluar color models

57487A
RGB8772122
HSL258°25.77%38.04%
HSB/HSV258°40.98%47.84%
CMYK28.69%40.98%0.00%
52.16%

Color #57487A in popluar number systems.

HEX57487A
Decimal8772122
Binary101011110010001111010
Octal127110172

Shades and tints

Shades of #57487A

#57487A
(87,72,122)
#50426F
(80,66,111)
#493C64
(73,60,100)
#423659
(66,54,89)
#3B304E
(59,48,78)
#342A43
(52,42,67)
#2D2438
(45,36,56)
#261E2D
(38,30,45)
#1F1822
(31,24,34)
#181217
(24,18,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #57487A

#57487A
(87,72,122)
#665886
(102,88,134)
#756892
(117,104,146)
#84789E
(132,120,158)
#9388AA
(147,136,170)
#A298B6
(162,152,182)
#B1A8C2
(177,168,194)
#C0B8CE
(192,184,206)
#CFC8DA
(207,200,218)
#DED8E6
(222,216,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57487A; }

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

This text font color is #57487A.


Background Color

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

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

This div background color is #57487A.


Border color

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

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

This div border color is #57487A.


Opacity

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

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

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

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

This text has shadow with #57487A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57487A on black background.


Color preview on white background

This text has color #57487A on white background.



Black color preview on #57487A background

This text has black color on #57487A background.


White color preview on #57487A background

This text has white color on #57487A background.