COLOR #5754CC

HEX: #5754CC
RGB: (87,84,204)

Color info

#5754CC contains mainly blue color. Web safe color of #5754CC is #6666CC (or #66C).

RGB color model

#5754CC color RGB value is (87,84,204).

  • red value is 87;
  • green value is 84;
  • blue value is 204.
RGB:
(87,84,204)
(34%,33%,80%)

RGB channels and saturation

R 87 of 255 = 34%
G 84 of 255 = 33%
B 204 of 255 = 80%

87
84
204

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

Portions of RGB colors in percentages

R + G + B =
87 + 84 + 204 = 375 (100%)
R 87 of 375 ~ 23.2%
G 84 of 375 ~ 22.4%
B 204 of 375 ~ 54.4%

%23.2
%22.4
%54.4

CMYK color model

#5754CC color CMYK value is (57,59,0,20).

  • cyan value is 57.35%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(57,59,0,20)
C57M59Y0K20 
(57%,59%,0%,20%)
(0.57/0.59/0.00/0.20)	

CMYK percentages

%57.35
%58.82
%0
%20

Codes

Color #5754CC in popluar color models

5754CC
RGB8784204
HSL242°54.05%56.47%
HSB/HSV242°58.82%80.00%
CMYK57.35%58.82%0.00%
20.00%

Color #5754CC in popluar number systems.

HEX5754CC
Decimal8784204
Binary1010111101010011001100
Octal127124314

Shades and tints

Shades of #5754CC

#5754CC
(87,84,204)
#504DBA
(80,77,186)
#4946A8
(73,70,168)
#423F96
(66,63,150)
#3B3884
(59,56,132)
#343172
(52,49,114)
#2D2A60
(45,42,96)
#26234E
(38,35,78)
#1F1C3C
(31,28,60)
#18152A
(24,21,42)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #5754CC

#5754CC
(87,84,204)
#6663D0
(102,99,208)
#7572D4
(117,114,212)
#8481D8
(132,129,216)
#9390DC
(147,144,220)
#A29FE0
(162,159,224)
#B1AEE4
(177,174,228)
#C0BDE8
(192,189,232)
#CFCCEC
(207,204,236)
#DEDBF0
(222,219,240)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5754CC color. Also use rgb(87,84,204) instead hex code.

Text Font Color

.myTextColor { color: #5754CC; }

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

This text font color is #5754CC.


Background Color

.myBgColor { background-color: #5754CC; }

<div style="background-color:#5754CC">Inner text</div>

This div background color is #5754CC.


Border color

.myBorderColor { border: 1px solid #5754CC; }

<div style="border:3px solid #5754CC">Div</div>

This div border color is #5754CC.


Opacity

.myOpacity80 { color: #5754CC; opacity: 0.8; }

<p style="color:#5754CC;opacity:0.8;">80%</p>

Text with #5754CC 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 #5754CC;}

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

This text has shadow with #5754CC color.

.textShadow {text-shadow: 3px 3px 1px #5754CC, 3px 3px 1px red;}

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

This text has shadow with #5754CC primary color and red secondary color.


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

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

This text has shadow with #5754CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5754CC on black background.


Color preview on white background

This text has color #5754CC on white background.



Black color preview on #5754CC background

This text has black color on #5754CC background.


White color preview on #5754CC background

This text has white color on #5754CC background.