COLOR #57587C

HEX: #57587C
RGB: (87,88,124)

Color info

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

RGB color model

#57587C color RGB value is (87,88,124).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 124 of 255 = 49%

87
88
124

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 124 = 299 (100%)
R 87 of 299 ~ 29.1%
G 88 of 299 ~ 29.43%
B 124 of 299 ~ 41.47%

%29.1
%29.43
%41.47

CMYK color model

#57587C color CMYK value is (30,29,0,51).

  • cyan value is 29.84%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(30,29,0,51)
C30M29Y0K51 
(30%,29%,0%,51%)
(0.30/0.29/0.00/0.51)	

CMYK percentages

%29.84
%29.03
%0
%51.37

Codes

Color #57587C in popluar color models

57587C
RGB8788124
HSL238°17.54%41.37%
HSB/HSV238°29.84%48.63%
CMYK29.84%29.03%0.00%
51.37%

Color #57587C in popluar number systems.

HEX57587C
Decimal8788124
Binary101011110110001111100
Octal127130174

Shades and tints

Shades of #57587C

#57587C
(87,88,124)
#505071
(80,80,113)
#494866
(73,72,102)
#42405B
(66,64,91)
#3B3850
(59,56,80)
#343045
(52,48,69)
#2D283A
(45,40,58)
#26202F
(38,32,47)
#1F1824
(31,24,36)
#181019
(24,16,25)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #57587C

#57587C
(87,88,124)
#666787
(102,103,135)
#757692
(117,118,146)
#84859D
(132,133,157)
#9394A8
(147,148,168)
#A2A3B3
(162,163,179)
#B1B2BE
(177,178,190)
#C0C1C9
(192,193,201)
#CFD0D4
(207,208,212)
#DEDFDF
(222,223,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57587C; }

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

This text font color is #57587C.


Background Color

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

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

This div background color is #57587C.


Border color

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

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

This div border color is #57587C.


Opacity

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

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

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

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

This text has shadow with #57587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57587C on black background.


Color preview on white background

This text has color #57587C on white background.



Black color preview on #57587C background

This text has black color on #57587C background.


White color preview on #57587C background

This text has white color on #57587C background.