COLOR #577F82

HEX: #577F82
RGB: (87,127,130)

Color info

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

RGB color model

#577F82 color RGB value is (87,127,130).

  • red value is 87;
  • green value is 127;
  • blue value is 130.
RGB:
(87,127,130)
(34%,50%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 130 of 255 = 51%

87
127
130

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

Portions of RGB colors in percentages

R + G + B =
87 + 127 + 130 = 344 (100%)
R 87 of 344 ~ 25.29%
G 127 of 344 ~ 36.92%
B 130 of 344 ~ 37.79%

%25.29
%36.92
%37.79

CMYK color model

#577F82 color CMYK value is (33,2,0,49).

  • cyan value is 33.08%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(33,2,0,49)
C33M2Y0K49 
(33%,2%,0%,49%)
(0.33/0.02/0.00/0.49)	

CMYK percentages

%33.08
%2.31
%0
%49.02

Codes

Color #577F82 in popluar color models

577F82
RGB87127130
HSL184°19.82%42.55%
HSB/HSV184°33.08%50.98%
CMYK33.08%2.31%0.00%
49.02%

Color #577F82 in popluar number systems.

HEX577F82
Decimal87127130
Binary1010111111111110000010
Octal127177202

Shades and tints

Shades of #577F82

#577F82
(87,127,130)
#507477
(80,116,119)
#49696C
(73,105,108)
#425E61
(66,94,97)
#3B5356
(59,83,86)
#34484B
(52,72,75)
#2D3D40
(45,61,64)
#263235
(38,50,53)
#1F272A
(31,39,42)
#181C1F
(24,28,31)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #577F82

#577F82
(87,127,130)
#668A8D
(102,138,141)
#759598
(117,149,152)
#84A0A3
(132,160,163)
#93ABAE
(147,171,174)
#A2B6B9
(162,182,185)
#B1C1C4
(177,193,196)
#C0CCCF
(192,204,207)
#CFD7DA
(207,215,218)
#DEE2E5
(222,226,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577F82; }

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

This text font color is #577F82.


Background Color

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

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

This div background color is #577F82.


Border color

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

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

This div border color is #577F82.


Opacity

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

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

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

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

This text has shadow with #577F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577F82 on black background.


Color preview on white background

This text has color #577F82 on white background.



Black color preview on #577F82 background

This text has black color on #577F82 background.


White color preview on #577F82 background

This text has white color on #577F82 background.