COLOR #575F80

HEX: #575F80 RGB: (87,95,128)

Color info

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

RGB color model

#575F80 color RGB value is (87,95,128).

RGB: (87,95,128) (34%, 37%, 50%)

RGB channels and saturation

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

87
95
128

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

Portions of RGB colors in percentages

R + G + B = 87 + 95 + 128 = 310 (100%)
R 87 of 310 ~ 28.06%
G 95 of 310 ~ 30.65%
B 128 of 310 ~ 41.29'%

%28.06
%30.65
%41.29

CMYK color model

#575F80 color CMYK value is (32,26,0,50).

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

CMYK: (32,26,0,50)
C32M26Y0K50 (32%, 26%, 0%, 50%)
(0.32 / 0.26 / 0.00 / 0.50)

CMYK percentages

%32.03
%25.78
%0
%49.8

Codes

Color #575F80 in popluar color models

57 5F 80
RGB 87 95 128
HSL 228° 19.07% 42.16%
HSB/HSV 228° 32.03% 50.20%
CMYK 32.03% 25.78% 0.00%
49.80%

Color #575F80 in popluar number systems.

HEX 57 5F 80
Decimal 87 95 128
Binary 1010111 1011111 10000000
Octal 127 137 200

Shades and tints

Shades of #575F80

#575F80
(87,95,128)
#505775
(80,87,117)
#494F6A
(73,79,106)
#42475F
(66,71,95)
#3B3F54
(59,63,84)
#343749
(52,55,73)
#2D2F3E
(45,47,62)
#262733
(38,39,51)
#1F1F28
(31,31,40)
#18171D
(24,23,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #575F80

#575F80
(87,95,128)
#666D8B
(102,109,139)
#757B96
(117,123,150)
#8489A1
(132,137,161)
#9397AC
(147,151,172)
#A2A5B7
(162,165,183)
#B1B3C2
(177,179,194)
#C0C1CD
(192,193,205)
#CFCFD8
(207,207,216)
#DEDDE3
(222,221,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575F80; }

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

This text font color is #575F80.

Background Color

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

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

This div background color is #575F80.

Border color

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

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

This div border color is #575F80.

Opacity

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

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

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

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

This text has shadow with #575F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575F80.

Preview

Color preview on black background

This text has color #575F80 on black background.


Color preview on white background

This text has color #575F80 on white background.


Black color preview on #575F80 background

This text has black color on #575F80 background.


White color preview on #575F80 background

This text has white color on #575F80 background.


Related colors

Complementary color

Complementary color for #hex is #A8A07F.


I love getcolorcode.com

Triadic colors

1 #80575F and #5F8057 with #575F80 are triadic colors.

2 #805F57 and #5F5780 with #575F80 are triadic colors.