COLOR #57587A

HEX: #57587A
RGB: (87,88,122)

Color info

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

RGB color model

#57587A color RGB value is (87,88,122).

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

RGB channels and saturation

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

87
88
122

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 122 = 297 (100%)
R 87 of 297 ~ 29.29%
G 88 of 297 ~ 29.63%
B 122 of 297 ~ 41.08%

%29.29
%29.63
%41.08

CMYK color model

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

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

CMYK percentages

%28.69
%27.87
%0
%52.16

Codes

Color #57587A in popluar color models

57587A
RGB8788122
HSL238°16.75%40.98%
HSB/HSV238°28.69%47.84%
CMYK28.69%27.87%0.00%
52.16%

Color #57587A in popluar number systems.

HEX57587A
Decimal8788122
Binary101011110110001111010
Octal127130172

Shades and tints

Shades of #57587A

#57587A
(87,88,122)
#50506F
(80,80,111)
#494864
(73,72,100)
#424059
(66,64,89)
#3B384E
(59,56,78)
#343043
(52,48,67)
#2D2838
(45,40,56)
#26202D
(38,32,45)
#1F1822
(31,24,34)
#181017
(24,16,23)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #57587A

#57587A
(87,88,122)
#666786
(102,103,134)
#757692
(117,118,146)
#84859E
(132,133,158)
#9394AA
(147,148,170)
#A2A3B6
(162,163,182)
#B1B2C2
(177,178,194)
#C0C1CE
(192,193,206)
#CFD0DA
(207,208,218)
#DEDFE6
(222,223,230)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57587A; }

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

This text font color is #57587A.


Background Color

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

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

This div background color is #57587A.


Border color

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

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

This div border color is #57587A.


Opacity

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

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

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

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

This text has shadow with #57587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57587A on black background.


Color preview on white background

This text has color #57587A on white background.



Black color preview on #57587A background

This text has black color on #57587A background.


White color preview on #57587A background

This text has white color on #57587A background.