COLOR #577A85

HEX: #577A85 RGB: (87,122,133)

Color info

#577A85 contains red, green and blue colors in about the same proportion. Web safe color of #577A85 is #666699 (or #669).

RGB color model

#577A85 color RGB value is (87,122,133).

RGB: (87,122,133) (34%, 48%, 52%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 133 of 255 = 52%

87
122
133

R + G + B ~ 45%. #577A85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 122 + 133 = 342 (100%)
R 87 of 342 ~ 25.44%
G 122 of 342 ~ 35.67%
B 133 of 342 ~ 38.89'%

%25.44
%35.67
%38.89

CMYK color model

#577A85 color CMYK value is (35,8,0,48).

  • cyan value is 34.59%
  • magenta value is 8.27%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (35,8,0,48)
C35M8Y0K48 (35%, 8%, 0%, 48%)
(0.35 / 0.08 / 0.00 / 0.48)

CMYK percentages

%34.59
%8.27
%0
%47.84

Codes

Color #577A85 in popluar color models

57 7A 85
RGB 87 122 133
HSL 194° 20.91% 43.14%
HSB/HSV 194° 34.59% 52.16%
CMYK 34.59% 8.27% 0.00%
47.84%

Color #577A85 in popluar number systems.

HEX 57 7A 85
Decimal 87 122 133
Binary 1010111 1111010 10000101
Octal 127 172 205

Shades and tints

Shades of #577A85

#577A85
(87,122,133)
#506F79
(80,111,121)
#49646D
(73,100,109)
#425961
(66,89,97)
#3B4E55
(59,78,85)
#344349
(52,67,73)
#2D383D
(45,56,61)
#262D31
(38,45,49)
#1F2225
(31,34,37)
#181719
(24,23,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #577A85

#577A85
(87,122,133)
#668690
(102,134,144)
#75929B
(117,146,155)
#849EA6
(132,158,166)
#93AAB1
(147,170,177)
#A2B6BC
(162,182,188)
#B1C2C7
(177,194,199)
#C0CED2
(192,206,210)
#CFDADD
(207,218,221)
#DEE6E8
(222,230,232)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577A85 color. Also use rgb(87,122,133) instead hex code.

Text Font Color

.myTextColor { color: #577A85; }

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

This text font color is #577A85.

Background Color

.myBgColor { background-color: #577A85; }

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

This div background color is #577A85.

Border color

.myBorderColor { border: 1px solid #577A85; }

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

This div border color is #577A85.

Opacity

.myOpacity80 { color: #577A85; opacity: 0.8; }

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

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

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

This text has shadow with #577A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577A85.

Preview

Color preview on black background

This text has color #577A85 on black background.


Color preview on white background

This text has color #577A85 on white background.


Black color preview on #577A85 background

This text has black color on #577A85 background.


White color preview on #577A85 background

This text has white color on #577A85 background.


Related colors

Complementary color

Complementary color for #hex is #A8857A.


I love getcolorcode.com

Triadic colors

1 #85577A and #7A8557 with #577A85 are triadic colors.

2 #857A57 and #7A5785 with #577A85 are triadic colors.