COLOR #575485

HEX: #575485
RGB: (87,84,133)

Color info

#575485 contains red, green and blue colors in about the same proportion. Web safe color of #575485 is #666699 (or #669).

RGB color model

#575485 color RGB value is (87,84,133).

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

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 133 of 255 = 52%

87
84
133

R + G + B ~ 40%. #575485 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 133 = 304 (100%)
R 87 of 304 ~ 28.62%
G 84 of 304 ~ 27.63%
B 133 of 304 ~ 43.75%

%28.62
%27.63
%43.75

CMYK color model

#575485 color CMYK value is (35,37,0,48).

  • cyan value is 34.59%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(35,37,0,48)
C35M37Y0K48 
(35%,37%,0%,48%)
(0.35/0.37/0.00/0.48)	

CMYK percentages

%34.59
%36.84
%0
%47.84

Codes

Color #575485 in popluar color models

575485
RGB8784133
HSL244°22.58%42.55%
HSB/HSV244°36.84%52.16%
CMYK34.59%36.84%0.00%
47.84%

Color #575485 in popluar number systems.

HEX575485
Decimal8784133
Binary1010111101010010000101
Octal127124205

Shades and tints

Shades of #575485

#575485
(87,84,133)
#504D79
(80,77,121)
#49466D
(73,70,109)
#423F61
(66,63,97)
#3B3855
(59,56,85)
#343149
(52,49,73)
#2D2A3D
(45,42,61)
#262331
(38,35,49)
#1F1C25
(31,28,37)
#181519
(24,21,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #575485

#575485
(87,84,133)
#666390
(102,99,144)
#75729B
(117,114,155)
#8481A6
(132,129,166)
#9390B1
(147,144,177)
#A29FBC
(162,159,188)
#B1AEC7
(177,174,199)
#C0BDD2
(192,189,210)
#CFCCDD
(207,204,221)
#DEDBE8
(222,219,232)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575485; }

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

This text font color is #575485.


Background Color

.myBgColor { background-color: #575485; }

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

This div background color is #575485.


Border color

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

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

This div border color is #575485.


Opacity

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

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

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

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

This text has shadow with #575485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575485 on black background.


Color preview on white background

This text has color #575485 on white background.



Black color preview on #575485 background

This text has black color on #575485 background.


White color preview on #575485 background

This text has white color on #575485 background.