COLOR #577AAF

HEX: #577AAF
RGB: (87,122,175)

Color info

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

RGB color model

#577AAF color RGB value is (87,122,175).

  • red value is 87;
  • green value is 122;
  • blue value is 175.
RGB:
(87,122,175)
(34%,48%,69%)

RGB channels and saturation

R 87 of 255 = 34%
G 122 of 255 = 48%
B 175 of 255 = 69%

87
122
175

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

Portions of RGB colors in percentages

R + G + B =
87 + 122 + 175 = 384 (100%)
R 87 of 384 ~ 22.66%
G 122 of 384 ~ 31.77%
B 175 of 384 ~ 45.57%

%22.66
%31.77
%45.57

CMYK color model

#577AAF color CMYK value is (50,30,0,31).

  • cyan value is 50.29%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(50,30,0,31)
C50M30Y0K31 
(50%,30%,0%,31%)
(0.50/0.30/0.00/0.31)	

CMYK percentages

%50.29
%30.29
%0
%31.37

Codes

Color #577AAF in popluar color models

577AAF
RGB87122175
HSL216°35.48%51.37%
HSB/HSV216°50.29%68.63%
CMYK50.29%30.29%0.00%
31.37%

Color #577AAF in popluar number systems.

HEX577AAF
Decimal87122175
Binary1010111111101010101111
Octal127172257

Shades and tints

Shades of #577AAF

#577AAF
(87,122,175)
#506FA0
(80,111,160)
#496491
(73,100,145)
#425982
(66,89,130)
#3B4E73
(59,78,115)
#344364
(52,67,100)
#2D3855
(45,56,85)
#262D46
(38,45,70)
#1F2237
(31,34,55)
#181728
(24,23,40)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #577AAF

#577AAF
(87,122,175)
#6686B6
(102,134,182)
#7592BD
(117,146,189)
#849EC4
(132,158,196)
#93AACB
(147,170,203)
#A2B6D2
(162,182,210)
#B1C2D9
(177,194,217)
#C0CEE0
(192,206,224)
#CFDAE7
(207,218,231)
#DEE6EE
(222,230,238)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577AAF; }

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

This text font color is #577AAF.


Background Color

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

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

This div background color is #577AAF.


Border color

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

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

This div border color is #577AAF.


Opacity

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

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

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

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

This text has shadow with #577AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577AAF on black background.


Color preview on white background

This text has color #577AAF on white background.



Black color preview on #577AAF background

This text has black color on #577AAF background.


White color preview on #577AAF background

This text has white color on #577AAF background.