COLOR #575685

HEX: #575685
RGB: (87,86,133)

Color info

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

RGB color model

#575685 color RGB value is (87,86,133).

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

RGB channels and saturation

R 87 of 255 = 34%
G 86 of 255 = 34%
B 133 of 255 = 52%

87
86
133

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

Portions of RGB colors in percentages

R + G + B =
87 + 86 + 133 = 306 (100%)
R 87 of 306 ~ 28.43%
G 86 of 306 ~ 28.1%
B 133 of 306 ~ 43.46%

%28.43
%28.1
%43.46

CMYK color model

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

  • cyan value is 34.59%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(35,35,0,48)
C35M35Y0K48 
(35%,35%,0%,48%)
(0.35/0.35/0.00/0.48)	

CMYK percentages

%34.59
%35.34
%0
%47.84

Codes

Color #575685 in popluar color models

575685
RGB8786133
HSL241°21.46%42.94%
HSB/HSV241°35.34%52.16%
CMYK34.59%35.34%0.00%
47.84%

Color #575685 in popluar number systems.

HEX575685
Decimal8786133
Binary1010111101011010000101
Octal127126205

Shades and tints

Shades of #575685

#575685
(87,86,133)
#504F79
(80,79,121)
#49486D
(73,72,109)
#424161
(66,65,97)
#3B3A55
(59,58,85)
#343349
(52,51,73)
#2D2C3D
(45,44,61)
#262531
(38,37,49)
#1F1E25
(31,30,37)
#181719
(24,23,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #575685

#575685
(87,86,133)
#666590
(102,101,144)
#75749B
(117,116,155)
#8483A6
(132,131,166)
#9392B1
(147,146,177)
#A2A1BC
(162,161,188)
#B1B0C7
(177,176,199)
#C0BFD2
(192,191,210)
#CFCEDD
(207,206,221)
#DEDDE8
(222,221,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575685; }

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

This text font color is #575685.


Background Color

.myBgColor { background-color: #575685; }

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

This div background color is #575685.


Border color

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

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

This div border color is #575685.


Opacity

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

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

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

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

This text has shadow with #575685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575685 on black background.


Color preview on white background

This text has color #575685 on white background.



Black color preview on #575685 background

This text has black color on #575685 background.


White color preview on #575685 background

This text has white color on #575685 background.