COLOR #5749A0

HEX: #5749A0
RGB: (87,73,160)

Color info

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

RGB color model

#5749A0 color RGB value is (87,73,160).

  • red value is 87;
  • green value is 73;
  • blue value is 160.
RGB:
(87,73,160)
(34%,29%,63%)

RGB channels and saturation

R 87 of 255 = 34%
G 73 of 255 = 29%
B 160 of 255 = 63%

87
73
160

R + G + B ~ 42%. #5749A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 73 + 160 = 320 (100%)
R 87 of 320 ~ 27.19%
G 73 of 320 ~ 22.81%
B 160 of 320 ~ 50%

%27.19
%22.81
%50

CMYK color model

#5749A0 color CMYK value is (46,54,0,37).

  • cyan value is 45.63%
  • magenta value is 54.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(46,54,0,37)
C46M54Y0K37 
(46%,54%,0%,37%)
(0.46/0.54/0.00/0.37)	

CMYK percentages

%45.63
%54.38
%0
%37.25

Codes

Color #5749A0 in popluar color models

5749A0
RGB8773160
HSL250°37.34%45.69%
HSB/HSV250°54.38%62.75%
CMYK45.63%54.38%0.00%
37.25%

Color #5749A0 in popluar number systems.

HEX5749A0
Decimal8773160
Binary1010111100100110100000
Octal127111240

Shades and tints

Shades of #5749A0

#5749A0
(87,73,160)
#504392
(80,67,146)
#493D84
(73,61,132)
#423776
(66,55,118)
#3B3168
(59,49,104)
#342B5A
(52,43,90)
#2D254C
(45,37,76)
#261F3E
(38,31,62)
#1F1930
(31,25,48)
#181322
(24,19,34)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #5749A0

#5749A0
(87,73,160)
#6659A8
(102,89,168)
#7569B0
(117,105,176)
#8479B8
(132,121,184)
#9389C0
(147,137,192)
#A299C8
(162,153,200)
#B1A9D0
(177,169,208)
#C0B9D8
(192,185,216)
#CFC9E0
(207,201,224)
#DED9E8
(222,217,232)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5749A0; }

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

This text font color is #5749A0.


Background Color

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

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

This div background color is #5749A0.


Border color

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

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

This div border color is #5749A0.


Opacity

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

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

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

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

This text has shadow with #5749A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5749A0 on black background.


Color preview on white background

This text has color #5749A0 on white background.



Black color preview on #5749A0 background

This text has black color on #5749A0 background.


White color preview on #5749A0 background

This text has white color on #5749A0 background.