COLOR #575077

HEX: #575077
RGB: (87,80,119)

Color info

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

RGB color model

#575077 color RGB value is (87,80,119).

  • red value is 87;
  • green value is 80;
  • blue value is 119.
RGB:
(87,80,119)
(34%,31%,47%)

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 119 of 255 = 47%

87
80
119

R + G + B ~ 37%. #575077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 119 = 286 (100%)
R 87 of 286 ~ 30.42%
G 80 of 286 ~ 27.97%
B 119 of 286 ~ 41.61%

%30.42
%27.97
%41.61

CMYK color model

#575077 color CMYK value is (27,33,0,53).

  • cyan value is 26.89%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(27,33,0,53)
C27M33Y0K53 
(27%,33%,0%,53%)
(0.27/0.33/0.00/0.53)	

CMYK percentages

%26.89
%32.77
%0
%53.33

Codes

Color #575077 in popluar color models

575077
RGB8780119
HSL251°19.60%39.02%
HSB/HSV251°32.77%46.67%
CMYK26.89%32.77%0.00%
53.33%

Color #575077 in popluar number systems.

HEX575077
Decimal8780119
Binary101011110100001110111
Octal127120167

Shades and tints

Shades of #575077

#575077
(87,80,119)
#50496D
(80,73,109)
#494263
(73,66,99)
#423B59
(66,59,89)
#3B344F
(59,52,79)
#342D45
(52,45,69)
#2D263B
(45,38,59)
#261F31
(38,31,49)
#1F1827
(31,24,39)
#18111D
(24,17,29)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #575077

#575077
(87,80,119)
#665F83
(102,95,131)
#756E8F
(117,110,143)
#847D9B
(132,125,155)
#938CA7
(147,140,167)
#A29BB3
(162,155,179)
#B1AABF
(177,170,191)
#C0B9CB
(192,185,203)
#CFC8D7
(207,200,215)
#DED7E3
(222,215,227)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575077 color. Also use rgb(87,80,119) instead hex code.

Text Font Color

.myTextColor { color: #575077; }

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

This text font color is #575077.


Background Color

.myBgColor { background-color: #575077; }

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

This div background color is #575077.


Border color

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

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

This div border color is #575077.


Opacity

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

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

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

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

This text has shadow with #575077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575077 on black background.


Color preview on white background

This text has color #575077 on white background.



Black color preview on #575077 background

This text has black color on #575077 background.


White color preview on #575077 background

This text has white color on #575077 background.