COLOR #577484

HEX: #577484
RGB: (87,116,132)

Color info

#577484 contains red, green and blue colors in about the same proportion. Web safe color of #577484 is #666699 (or #669).

RGB color model

#577484 color RGB value is (87,116,132).

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

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 132 of 255 = 52%

87
116
132

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

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 132 = 335 (100%)
R 87 of 335 ~ 25.97%
G 116 of 335 ~ 34.63%
B 132 of 335 ~ 39.4%

%25.97
%34.63
%39.4

CMYK color model

#577484 color CMYK value is (34,12,0,48).

  • cyan value is 34.09%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(34,12,0,48)
C34M12Y0K48 
(34%,12%,0%,48%)
(0.34/0.12/0.00/0.48)	

CMYK percentages

%34.09
%12.12
%0
%48.24

Codes

Color #577484 in popluar color models

577484
RGB87116132
HSL201°20.55%42.94%
HSB/HSV201°34.09%51.76%
CMYK34.09%12.12%0.00%
48.24%

Color #577484 in popluar number systems.

HEX577484
Decimal87116132
Binary1010111111010010000100
Octal127164204

Shades and tints

Shades of #577484

#577484
(87,116,132)
#506A78
(80,106,120)
#49606C
(73,96,108)
#425660
(66,86,96)
#3B4C54
(59,76,84)
#344248
(52,66,72)
#2D383C
(45,56,60)
#262E30
(38,46,48)
#1F2424
(31,36,36)
#181A18
(24,26,24)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #577484

#577484
(87,116,132)
#66808F
(102,128,143)
#758C9A
(117,140,154)
#8498A5
(132,152,165)
#93A4B0
(147,164,176)
#A2B0BB
(162,176,187)
#B1BCC6
(177,188,198)
#C0C8D1
(192,200,209)
#CFD4DC
(207,212,220)
#DEE0E7
(222,224,231)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577484; }

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

This text font color is #577484.


Background Color

.myBgColor { background-color: #577484; }

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

This div background color is #577484.


Border color

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

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

This div border color is #577484.


Opacity

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

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

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

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

This text has shadow with #577484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577484 on black background.


Color preview on white background

This text has color #577484 on white background.



Black color preview on #577484 background

This text has black color on #577484 background.


White color preview on #577484 background

This text has white color on #577484 background.