COLOR #575563

HEX: #575563
RGB: (87,85,99)

Color info

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

RGB color model

#575563 color RGB value is (87,85,99).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 99 of 255 = 39%

87
85
99

R + G + B ~ 35%. #575563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 99 = 271 (100%)
R 87 of 271 ~ 32.1%
G 85 of 271 ~ 31.37%
B 99 of 271 ~ 36.53%

%32.1
%31.37
%36.53

CMYK color model

#575563 color CMYK value is (12,14,0,61).

  • cyan value is 12.12%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(12,14,0,61)
C12M14Y0K61 
(12%,14%,0%,61%)
(0.12/0.14/0.00/0.61)	

CMYK percentages

%12.12
%14.14
%0
%61.18

Codes

Color #575563 in popluar color models

575563
RGB878599
HSL249°7.61%36.08%
HSB/HSV249°14.14%38.82%
CMYK12.12%14.14%0.00%
61.18%

Color #575563 in popluar number systems.

HEX575563
Decimal878599
Binary101011110101011100011
Octal127125143

Shades and tints

Shades of #575563

#575563
(87,85,99)
#504E5A
(80,78,90)
#494751
(73,71,81)
#424048
(66,64,72)
#3B393F
(59,57,63)
#343236
(52,50,54)
#2D2B2D
(45,43,45)
#262424
(38,36,36)
#1F1D1B
(31,29,27)
#181612
(24,22,18)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #575563

#575563
(87,85,99)
#666471
(102,100,113)
#75737F
(117,115,127)
#84828D
(132,130,141)
#93919B
(147,145,155)
#A2A0A9
(162,160,169)
#B1AFB7
(177,175,183)
#C0BEC5
(192,190,197)
#CFCDD3
(207,205,211)
#DEDCE1
(222,220,225)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575563; }

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

This text font color is #575563.


Background Color

.myBgColor { background-color: #575563; }

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

This div background color is #575563.


Border color

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

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

This div border color is #575563.


Opacity

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

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

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

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

This text has shadow with #575563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575563 on black background.


Color preview on white background

This text has color #575563 on white background.



Black color preview on #575563 background

This text has black color on #575563 background.


White color preview on #575563 background

This text has white color on #575563 background.