COLOR #577F95

HEX: #577F95 RGB: (87,127,149)

Color info

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

RGB color model

#577F95 color RGB value is (87,127,149).

RGB: (87,127,149) (34%, 50%, 58%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 149 of 255 = 58%

87
127
149

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

Portions of RGB colors in percentages

R + G + B = 87 + 127 + 149 = 363 (100%)
R 87 of 363 ~ 23.97%
G 127 of 363 ~ 34.99%
B 149 of 363 ~ 41.05'%

%23.97
%34.99
%41.05

CMYK color model

#577F95 color CMYK value is (42,15,0,42).

  • cyan value is 41.61%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (42,15,0,42)
C42M15Y0K42 (42%, 15%, 0%, 42%)
(0.42 / 0.15 / 0.00 / 0.42)

CMYK percentages

%41.61
%14.77
%0
%41.57

Codes

Color #577F95 in popluar color models

57 7F 95
RGB 87 127 149
HSL 201° 26.27% 46.27%
HSB/HSV 201° 41.61% 58.43%
CMYK 41.61% 14.77% 0.00%
41.57%

Color #577F95 in popluar number systems.

HEX 57 7F 95
Decimal 87 127 149
Binary 1010111 1111111 10010101
Octal 127 177 225

Shades and tints

Shades of #577F95

#577F95
(87,127,149)
#507488
(80,116,136)
#49697B
(73,105,123)
#425E6E
(66,94,110)
#3B5361
(59,83,97)
#344854
(52,72,84)
#2D3D47
(45,61,71)
#26323A
(38,50,58)
#1F272D
(31,39,45)
#181C20
(24,28,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #577F95

#577F95
(87,127,149)
#668A9E
(102,138,158)
#7595A7
(117,149,167)
#84A0B0
(132,160,176)
#93ABB9
(147,171,185)
#A2B6C2
(162,182,194)
#B1C1CB
(177,193,203)
#C0CCD4
(192,204,212)
#CFD7DD
(207,215,221)
#DEE2E6
(222,226,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577F95; }

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

This text font color is #577F95.

Background Color

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

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

This div background color is #577F95.

Border color

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

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

This div border color is #577F95.

Opacity

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

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

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

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

This text has shadow with #577F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577F95.

Preview

Color preview on black background

This text has color #577F95 on black background.


Color preview on white background

This text has color #577F95 on white background.


Black color preview on #577F95 background

This text has black color on #577F95 background.


White color preview on #577F95 background

This text has white color on #577F95 background.


Related colors

Complementary color

Complementary color for #hex is #A8806A.


I love getcolorcode.com

Triadic colors

1 #95577F and #7F9557 with #577F95 are triadic colors.

2 #957F57 and #7F5795 with #577F95 are triadic colors.