COLOR #575780

HEX: #575780
RGB: (87,87,128)

Color info

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

RGB color model

#575780 color RGB value is (87,87,128).

  • red value is 87;
  • green value is 87;
  • blue value is 128.
RGB:
(87,87,128)
(34%,34%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 128 of 255 = 50%

87
87
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 128 = 302 (100%)
R 87 of 302 ~ 28.81%
G 87 of 302 ~ 28.81%
B 128 of 302 ~ 42.38%

%28.81
%28.81
%42.38

CMYK color model

#575780 color CMYK value is (32,32,0,50).

  • cyan value is 32.03%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,32,0,50)
C32M32Y0K50 
(32%,32%,0%,50%)
(0.32/0.32/0.00/0.50)	

CMYK percentages

%32.03
%32.03
%0
%49.8

Codes

Color #575780 in popluar color models

575780
RGB8787128
HSL240°19.07%42.16%
HSB/HSV240°32.03%50.20%
CMYK32.03%32.03%0.00%
49.80%

Color #575780 in popluar number systems.

HEX575780
Decimal8787128
Binary1010111101011110000000
Octal127127200

Shades and tints

Shades of #575780

#575780
(87,87,128)
#505075
(80,80,117)
#49496A
(73,73,106)
#42425F
(66,66,95)
#3B3B54
(59,59,84)
#343449
(52,52,73)
#2D2D3E
(45,45,62)
#262633
(38,38,51)
#1F1F28
(31,31,40)
#18181D
(24,24,29)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #575780

#575780
(87,87,128)
#66668B
(102,102,139)
#757596
(117,117,150)
#8484A1
(132,132,161)
#9393AC
(147,147,172)
#A2A2B7
(162,162,183)
#B1B1C2
(177,177,194)
#C0C0CD
(192,192,205)
#CFCFD8
(207,207,216)
#DEDEE3
(222,222,227)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575780 color. Also use rgb(87,87,128) instead hex code.

Text Font Color

.myTextColor { color: #575780; }

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

This text font color is #575780.


Background Color

.myBgColor { background-color: #575780; }

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

This div background color is #575780.


Border color

.myBorderColor { border: 1px solid #575780; }

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

This div border color is #575780.


Opacity

.myOpacity80 { color: #575780; opacity: 0.8; }

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

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

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

This text has shadow with #575780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575780 on black background.


Color preview on white background

This text has color #575780 on white background.



Black color preview on #575780 background

This text has black color on #575780 background.


White color preview on #575780 background

This text has white color on #575780 background.