COLOR #577FBA

HEX: #577FBA RGB: (87,127,186)

Color info

#577FBA contains mainly green and blue colors. Web safe color of #577FBA is #6666CC (or #66C).

RGB color model

#577FBA color RGB value is (87,127,186).

RGB: (87,127,186) (34%, 50%, 73%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 186 of 255 = 73%

87
127
186

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

Portions of RGB colors in percentages

R + G + B = 87 + 127 + 186 = 400 (100%)
R 87 of 400 ~ 21.75%
G 127 of 400 ~ 31.75%
B 186 of 400 ~ 46.5'%

%21.75
%31.75
%46.5

CMYK color model

#577FBA color CMYK value is (53,32,0,27).

  • cyan value is 53.23%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (53,32,0,27)
C53M32Y0K27 (53%, 32%, 0%, 27%)
(0.53 / 0.32 / 0.00 / 0.27)

CMYK percentages

%53.23
%31.72
%0
%27.06

Codes

Color #577FBA in popluar color models

57 7F BA
RGB 87 127 186
HSL 216° 41.77% 53.53%
HSB/HSV 216° 53.23% 72.94%
CMYK 53.23% 31.72% 0.00%
27.06%

Color #577FBA in popluar number systems.

HEX 57 7F BA
Decimal 87 127 186
Binary 1010111 1111111 10111010
Octal 127 177 272

Shades and tints

Shades of #577FBA

#577FBA
(87,127,186)
#5074AA
(80,116,170)
#49699A
(73,105,154)
#425E8A
(66,94,138)
#3B537A
(59,83,122)
#34486A
(52,72,106)
#2D3D5A
(45,61,90)
#26324A
(38,50,74)
#1F273A
(31,39,58)
#181C2A
(24,28,42)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #577FBA

#577FBA
(87,127,186)
#668AC0
(102,138,192)
#7595C6
(117,149,198)
#84A0CC
(132,160,204)
#93ABD2
(147,171,210)
#A2B6D8
(162,182,216)
#B1C1DE
(177,193,222)
#C0CCE4
(192,204,228)
#CFD7EA
(207,215,234)
#DEE2F0
(222,226,240)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577FBA color. Also use rgb(87,127,186) instead hex code.

Text Font Color

.myTextColor { color: #577FBA; }

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

This text font color is #577FBA.

Background Color

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

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

This div background color is #577FBA.

Border color

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

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

This div border color is #577FBA.

Opacity

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

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

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

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

This text has shadow with #577FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577FBA.

Preview

Color preview on black background

This text has color #577FBA on black background.


Color preview on white background

This text has color #577FBA on white background.


Black color preview on #577FBA background

This text has black color on #577FBA background.


White color preview on #577FBA background

This text has white color on #577FBA background.


Related colors

Complementary color

Complementary color for #hex is #A88045.


I love getcolorcode.com

Triadic colors

1 #BA577F and #7FBA57 with #577FBA are triadic colors.

2 #BA7F57 and #7F57BA with #577FBA are triadic colors.