COLOR #575059

HEX: #575059
RGB: (87,80,89)

Color info

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

RGB color model

#575059 color RGB value is (87,80,89).

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

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 89 of 255 = 35%

87
80
89

R + G + B ~ 33%. #575059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 89 = 256 (100%)
R 87 of 256 ~ 33.98%
G 80 of 256 ~ 31.25%
B 89 of 256 ~ 34.77%

%33.98
%31.25
%34.77

CMYK color model

#575059 color CMYK value is (2,10,0,65).

  • cyan value is 2.25%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,10,0,65)
C2M10Y0K65 
(2%,10%,0%,65%)
(0.02/0.10/0.00/0.65)	

CMYK percentages

%2.25
%10.11
%0
%65.1

Codes

Color #575059 in popluar color models

575059
RGB878089
HSL287°5.33%33.14%
HSB/HSV287°10.11%34.90%
CMYK2.25%10.11%0.00%
65.10%

Color #575059 in popluar number systems.

HEX575059
Decimal878089
Binary101011110100001011001
Octal127120131

Shades and tints

Shades of #575059

#575059
(87,80,89)
#504951
(80,73,81)
#494249
(73,66,73)
#423B41
(66,59,65)
#3B3439
(59,52,57)
#342D31
(52,45,49)
#2D2629
(45,38,41)
#261F21
(38,31,33)
#1F1819
(31,24,25)
#181111
(24,17,17)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #575059

#575059
(87,80,89)
#665F68
(102,95,104)
#756E77
(117,110,119)
#847D86
(132,125,134)
#938C95
(147,140,149)
#A29BA4
(162,155,164)
#B1AAB3
(177,170,179)
#C0B9C2
(192,185,194)
#CFC8D1
(207,200,209)
#DED7E0
(222,215,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575059; }

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

This text font color is #575059.


Background Color

.myBgColor { background-color: #575059; }

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

This div background color is #575059.


Border color

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

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

This div border color is #575059.


Opacity

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

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

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

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

This text has shadow with #575059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575059 on black background.


Color preview on white background

This text has color #575059 on white background.



Black color preview on #575059 background

This text has black color on #575059 background.


White color preview on #575059 background

This text has white color on #575059 background.