COLOR #575B64

HEX: #575B64
RGB: (87,91,100)

Color info

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

RGB color model

#575B64 color RGB value is (87,91,100).

  • red value is 87;
  • green value is 91;
  • blue value is 100.
RGB:
(87,91,100)
(34%,36%,39%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 100 of 255 = 39%

87
91
100

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

Portions of RGB colors in percentages

R + G + B =
87 + 91 + 100 = 278 (100%)
R 87 of 278 ~ 31.29%
G 91 of 278 ~ 32.73%
B 100 of 278 ~ 35.97%

%31.29
%32.73
%35.97

CMYK color model

#575B64 color CMYK value is (13,9,0,61).

  • cyan value is 13.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(13,9,0,61)
C13M9Y0K61 
(13%,9%,0%,61%)
(0.13/0.09/0.00/0.61)	

CMYK percentages

%13
%9
%0
%60.78

Codes

Color #575B64 in popluar color models

575B64
RGB8791100
HSL222°6.95%36.67%
HSB/HSV222°13.00%39.22%
CMYK13.00%9.00%0.00%
60.78%

Color #575B64 in popluar number systems.

HEX575B64
Decimal8791100
Binary101011110110111100100
Octal127133144

Shades and tints

Shades of #575B64

#575B64
(87,91,100)
#50535B
(80,83,91)
#494B52
(73,75,82)
#424349
(66,67,73)
#3B3B40
(59,59,64)
#343337
(52,51,55)
#2D2B2E
(45,43,46)
#262325
(38,35,37)
#1F1B1C
(31,27,28)
#181313
(24,19,19)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #575B64

#575B64
(87,91,100)
#666972
(102,105,114)
#757780
(117,119,128)
#84858E
(132,133,142)
#93939C
(147,147,156)
#A2A1AA
(162,161,170)
#B1AFB8
(177,175,184)
#C0BDC6
(192,189,198)
#CFCBD4
(207,203,212)
#DED9E2
(222,217,226)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575B64 color. Also use rgb(87,91,100) instead hex code.

Text Font Color

.myTextColor { color: #575B64; }

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

This text font color is #575B64.


Background Color

.myBgColor { background-color: #575B64; }

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

This div background color is #575B64.


Border color

.myBorderColor { border: 1px solid #575B64; }

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

This div border color is #575B64.


Opacity

.myOpacity80 { color: #575B64; opacity: 0.8; }

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

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

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

This text has shadow with #575B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575B64 on black background.


Color preview on white background

This text has color #575B64 on white background.



Black color preview on #575B64 background

This text has black color on #575B64 background.


White color preview on #575B64 background

This text has white color on #575B64 background.