COLOR #577BA6

HEX: #577BA6
RGB: (87,123,166)

Color info

#577BA6 contains mainly green and blue colors. Web safe color of #577BA6 is #666699 (or #669).

RGB color model

#577BA6 color RGB value is (87,123,166).

  • red value is 87;
  • green value is 123;
  • blue value is 166.
RGB:
(87,123,166)
(34%,48%,65%)

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 166 of 255 = 65%

87
123
166

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

Portions of RGB colors in percentages

R + G + B =
87 + 123 + 166 = 376 (100%)
R 87 of 376 ~ 23.14%
G 123 of 376 ~ 32.71%
B 166 of 376 ~ 44.15%

%23.14
%32.71
%44.15

CMYK color model

#577BA6 color CMYK value is (48,26,0,35).

  • cyan value is 47.59%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(48,26,0,35)
C48M26Y0K35 
(48%,26%,0%,35%)
(0.48/0.26/0.00/0.35)	

CMYK percentages

%47.59
%25.9
%0
%34.9

Codes

Color #577BA6 in popluar color models

577BA6
RGB87123166
HSL213°31.23%49.61%
HSB/HSV213°47.59%65.10%
CMYK47.59%25.90%0.00%
34.90%

Color #577BA6 in popluar number systems.

HEX577BA6
Decimal87123166
Binary1010111111101110100110
Octal127173246

Shades and tints

Shades of #577BA6

#577BA6
(87,123,166)
#507097
(80,112,151)
#496588
(73,101,136)
#425A79
(66,90,121)
#3B4F6A
(59,79,106)
#34445B
(52,68,91)
#2D394C
(45,57,76)
#262E3D
(38,46,61)
#1F232E
(31,35,46)
#18181F
(24,24,31)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #577BA6

#577BA6
(87,123,166)
#6687AE
(102,135,174)
#7593B6
(117,147,182)
#849FBE
(132,159,190)
#93ABC6
(147,171,198)
#A2B7CE
(162,183,206)
#B1C3D6
(177,195,214)
#C0CFDE
(192,207,222)
#CFDBE6
(207,219,230)
#DEE7EE
(222,231,238)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577BA6 color. Also use rgb(87,123,166) instead hex code.

Text Font Color

.myTextColor { color: #577BA6; }

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

This text font color is #577BA6.


Background Color

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

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

This div background color is #577BA6.


Border color

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

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

This div border color is #577BA6.


Opacity

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

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

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

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

This text has shadow with #577BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577BA6 on black background.


Color preview on white background

This text has color #577BA6 on white background.



Black color preview on #577BA6 background

This text has black color on #577BA6 background.


White color preview on #577BA6 background

This text has white color on #577BA6 background.