COLOR #5717AA

HEX: #5717AA
RGB: (87,23,170)

Color info

#5717AA contains mainly blue color. Web safe color of #5717AA is #660099 (or #609).

RGB color model

#5717AA color RGB value is (87,23,170).

  • red value is 87;
  • green value is 23;
  • blue value is 170.
RGB:
(87,23,170)
(34%,9%,67%)

RGB channels and saturation

R 87 of 255 = 34%
G 23 of 255 = 9%
B 170 of 255 = 67%

87
23
170

R + G + B ~ 37%. #5717AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 23 + 170 = 280 (100%)
R 87 of 280 ~ 31.07%
G 23 of 280 ~ 8.21%
B 170 of 280 ~ 60.71%

%31.07
%60.71

CMYK color model

#5717AA color CMYK value is (49,86,0,33).

  • cyan value is 48.82%
  • magenta value is 86.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(49,86,0,33)
C49M86Y0K33 
(49%,86%,0%,33%)
(0.49/0.86/0.00/0.33)	

CMYK percentages

%48.82
%86.47
%0
%33.33

Codes

Color #5717AA in popluar color models

5717AA
RGB8723170
HSL266°76.17%37.84%
HSB/HSV266°86.47%66.67%
CMYK48.82%86.47%0.00%
33.33%

Color #5717AA in popluar number systems.

HEX5717AA
Decimal8723170
Binary10101111011110101010
Octal12727252

Shades and tints

Shades of #5717AA

#5717AA
(87,23,170)
#50159B
(80,21,155)
#49138C
(73,19,140)
#42117D
(66,17,125)
#3B0F6E
(59,15,110)
#340D5F
(52,13,95)
#2D0B50
(45,11,80)
#260941
(38,9,65)
#1F0732
(31,7,50)
#180523
(24,5,35)
#110314
(17,3,20)
#000000
(0,0,0)

Tints of #5717AA

#5717AA
(87,23,170)
#662CB1
(102,44,177)
#7541B8
(117,65,184)
#8456BF
(132,86,191)
#936BC6
(147,107,198)
#A280CD
(162,128,205)
#B195D4
(177,149,212)
#C0AADB
(192,170,219)
#CFBFE2
(207,191,226)
#DED4E9
(222,212,233)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5717AA color. Also use rgb(87,23,170) instead hex code.

Text Font Color

.myTextColor { color: #5717AA; }

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

This text font color is #5717AA.


Background Color

.myBgColor { background-color: #5717AA; }

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

This div background color is #5717AA.


Border color

.myBorderColor { border: 1px solid #5717AA; }

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

This div border color is #5717AA.


Opacity

.myOpacity80 { color: #5717AA; opacity: 0.8; }

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

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

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

This text has shadow with #5717AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5717AA on black background.


Color preview on white background

This text has color #5717AA on white background.



Black color preview on #5717AA background

This text has black color on #5717AA background.


White color preview on #5717AA background

This text has white color on #5717AA background.