COLOR #577583

HEX: #577583
RGB: (87,117,131)

Color info

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

RGB color model

#577583 color RGB value is (87,117,131).

  • red value is 87;
  • green value is 117;
  • blue value is 131.
RGB:
(87,117,131)
(34%,46%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 131 of 255 = 51%

87
117
131

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

Portions of RGB colors in percentages

R + G + B =
87 + 117 + 131 = 335 (100%)
R 87 of 335 ~ 25.97%
G 117 of 335 ~ 34.93%
B 131 of 335 ~ 39.1%

%25.97
%34.93
%39.1

CMYK color model

#577583 color CMYK value is (34,11,0,49).

  • cyan value is 33.59%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,11,0,49)
C34M11Y0K49 
(34%,11%,0%,49%)
(0.34/0.11/0.00/0.49)	

CMYK percentages

%33.59
%10.69
%0
%48.63

Codes

Color #577583 in popluar color models

577583
RGB87117131
HSL199°20.18%42.75%
HSB/HSV199°33.59%51.37%
CMYK33.59%10.69%0.00%
48.63%

Color #577583 in popluar number systems.

HEX577583
Decimal87117131
Binary1010111111010110000011
Octal127165203

Shades and tints

Shades of #577583

#577583
(87,117,131)
#506B78
(80,107,120)
#49616D
(73,97,109)
#425762
(66,87,98)
#3B4D57
(59,77,87)
#34434C
(52,67,76)
#2D3941
(45,57,65)
#262F36
(38,47,54)
#1F252B
(31,37,43)
#181B20
(24,27,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #577583

#577583
(87,117,131)
#66818E
(102,129,142)
#758D99
(117,141,153)
#8499A4
(132,153,164)
#93A5AF
(147,165,175)
#A2B1BA
(162,177,186)
#B1BDC5
(177,189,197)
#C0C9D0
(192,201,208)
#CFD5DB
(207,213,219)
#DEE1E6
(222,225,230)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577583 color. Also use rgb(87,117,131) instead hex code.

Text Font Color

.myTextColor { color: #577583; }

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

This text font color is #577583.


Background Color

.myBgColor { background-color: #577583; }

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

This div background color is #577583.


Border color

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

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

This div border color is #577583.


Opacity

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

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

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

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

This text has shadow with #577583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577583 on black background.


Color preview on white background

This text has color #577583 on white background.



Black color preview on #577583 background

This text has black color on #577583 background.


White color preview on #577583 background

This text has white color on #577583 background.