COLOR #577380

HEX: #577380
RGB: (87,115,128)

Color info

#577380 contains red, green and blue colors in about the same proportion. Web safe color of #577380 is #666666 (or #666).

RGB color model

#577380 color RGB value is (87,115,128).

  • red value is 87;
  • green value is 115;
  • blue value is 128.
RGB:
(87,115,128)
(34%,45%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 128 of 255 = 50%

87
115
128

R + G + B ~ 43%. #577380 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 128 = 330 (100%)
R 87 of 330 ~ 26.36%
G 115 of 330 ~ 34.85%
B 128 of 330 ~ 38.79%

%26.36
%34.85
%38.79

CMYK color model

#577380 color CMYK value is (32,10,0,50).

  • cyan value is 32.03%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,10,0,50)
C32M10Y0K50 
(32%,10%,0%,50%)
(0.32/0.10/0.00/0.50)	

CMYK percentages

%32.03
%10.16
%0
%49.8

Codes

Color #577380 in popluar color models

577380
RGB87115128
HSL199°19.07%42.16%
HSB/HSV199°32.03%50.20%
CMYK32.03%10.16%0.00%
49.80%

Color #577380 in popluar number systems.

HEX577380
Decimal87115128
Binary1010111111001110000000
Octal127163200

Shades and tints

Shades of #577380

#577380
(87,115,128)
#506975
(80,105,117)
#495F6A
(73,95,106)
#42555F
(66,85,95)
#3B4B54
(59,75,84)
#344149
(52,65,73)
#2D373E
(45,55,62)
#262D33
(38,45,51)
#1F2328
(31,35,40)
#18191D
(24,25,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #577380

#577380
(87,115,128)
#667F8B
(102,127,139)
#758B96
(117,139,150)
#8497A1
(132,151,161)
#93A3AC
(147,163,172)
#A2AFB7
(162,175,183)
#B1BBC2
(177,187,194)
#C0C7CD
(192,199,205)
#CFD3D8
(207,211,216)
#DEDFE3
(222,223,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577380 color. Also use rgb(87,115,128) instead hex code.

Text Font Color

.myTextColor { color: #577380; }

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

This text font color is #577380.


Background Color

.myBgColor { background-color: #577380; }

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

This div background color is #577380.


Border color

.myBorderColor { border: 1px solid #577380; }

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

This div border color is #577380.


Opacity

.myOpacity80 { color: #577380; opacity: 0.8; }

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

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

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

This text has shadow with #577380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577380 on black background.


Color preview on white background

This text has color #577380 on white background.



Black color preview on #577380 background

This text has black color on #577380 background.


White color preview on #577380 background

This text has white color on #577380 background.