COLOR #575569

HEX: #575569
RGB: (87,85,105)

Color info

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

RGB color model

#575569 color RGB value is (87,85,105).

  • red value is 87;
  • green value is 85;
  • blue value is 105.
RGB:
(87,85,105)
(34%,33%,41%)

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 105 of 255 = 41%

87
85
105

R + G + B ~ 36%. #575569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 105 = 277 (100%)
R 87 of 277 ~ 31.41%
G 85 of 277 ~ 30.69%
B 105 of 277 ~ 37.91%

%31.41
%30.69
%37.91

CMYK color model

#575569 color CMYK value is (17,19,0,59).

  • cyan value is 17.14%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(17,19,0,59)
C17M19Y0K59 
(17%,19%,0%,59%)
(0.17/0.19/0.00/0.59)	

CMYK percentages

%17.14
%19.05
%0
%58.82

Codes

Color #575569 in popluar color models

575569
RGB8785105
HSL246°10.53%37.25%
HSB/HSV246°19.05%41.18%
CMYK17.14%19.05%0.00%
58.82%

Color #575569 in popluar number systems.

HEX575569
Decimal8785105
Binary101011110101011101001
Octal127125151

Shades and tints

Shades of #575569

#575569
(87,85,105)
#504E60
(80,78,96)
#494757
(73,71,87)
#42404E
(66,64,78)
#3B3945
(59,57,69)
#34323C
(52,50,60)
#2D2B33
(45,43,51)
#26242A
(38,36,42)
#1F1D21
(31,29,33)
#181618
(24,22,24)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #575569

#575569
(87,85,105)
#666476
(102,100,118)
#757383
(117,115,131)
#848290
(132,130,144)
#93919D
(147,145,157)
#A2A0AA
(162,160,170)
#B1AFB7
(177,175,183)
#C0BEC4
(192,190,196)
#CFCDD1
(207,205,209)
#DEDCDE
(222,220,222)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575569 color. Also use rgb(87,85,105) instead hex code.

Text Font Color

.myTextColor { color: #575569; }

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

This text font color is #575569.


Background Color

.myBgColor { background-color: #575569; }

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

This div background color is #575569.


Border color

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

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

This div border color is #575569.


Opacity

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

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

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

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

This text has shadow with #575569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575569 on black background.


Color preview on white background

This text has color #575569 on white background.



Black color preview on #575569 background

This text has black color on #575569 background.


White color preview on #575569 background

This text has white color on #575569 background.