COLOR #575A80

HEX: #575A80 RGB: (87,90,128)

Color info

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

RGB color model

#575A80 color RGB value is (87,90,128).

RGB: (87,90,128) (34%, 35%, 50%)

RGB channels and saturation

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

87
90
128

R + G + B ~ 40%. #575A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 90 + 128 = 305 (100%)
R 87 of 305 ~ 28.52%
G 90 of 305 ~ 29.51%
B 128 of 305 ~ 41.97'%

%28.52
%29.51
%41.97

CMYK color model

#575A80 color CMYK value is (32,30,0,50).

  • cyan value is 32.03%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (32,30,0,50)
C32M30Y0K50 (32%, 30%, 0%, 50%)
(0.32 / 0.30 / 0.00 / 0.50)

CMYK percentages

%32.03
%29.69
%0
%49.8

Codes

Color #575A80 in popluar color models

57 5A 80
RGB 87 90 128
HSL 236° 19.07% 42.16%
HSB/HSV 236° 32.03% 50.20%
CMYK 32.03% 29.69% 0.00%
49.80%

Color #575A80 in popluar number systems.

HEX 57 5A 80
Decimal 87 90 128
Binary 1010111 1011010 10000000
Octal 127 132 200

Shades and tints

Shades of #575A80

#575A80
(87,90,128)
#505275
(80,82,117)
#494A6A
(73,74,106)
#42425F
(66,66,95)
#3B3A54
(59,58,84)
#343249
(52,50,73)
#2D2A3E
(45,42,62)
#262233
(38,34,51)
#1F1A28
(31,26,40)
#18121D
(24,18,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #575A80

#575A80
(87,90,128)
#66698B
(102,105,139)
#757896
(117,120,150)
#8487A1
(132,135,161)
#9396AC
(147,150,172)
#A2A5B7
(162,165,183)
#B1B4C2
(177,180,194)
#C0C3CD
(192,195,205)
#CFD2D8
(207,210,216)
#DEE1E3
(222,225,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575A80; }

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

This text font color is #575A80.

Background Color

.myBgColor { background-color: #575A80; }

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

This div background color is #575A80.

Border color

.myBorderColor { border: 1px solid #575A80; }

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

This div border color is #575A80.

Opacity

.myOpacity80 { color: #575A80; opacity: 0.8; }

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

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

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

This text has shadow with #575A80 color.


.textShadow {text-shadow: 3px 3px 1px #575A80', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #575A80; -webkit-box-shadow: 1px 1px 3px 2px #575A80; box-shadow:1px 1px 3px 2px #575A80;">
Div content here
</div>

This div box has shadow with color #575A80.

Preview

Color preview on black background

This text has color #575A80 on black background.


Color preview on white background

This text has color #575A80 on white background.


Black color preview on #575A80 background

This text has black color on #575A80 background.


White color preview on #575A80 background

This text has white color on #575A80 background.


Related colors

Complementary color

Complementary color for #hex is #A8A57F.


I love getcolorcode.com

Triadic colors

1 #80575A and #5A8057 with #575A80 are triadic colors.

2 #805A57 and #5A5780 with #575A80 are triadic colors.