COLOR #5744DB

HEX: #5744DB
RGB: (87,68,219)

Color info

#5744DB contains mainly blue color. Web safe color of #5744DB is #6633CC (or #63C).

RGB color model

#5744DB color RGB value is (87,68,219).

  • red value is 87;
  • green value is 68;
  • blue value is 219.
RGB:
(87,68,219)
(34%,27%,86%)

RGB channels and saturation

R 87 of 255 = 34%
G 68 of 255 = 27%
B 219 of 255 = 86%

87
68
219

R + G + B ~ 49%. #5744DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 68 + 219 = 374 (100%)
R 87 of 374 ~ 23.26%
G 68 of 374 ~ 18.18%
B 219 of 374 ~ 58.56%

%23.26
%18.18
%58.56

CMYK color model

#5744DB color CMYK value is (60,69,0,14).

  • cyan value is 60.27%
  • magenta value is 68.95%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(60,69,0,14)
C60M69Y0K14 
(60%,69%,0%,14%)
(0.60/0.69/0.00/0.14)	

CMYK percentages

%60.27
%68.95
%0
%14.12

Codes

Color #5744DB in popluar color models

5744DB
RGB8768219
HSL248°67.71%56.27%
HSB/HSV248°68.95%85.88%
CMYK60.27%68.95%0.00%
14.12%

Color #5744DB in popluar number systems.

HEX5744DB
Decimal8768219
Binary1010111100010011011011
Octal127104333

Shades and tints

Shades of #5744DB

#5744DB
(87,68,219)
#503EC8
(80,62,200)
#4938B5
(73,56,181)
#4232A2
(66,50,162)
#3B2C8F
(59,44,143)
#34267C
(52,38,124)
#2D2069
(45,32,105)
#261A56
(38,26,86)
#1F1443
(31,20,67)
#180E30
(24,14,48)
#11081D
(17,8,29)
#000000
(0,0,0)

Tints of #5744DB

#5744DB
(87,68,219)
#6655DE
(102,85,222)
#7566E1
(117,102,225)
#8477E4
(132,119,228)
#9388E7
(147,136,231)
#A299EA
(162,153,234)
#B1AAED
(177,170,237)
#C0BBF0
(192,187,240)
#CFCCF3
(207,204,243)
#DEDDF6
(222,221,246)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5744DB color. Also use rgb(87,68,219) instead hex code.

Text Font Color

.myTextColor { color: #5744DB; }

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

This text font color is #5744DB.


Background Color

.myBgColor { background-color: #5744DB; }

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

This div background color is #5744DB.


Border color

.myBorderColor { border: 1px solid #5744DB; }

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

This div border color is #5744DB.


Opacity

.myOpacity80 { color: #5744DB; opacity: 0.8; }

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

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

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

This text has shadow with #5744DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5744DB on black background.


Color preview on white background

This text has color #5744DB on white background.



Black color preview on #5744DB background

This text has black color on #5744DB background.


White color preview on #5744DB background

This text has white color on #5744DB background.