COLOR #575478

HEX: #575478
RGB: (87,84,120)

Color info

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

RGB color model

#575478 color RGB value is (87,84,120).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 120 of 255 = 47%

87
84
120

R + G + B ~ 38%. #575478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 120 = 291 (100%)
R 87 of 291 ~ 29.9%
G 84 of 291 ~ 28.87%
B 120 of 291 ~ 41.24%

%29.9
%28.87
%41.24

CMYK color model

#575478 color CMYK value is (28,30,0,53).

  • cyan value is 27.50%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,30,0,53)
C28M30Y0K53 
(28%,30%,0%,53%)
(0.28/0.30/0.00/0.53)	

CMYK percentages

%27.5
%30
%0
%52.94

Codes

Color #575478 in popluar color models

575478
RGB8784120
HSL245°17.65%40.00%
HSB/HSV245°30.00%47.06%
CMYK27.50%30.00%0.00%
52.94%

Color #575478 in popluar number systems.

HEX575478
Decimal8784120
Binary101011110101001111000
Octal127124170

Shades and tints

Shades of #575478

#575478
(87,84,120)
#504D6E
(80,77,110)
#494664
(73,70,100)
#423F5A
(66,63,90)
#3B3850
(59,56,80)
#343146
(52,49,70)
#2D2A3C
(45,42,60)
#262332
(38,35,50)
#1F1C28
(31,28,40)
#18151E
(24,21,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #575478

#575478
(87,84,120)
#666384
(102,99,132)
#757290
(117,114,144)
#84819C
(132,129,156)
#9390A8
(147,144,168)
#A29FB4
(162,159,180)
#B1AEC0
(177,174,192)
#C0BDCC
(192,189,204)
#CFCCD8
(207,204,216)
#DEDBE4
(222,219,228)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575478; }

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

This text font color is #575478.


Background Color

.myBgColor { background-color: #575478; }

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

This div background color is #575478.


Border color

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

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

This div border color is #575478.


Opacity

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

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

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

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

This text has shadow with #575478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575478 on black background.


Color preview on white background

This text has color #575478 on white background.



Black color preview on #575478 background

This text has black color on #575478 background.


White color preview on #575478 background

This text has white color on #575478 background.