COLOR #57586F

HEX: #57586F
RGB: (87,88,111)

Color info

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

RGB color model

#57586F color RGB value is (87,88,111).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 111 of 255 = 44%

87
88
111

R + G + B ~ 38%. #57586F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 111 = 286 (100%)
R 87 of 286 ~ 30.42%
G 88 of 286 ~ 30.77%
B 111 of 286 ~ 38.81%

%30.42
%30.77
%38.81

CMYK color model

#57586F color CMYK value is (22,21,0,56).

  • cyan value is 21.62%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(22,21,0,56)
C22M21Y0K56 
(22%,21%,0%,56%)
(0.22/0.21/0.00/0.56)	

CMYK percentages

%21.62
%20.72
%0
%56.47

Codes

Color #57586F in popluar color models

57586F
RGB8788111
HSL238°12.12%38.82%
HSB/HSV238°21.62%43.53%
CMYK21.62%20.72%0.00%
56.47%

Color #57586F in popluar number systems.

HEX57586F
Decimal8788111
Binary101011110110001101111
Octal127130157

Shades and tints

Shades of #57586F

#57586F
(87,88,111)
#505065
(80,80,101)
#49485B
(73,72,91)
#424051
(66,64,81)
#3B3847
(59,56,71)
#34303D
(52,48,61)
#2D2833
(45,40,51)
#262029
(38,32,41)
#1F181F
(31,24,31)
#181015
(24,16,21)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #57586F

#57586F
(87,88,111)
#66677C
(102,103,124)
#757689
(117,118,137)
#848596
(132,133,150)
#9394A3
(147,148,163)
#A2A3B0
(162,163,176)
#B1B2BD
(177,178,189)
#C0C1CA
(192,193,202)
#CFD0D7
(207,208,215)
#DEDFE4
(222,223,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57586F color. Also use rgb(87,88,111) instead hex code.

Text Font Color

.myTextColor { color: #57586F; }

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

This text font color is #57586F.


Background Color

.myBgColor { background-color: #57586F; }

<div style="background-color:#57586F">Inner text</div>

This div background color is #57586F.


Border color

.myBorderColor { border: 1px solid #57586F; }

<div style="border:3px solid #57586F">Div</div>

This div border color is #57586F.


Opacity

.myOpacity80 { color: #57586F; opacity: 0.8; }

<p style="color:#57586F;opacity:0.8;">80%</p>

Text with #57586F 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 #57586F;}

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

This text has shadow with #57586F color.

.textShadow {text-shadow: 3px 3px 1px #57586F, 3px 3px 1px red;}

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

This text has shadow with #57586F primary color and red secondary color.


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

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

This text has shadow with #57586F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57586F on black background.


Color preview on white background

This text has color #57586F on white background.



Black color preview on #57586F background

This text has black color on #57586F background.


White color preview on #57586F background

This text has white color on #57586F background.