COLOR #575181

HEX: #575181
RGB: (87,81,129)

Color info

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

RGB color model

#575181 color RGB value is (87,81,129).

  • red value is 87;
  • green value is 81;
  • blue value is 129.
RGB:
(87,81,129)
(34%,32%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 129 of 255 = 51%

87
81
129

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

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 129 = 297 (100%)
R 87 of 297 ~ 29.29%
G 81 of 297 ~ 27.27%
B 129 of 297 ~ 43.43%

%29.29
%27.27
%43.43

CMYK color model

#575181 color CMYK value is (33,37,0,49).

  • cyan value is 32.56%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,37,0,49)
C33M37Y0K49 
(33%,37%,0%,49%)
(0.33/0.37/0.00/0.49)	

CMYK percentages

%32.56
%37.21
%0
%49.41

Codes

Color #575181 in popluar color models

575181
RGB8781129
HSL248°22.86%41.18%
HSB/HSV248°37.21%50.59%
CMYK32.56%37.21%0.00%
49.41%

Color #575181 in popluar number systems.

HEX575181
Decimal8781129
Binary1010111101000110000001
Octal127121201

Shades and tints

Shades of #575181

#575181
(87,81,129)
#504A76
(80,74,118)
#49436B
(73,67,107)
#423C60
(66,60,96)
#3B3555
(59,53,85)
#342E4A
(52,46,74)
#2D273F
(45,39,63)
#262034
(38,32,52)
#1F1929
(31,25,41)
#18121E
(24,18,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #575181

#575181
(87,81,129)
#66608C
(102,96,140)
#756F97
(117,111,151)
#847EA2
(132,126,162)
#938DAD
(147,141,173)
#A29CB8
(162,156,184)
#B1ABC3
(177,171,195)
#C0BACE
(192,186,206)
#CFC9D9
(207,201,217)
#DED8E4
(222,216,228)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575181 color. Also use rgb(87,81,129) instead hex code.

Text Font Color

.myTextColor { color: #575181; }

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

This text font color is #575181.


Background Color

.myBgColor { background-color: #575181; }

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

This div background color is #575181.


Border color

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

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

This div border color is #575181.


Opacity

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

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

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

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

This text has shadow with #575181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575181 on black background.


Color preview on white background

This text has color #575181 on white background.



Black color preview on #575181 background

This text has black color on #575181 background.


White color preview on #575181 background

This text has white color on #575181 background.