COLOR #577480

HEX: #577480
RGB: (87,116,128)

Color info

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

RGB color model

#577480 color RGB value is (87,116,128).

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

RGB channels and saturation

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

87
116
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 128 = 331 (100%)
R 87 of 331 ~ 26.28%
G 116 of 331 ~ 35.05%
B 128 of 331 ~ 38.67%

%26.28
%35.05
%38.67

CMYK color model

#577480 color CMYK value is (32,9,0,50).

  • cyan value is 32.03%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,9,0,50)
C32M9Y0K50 
(32%,9%,0%,50%)
(0.32/0.09/0.00/0.50)	

CMYK percentages

%32.03
%9.38
%0
%49.8

Codes

Color #577480 in popluar color models

577480
RGB87116128
HSL198°19.07%42.16%
HSB/HSV198°32.03%50.20%
CMYK32.03%9.38%0.00%
49.80%

Color #577480 in popluar number systems.

HEX577480
Decimal87116128
Binary1010111111010010000000
Octal127164200

Shades and tints

Shades of #577480

#577480
(87,116,128)
#506A75
(80,106,117)
#49606A
(73,96,106)
#42565F
(66,86,95)
#3B4C54
(59,76,84)
#344249
(52,66,73)
#2D383E
(45,56,62)
#262E33
(38,46,51)
#1F2428
(31,36,40)
#181A1D
(24,26,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #577480

#577480
(87,116,128)
#66808B
(102,128,139)
#758C96
(117,140,150)
#8498A1
(132,152,161)
#93A4AC
(147,164,172)
#A2B0B7
(162,176,183)
#B1BCC2
(177,188,194)
#C0C8CD
(192,200,205)
#CFD4D8
(207,212,216)
#DEE0E3
(222,224,227)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577480; }

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

This text font color is #577480.


Background Color

.myBgColor { background-color: #577480; }

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

This div background color is #577480.


Border color

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

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

This div border color is #577480.


Opacity

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

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

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

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

This text has shadow with #577480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577480 on black background.


Color preview on white background

This text has color #577480 on white background.



Black color preview on #577480 background

This text has black color on #577480 background.


White color preview on #577480 background

This text has white color on #577480 background.