COLOR #5748A4

HEX: #5748A4
RGB: (87,72,164)

Color info

#5748A4 contains mainly blue color. Web safe color of #5748A4 is #663399 (or #639).

RGB color model

#5748A4 color RGB value is (87,72,164).

  • red value is 87;
  • green value is 72;
  • blue value is 164.
RGB:
(87,72,164)
(34%,28%,64%)

RGB channels and saturation

R 87 of 255 = 34%
G 72 of 255 = 28%
B 164 of 255 = 64%

87
72
164

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

Portions of RGB colors in percentages

R + G + B =
87 + 72 + 164 = 323 (100%)
R 87 of 323 ~ 26.93%
G 72 of 323 ~ 22.29%
B 164 of 323 ~ 50.77%

%26.93
%22.29
%50.77

CMYK color model

#5748A4 color CMYK value is (47,56,0,36).

  • cyan value is 46.95%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(47,56,0,36)
C47M56Y0K36 
(47%,56%,0%,36%)
(0.47/0.56/0.00/0.36)	

CMYK percentages

%46.95
%56.1
%0
%35.69

Codes

Color #5748A4 in popluar color models

5748A4
RGB8772164
HSL250°38.98%46.27%
HSB/HSV250°56.10%64.31%
CMYK46.95%56.10%0.00%
35.69%

Color #5748A4 in popluar number systems.

HEX5748A4
Decimal8772164
Binary1010111100100010100100
Octal127110244

Shades and tints

Shades of #5748A4

#5748A4
(87,72,164)
#504296
(80,66,150)
#493C88
(73,60,136)
#42367A
(66,54,122)
#3B306C
(59,48,108)
#342A5E
(52,42,94)
#2D2450
(45,36,80)
#261E42
(38,30,66)
#1F1834
(31,24,52)
#181226
(24,18,38)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #5748A4

#5748A4
(87,72,164)
#6658AC
(102,88,172)
#7568B4
(117,104,180)
#8478BC
(132,120,188)
#9388C4
(147,136,196)
#A298CC
(162,152,204)
#B1A8D4
(177,168,212)
#C0B8DC
(192,184,220)
#CFC8E4
(207,200,228)
#DED8EC
(222,216,236)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5748A4 color. Also use rgb(87,72,164) instead hex code.

Text Font Color

.myTextColor { color: #5748A4; }

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

This text font color is #5748A4.


Background Color

.myBgColor { background-color: #5748A4; }

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

This div background color is #5748A4.


Border color

.myBorderColor { border: 1px solid #5748A4; }

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

This div border color is #5748A4.


Opacity

.myOpacity80 { color: #5748A4; opacity: 0.8; }

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

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

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

This text has shadow with #5748A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5748A4 on black background.


Color preview on white background

This text has color #5748A4 on white background.



Black color preview on #5748A4 background

This text has black color on #5748A4 background.


White color preview on #5748A4 background

This text has white color on #5748A4 background.