COLOR #5733A0

HEX: #5733A0 RGB: (87,51,160)

Color info

#5733A0 contains mainly blue color. Web safe color of #5733A0 is #663399 (or #639).

RGB color model

#5733A0 color RGB value is (87,51,160).

RGB: (87,51,160) (34%, 20%, 63%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 160 of 255 = 63%

87
51
160

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

Portions of RGB colors in percentages

R + G + B = 87 + 51 + 160 = 298 (100%)
R 87 of 298 ~ 29.19%
G 51 of 298 ~ 17.11%
B 160 of 298 ~ 53.69'%

%29.19
%17.11
%53.69

CMYK color model

#5733A0 color CMYK value is (46,68,0,37).

  • cyan value is 45.63%
  • magenta value is 68.13%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (46,68,0,37)
C46M68Y0K37 (46%, 68%, 0%, 37%)
(0.46 / 0.68 / 0.00 / 0.37)

CMYK percentages

%45.63
%68.13
%0
%37.25

Codes

Color #5733A0 in popluar color models

57 33 A0
RGB 87 51 160
HSL 260° 51.66% 41.37%
HSB/HSV 260° 68.13% 62.75%
CMYK 45.63% 68.13% 0.00%
37.25%

Color #5733A0 in popluar number systems.

HEX 57 33 A0
Decimal 87 51 160
Binary 1010111 110011 10100000
Octal 127 63 240

Shades and tints

Shades of #5733A0

#5733A0
(87,51,160)
#502F92
(80,47,146)
#492B84
(73,43,132)
#422776
(66,39,118)
#3B2368
(59,35,104)
#341F5A
(52,31,90)
#2D1B4C
(45,27,76)
#26173E
(38,23,62)
#1F1330
(31,19,48)
#180F22
(24,15,34)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #5733A0

#5733A0
(87,51,160)
#6645A8
(102,69,168)
#7557B0
(117,87,176)
#8469B8
(132,105,184)
#937BC0
(147,123,192)
#A28DC8
(162,141,200)
#B19FD0
(177,159,208)
#C0B1D8
(192,177,216)
#CFC3E0
(207,195,224)
#DED5E8
(222,213,232)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5733A0 color. Also use rgb(87,51,160) instead hex code.

Text Font Color

.myTextColor { color: #5733A0; }

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

This text font color is #5733A0.

Background Color

.myBgColor { background-color: #5733A0; }

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

This div background color is #5733A0.

Border color

.myBorderColor { border: 1px solid #5733A0; }

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

This div border color is #5733A0.

Opacity

.myOpacity80 { color: #5733A0; opacity: 0.8; }

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

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

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

This text has shadow with #5733A0 color.


.textShadow {text-shadow: 3px 3px 1px #5733A0', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5733A0; -webkit-box-shadow: 1px 1px 3px 2px #5733A0; box-shadow:1px 1px 3px 2px #5733A0;">
Div content here
</div>

This div box has shadow with color #5733A0.

Preview

Color preview on black background

This text has color #5733A0 on black background.


Color preview on white background

This text has color #5733A0 on white background.


Black color preview on #5733A0 background

This text has black color on #5733A0 background.


White color preview on #5733A0 background

This text has white color on #5733A0 background.


Related colors

Complementary color

Complementary color for #hex is #A8CC5F.


I love getcolorcode.com

Triadic colors

1 #A05733 and #33A057 with #5733A0 are triadic colors.

2 #A03357 and #3357A0 with #5733A0 are triadic colors.