COLOR #575C7A

HEX: #575C7A RGB: (87,92,122)

Color info

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

RGB color model

#575C7A color RGB value is (87,92,122).

RGB: (87,92,122) (34%, 36%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 122 of 255 = 48%

87
92
122

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

Portions of RGB colors in percentages

R + G + B = 87 + 92 + 122 = 301 (100%)
R 87 of 301 ~ 28.9%
G 92 of 301 ~ 30.56%
B 122 of 301 ~ 40.53'%

%28.9
%30.56
%40.53

CMYK color model

#575C7A color CMYK value is (29,25,0,52).

  • cyan value is 28.69%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (29,25,0,52)
C29M25Y0K52 (29%, 25%, 0%, 52%)
(0.29 / 0.25 / 0.00 / 0.52)

CMYK percentages

%28.69
%24.59
%0
%52.16

Codes

Color #575C7A in popluar color models

57 5C 7A
RGB 87 92 122
HSL 231° 16.75% 40.98%
HSB/HSV 231° 28.69% 47.84%
CMYK 28.69% 24.59% 0.00%
52.16%

Color #575C7A in popluar number systems.

HEX 57 5C 7A
Decimal 87 92 122
Binary 1010111 1011100 1111010
Octal 127 134 172

Shades and tints

Shades of #575C7A

#575C7A
(87,92,122)
#50546F
(80,84,111)
#494C64
(73,76,100)
#424459
(66,68,89)
#3B3C4E
(59,60,78)
#343443
(52,52,67)
#2D2C38
(45,44,56)
#26242D
(38,36,45)
#1F1C22
(31,28,34)
#181417
(24,20,23)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #575C7A

#575C7A
(87,92,122)
#666A86
(102,106,134)
#757892
(117,120,146)
#84869E
(132,134,158)
#9394AA
(147,148,170)
#A2A2B6
(162,162,182)
#B1B0C2
(177,176,194)
#C0BECE
(192,190,206)
#CFCCDA
(207,204,218)
#DEDAE6
(222,218,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575C7A color. Also use rgb(87,92,122) instead hex code.

Text Font Color

.myTextColor { color: #575C7A; }

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

This text font color is #575C7A.

Background Color

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

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

This div background color is #575C7A.

Border color

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

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

This div border color is #575C7A.

Opacity

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

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

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

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

This text has shadow with #575C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575C7A.

Preview

Color preview on black background

This text has color #575C7A on black background.


Color preview on white background

This text has color #575C7A on white background.


Black color preview on #575C7A background

This text has black color on #575C7A background.


White color preview on #575C7A background

This text has white color on #575C7A background.


Related colors

Complementary color

Complementary color for #hex is #A8A385.


I love getcolorcode.com

Triadic colors

1 #7A575C and #5C7A57 with #575C7A are triadic colors.

2 #7A5C57 and #5C577A with #575C7A are triadic colors.