COLOR #577696

HEX: #577696
RGB: (87,118,150)

Color info

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

RGB color model

#577696 color RGB value is (87,118,150).

  • red value is 87;
  • green value is 118;
  • blue value is 150.
RGB:
(87,118,150)
(34%,46%,59%)

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 150 of 255 = 59%

87
118
150

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

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 150 = 355 (100%)
R 87 of 355 ~ 24.51%
G 118 of 355 ~ 33.24%
B 150 of 355 ~ 42.25%

%24.51
%33.24
%42.25

CMYK color model

#577696 color CMYK value is (42,21,0,41).

  • cyan value is 42.00%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(42,21,0,41)
C42M21Y0K41 
(42%,21%,0%,41%)
(0.42/0.21/0.00/0.41)	

CMYK percentages

%42
%21.33
%0
%41.18

Codes

Color #577696 in popluar color models

577696
RGB87118150
HSL210°26.58%46.47%
HSB/HSV210°42.00%58.82%
CMYK42.00%21.33%0.00%
41.18%

Color #577696 in popluar number systems.

HEX577696
Decimal87118150
Binary1010111111011010010110
Octal127166226

Shades and tints

Shades of #577696

#577696
(87,118,150)
#506C89
(80,108,137)
#49627C
(73,98,124)
#42586F
(66,88,111)
#3B4E62
(59,78,98)
#344455
(52,68,85)
#2D3A48
(45,58,72)
#26303B
(38,48,59)
#1F262E
(31,38,46)
#181C21
(24,28,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #577696

#577696
(87,118,150)
#66829F
(102,130,159)
#758EA8
(117,142,168)
#849AB1
(132,154,177)
#93A6BA
(147,166,186)
#A2B2C3
(162,178,195)
#B1BECC
(177,190,204)
#C0CAD5
(192,202,213)
#CFD6DE
(207,214,222)
#DEE2E7
(222,226,231)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577696 color. Also use rgb(87,118,150) instead hex code.

Text Font Color

.myTextColor { color: #577696; }

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

This text font color is #577696.


Background Color

.myBgColor { background-color: #577696; }

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

This div background color is #577696.


Border color

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

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

This div border color is #577696.


Opacity

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

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

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

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

This text has shadow with #577696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577696 on black background.


Color preview on white background

This text has color #577696 on white background.



Black color preview on #577696 background

This text has black color on #577696 background.


White color preview on #577696 background

This text has white color on #577696 background.