COLOR #575468

HEX: #575468
RGB: (87,84,104)

Color info

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

RGB color model

#575468 color RGB value is (87,84,104).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 104 of 255 = 41%

87
84
104

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 104 = 275 (100%)
R 87 of 275 ~ 31.64%
G 84 of 275 ~ 30.55%
B 104 of 275 ~ 37.82%

%31.64
%30.55
%37.82

CMYK color model

#575468 color CMYK value is (16,19,0,59).

  • cyan value is 16.35%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(16,19,0,59)
C16M19Y0K59 
(16%,19%,0%,59%)
(0.16/0.19/0.00/0.59)	

CMYK percentages

%16.35
%19.23
%0
%59.22

Codes

Color #575468 in popluar color models

575468
RGB8784104
HSL249°10.64%36.86%
HSB/HSV249°19.23%40.78%
CMYK16.35%19.23%0.00%
59.22%

Color #575468 in popluar number systems.

HEX575468
Decimal8784104
Binary101011110101001101000
Octal127124150

Shades and tints

Shades of #575468

#575468
(87,84,104)
#504D5F
(80,77,95)
#494656
(73,70,86)
#423F4D
(66,63,77)
#3B3844
(59,56,68)
#34313B
(52,49,59)
#2D2A32
(45,42,50)
#262329
(38,35,41)
#1F1C20
(31,28,32)
#181517
(24,21,23)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #575468

#575468
(87,84,104)
#666375
(102,99,117)
#757282
(117,114,130)
#84818F
(132,129,143)
#93909C
(147,144,156)
#A29FA9
(162,159,169)
#B1AEB6
(177,174,182)
#C0BDC3
(192,189,195)
#CFCCD0
(207,204,208)
#DEDBDD
(222,219,221)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575468; }

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

This text font color is #575468.


Background Color

.myBgColor { background-color: #575468; }

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

This div background color is #575468.


Border color

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

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

This div border color is #575468.


Opacity

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

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

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

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

This text has shadow with #575468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575468 on black background.


Color preview on white background

This text has color #575468 on white background.



Black color preview on #575468 background

This text has black color on #575468 background.


White color preview on #575468 background

This text has white color on #575468 background.