COLOR #5657CA

HEX: #5657CA
RGB: (86,87,202)

Color info

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

RGB color model

#5657CA color RGB value is (86,87,202).

  • red value is 86;
  • green value is 87;
  • blue value is 202.
RGB:
(86,87,202)
(34%,34%,79%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 202 of 255 = 79%

86
87
202

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

Portions of RGB colors in percentages

R + G + B =
86 + 87 + 202 = 375 (100%)
R 86 of 375 ~ 22.93%
G 87 of 375 ~ 23.2%
B 202 of 375 ~ 53.87%

%22.93
%23.2
%53.87

CMYK color model

#5657CA color CMYK value is (57,57,0,21).

  • cyan value is 57.43%
  • magenta value is 56.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(57,57,0,21)
C57M57Y0K21 
(57%,57%,0%,21%)
(0.57/0.57/0.00/0.21)	

CMYK percentages

%57.43
%56.93
%0
%20.78

Codes

Color #5657CA in popluar color models

5657CA
RGB8687202
HSL239°52.25%56.47%
HSB/HSV239°57.43%79.22%
CMYK57.43%56.93%0.00%
20.78%

Color #5657CA in popluar number systems.

HEX5657CA
Decimal8687202
Binary1010110101011111001010
Octal126127312

Shades and tints

Shades of #5657CA

#5657CA
(86,87,202)
#4F50B8
(79,80,184)
#4849A6
(72,73,166)
#414294
(65,66,148)
#3A3B82
(58,59,130)
#333470
(51,52,112)
#2C2D5E
(44,45,94)
#25264C
(37,38,76)
#1E1F3A
(30,31,58)
#171828
(23,24,40)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #5657CA

#5657CA
(86,87,202)
#6566CE
(101,102,206)
#7475D2
(116,117,210)
#8384D6
(131,132,214)
#9293DA
(146,147,218)
#A1A2DE
(161,162,222)
#B0B1E2
(176,177,226)
#BFC0E6
(191,192,230)
#CECFEA
(206,207,234)
#DDDEEE
(221,222,238)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5657CA color. Also use rgb(86,87,202) instead hex code.

Text Font Color

.myTextColor { color: #5657CA; }

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

This text font color is #5657CA.


Background Color

.myBgColor { background-color: #5657CA; }

<div style="background-color:#5657CA">Inner text</div>

This div background color is #5657CA.


Border color

.myBorderColor { border: 1px solid #5657CA; }

<div style="border:3px solid #5657CA">Div</div>

This div border color is #5657CA.


Opacity

.myOpacity80 { color: #5657CA; opacity: 0.8; }

<p style="color:#5657CA;opacity:0.8;">80%</p>

Text with #5657CA 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 #5657CA;}

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

This text has shadow with #5657CA color.

.textShadow {text-shadow: 3px 3px 1px #5657CA, 3px 3px 1px red;}

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

This text has shadow with #5657CA primary color and red secondary color.


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

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

This text has shadow with #5657CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5657CA on black background.


Color preview on white background

This text has color #5657CA on white background.



Black color preview on #5657CA background

This text has black color on #5657CA background.


White color preview on #5657CA background

This text has white color on #5657CA background.