COLOR #57587B

HEX: #57587B
RGB: (87,88,123)

Color info

#57587B contains red, green and blue colors in about the same proportion. Web safe color of #57587B is #666666 (or #666).

RGB color model

#57587B color RGB value is (87,88,123).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 123 of 255 = 48%

87
88
123

R + G + B ~ 39%. #57587B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 123 = 298 (100%)
R 87 of 298 ~ 29.19%
G 88 of 298 ~ 29.53%
B 123 of 298 ~ 41.28%

%29.19
%29.53
%41.28

CMYK color model

#57587B color CMYK value is (29,28,0,52).

  • cyan value is 29.27%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(29,28,0,52)
C29M28Y0K52 
(29%,28%,0%,52%)
(0.29/0.28/0.00/0.52)	

CMYK percentages

%29.27
%28.46
%0
%51.76

Codes

Color #57587B in popluar color models

57587B
RGB8788123
HSL238°17.14%41.18%
HSB/HSV238°29.27%48.24%
CMYK29.27%28.46%0.00%
51.76%

Color #57587B in popluar number systems.

HEX57587B
Decimal8788123
Binary101011110110001111011
Octal127130173

Shades and tints

Shades of #57587B

#57587B
(87,88,123)
#505070
(80,80,112)
#494865
(73,72,101)
#42405A
(66,64,90)
#3B384F
(59,56,79)
#343044
(52,48,68)
#2D2839
(45,40,57)
#26202E
(38,32,46)
#1F1823
(31,24,35)
#181018
(24,16,24)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #57587B

#57587B
(87,88,123)
#666787
(102,103,135)
#757693
(117,118,147)
#84859F
(132,133,159)
#9394AB
(147,148,171)
#A2A3B7
(162,163,183)
#B1B2C3
(177,178,195)
#C0C1CF
(192,193,207)
#CFD0DB
(207,208,219)
#DEDFE7
(222,223,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57587B color. Also use rgb(87,88,123) instead hex code.

Text Font Color

.myTextColor { color: #57587B; }

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

This text font color is #57587B.


Background Color

.myBgColor { background-color: #57587B; }

<div style="background-color:#57587B">Inner text</div>

This div background color is #57587B.


Border color

.myBorderColor { border: 1px solid #57587B; }

<div style="border:3px solid #57587B">Div</div>

This div border color is #57587B.


Opacity

.myOpacity80 { color: #57587B; opacity: 0.8; }

<p style="color:#57587B;opacity:0.8;">80%</p>

Text with #57587B 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 #57587B;}

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

This text has shadow with #57587B color.

.textShadow {text-shadow: 3px 3px 1px #57587B, 3px 3px 1px red;}

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

This text has shadow with #57587B primary color and red secondary color.


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

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

This text has shadow with #57587B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57587B on black background.


Color preview on white background

This text has color #57587B on white background.



Black color preview on #57587B background

This text has black color on #57587B background.


White color preview on #57587B background

This text has white color on #57587B background.