COLOR #575380

HEX: #575380
RGB: (87,83,128)

Color info

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

RGB color model

#575380 color RGB value is (87,83,128).

  • red value is 87;
  • green value is 83;
  • blue value is 128.
RGB:
(87,83,128)
(34%,33%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 83 of 255 = 33%
B 128 of 255 = 50%

87
83
128

R + G + B ~ 39%. #575380 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 83 + 128 = 298 (100%)
R 87 of 298 ~ 29.19%
G 83 of 298 ~ 27.85%
B 128 of 298 ~ 42.95%

%29.19
%27.85
%42.95

CMYK color model

#575380 color CMYK value is (32,35,0,50).

  • cyan value is 32.03%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,35,0,50)
C32M35Y0K50 
(32%,35%,0%,50%)
(0.32/0.35/0.00/0.50)	

CMYK percentages

%32.03
%35.16
%0
%49.8

Codes

Color #575380 in popluar color models

575380
RGB8783128
HSL245°21.33%41.37%
HSB/HSV245°35.16%50.20%
CMYK32.03%35.16%0.00%
49.80%

Color #575380 in popluar number systems.

HEX575380
Decimal8783128
Binary1010111101001110000000
Octal127123200

Shades and tints

Shades of #575380

#575380
(87,83,128)
#504C75
(80,76,117)
#49456A
(73,69,106)
#423E5F
(66,62,95)
#3B3754
(59,55,84)
#343049
(52,48,73)
#2D293E
(45,41,62)
#262233
(38,34,51)
#1F1B28
(31,27,40)
#18141D
(24,20,29)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #575380

#575380
(87,83,128)
#66628B
(102,98,139)
#757196
(117,113,150)
#8480A1
(132,128,161)
#938FAC
(147,143,172)
#A29EB7
(162,158,183)
#B1ADC2
(177,173,194)
#C0BCCD
(192,188,205)
#CFCBD8
(207,203,216)
#DEDAE3
(222,218,227)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575380 color. Also use rgb(87,83,128) instead hex code.

Text Font Color

.myTextColor { color: #575380; }

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

This text font color is #575380.


Background Color

.myBgColor { background-color: #575380; }

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

This div background color is #575380.


Border color

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

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

This div border color is #575380.


Opacity

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

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

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

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

This text has shadow with #575380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575380 on black background.


Color preview on white background

This text has color #575380 on white background.



Black color preview on #575380 background

This text has black color on #575380 background.


White color preview on #575380 background

This text has white color on #575380 background.