COLOR #575465

HEX: #575465
RGB: (87,84,101)

Color info

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

RGB color model

#575465 color RGB value is (87,84,101).

  • red value is 87;
  • green value is 84;
  • blue value is 101.
RGB:
(87,84,101)
(34%,33%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 101 of 255 = 40%

87
84
101

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 101 = 272 (100%)
R 87 of 272 ~ 31.99%
G 84 of 272 ~ 30.88%
B 101 of 272 ~ 37.13%

%31.99
%30.88
%37.13

CMYK color model

#575465 color CMYK value is (14,17,0,60).

  • cyan value is 13.86%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(14,17,0,60)
C14M17Y0K60 
(14%,17%,0%,60%)
(0.14/0.17/0.00/0.60)	

CMYK percentages

%13.86
%16.83
%0
%60.39

Codes

Color #575465 in popluar color models

575465
RGB8784101
HSL251°9.19%36.27%
HSB/HSV251°16.83%39.61%
CMYK13.86%16.83%0.00%
60.39%

Color #575465 in popluar number systems.

HEX575465
Decimal8784101
Binary101011110101001100101
Octal127124145

Shades and tints

Shades of #575465

#575465
(87,84,101)
#504D5C
(80,77,92)
#494653
(73,70,83)
#423F4A
(66,63,74)
#3B3841
(59,56,65)
#343138
(52,49,56)
#2D2A2F
(45,42,47)
#262326
(38,35,38)
#1F1C1D
(31,28,29)
#181514
(24,21,20)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #575465

#575465
(87,84,101)
#666373
(102,99,115)
#757281
(117,114,129)
#84818F
(132,129,143)
#93909D
(147,144,157)
#A29FAB
(162,159,171)
#B1AEB9
(177,174,185)
#C0BDC7
(192,189,199)
#CFCCD5
(207,204,213)
#DEDBE3
(222,219,227)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575465 color. Also use rgb(87,84,101) instead hex code.

Text Font Color

.myTextColor { color: #575465; }

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

This text font color is #575465.


Background Color

.myBgColor { background-color: #575465; }

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

This div background color is #575465.


Border color

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

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

This div border color is #575465.


Opacity

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

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

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

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

This text has shadow with #575465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575465 on black background.


Color preview on white background

This text has color #575465 on white background.



Black color preview on #575465 background

This text has black color on #575465 background.


White color preview on #575465 background

This text has white color on #575465 background.