COLOR #577A8B

HEX: #577A8B RGB: (87,122,139)

Color info

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

RGB color model

#577A8B color RGB value is (87,122,139).

RGB: (87,122,139) (34%, 48%, 55%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 139 of 255 = 55%

87
122
139

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

Portions of RGB colors in percentages

R + G + B = 87 + 122 + 139 = 348 (100%)
R 87 of 348 ~ 25%
G 122 of 348 ~ 35.06%
B 139 of 348 ~ 39.94'%

%25
%35.06
%39.94

CMYK color model

#577A8B color CMYK value is (37,12,0,45).

  • cyan value is 37.41%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (37,12,0,45)
C37M12Y0K45 (37%, 12%, 0%, 45%)
(0.37 / 0.12 / 0.00 / 0.45)

CMYK percentages

%37.41
%12.23
%0
%45.49

Codes

Color #577A8B in popluar color models

57 7A 8B
RGB 87 122 139
HSL 200° 23.01% 44.31%
HSB/HSV 200° 37.41% 54.51%
CMYK 37.41% 12.23% 0.00%
45.49%

Color #577A8B in popluar number systems.

HEX 57 7A 8B
Decimal 87 122 139
Binary 1010111 1111010 10001011
Octal 127 172 213

Shades and tints

Shades of #577A8B

#577A8B
(87,122,139)
#506F7F
(80,111,127)
#496473
(73,100,115)
#425967
(66,89,103)
#3B4E5B
(59,78,91)
#34434F
(52,67,79)
#2D3843
(45,56,67)
#262D37
(38,45,55)
#1F222B
(31,34,43)
#18171F
(24,23,31)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #577A8B

#577A8B
(87,122,139)
#668695
(102,134,149)
#75929F
(117,146,159)
#849EA9
(132,158,169)
#93AAB3
(147,170,179)
#A2B6BD
(162,182,189)
#B1C2C7
(177,194,199)
#C0CED1
(192,206,209)
#CFDADB
(207,218,219)
#DEE6E5
(222,230,229)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577A8B; }

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

This text font color is #577A8B.

Background Color

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

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

This div background color is #577A8B.

Border color

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

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

This div border color is #577A8B.

Opacity

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

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

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

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

This text has shadow with #577A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577A8B.

Preview

Color preview on black background

This text has color #577A8B on black background.


Color preview on white background

This text has color #577A8B on white background.


Black color preview on #577A8B background

This text has black color on #577A8B background.


White color preview on #577A8B background

This text has white color on #577A8B background.


Related colors

Complementary color

Complementary color for #hex is #A88574.


I love getcolorcode.com

Triadic colors

1 #8B577A and #7A8B57 with #577A8B are triadic colors.

2 #8B7A57 and #7A578B with #577A8B are triadic colors.