COLOR #5673D2

HEX: #5673D2
RGB: (86,115,210)

Color info

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

RGB color model

#5673D2 color RGB value is (86,115,210).

  • red value is 86;
  • green value is 115;
  • blue value is 210.
RGB:
(86,115,210)
(34%,45%,82%)

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 210 of 255 = 82%

86
115
210

R + G + B ~ 54%. #5673D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 210 = 411 (100%)
R 86 of 411 ~ 20.92%
G 115 of 411 ~ 27.98%
B 210 of 411 ~ 51.09%

%20.92
%27.98
%51.09

CMYK color model

#5673D2 color CMYK value is (59,45,0,18).

  • cyan value is 59.05%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(59,45,0,18)
C59M45Y0K18 
(59%,45%,0%,18%)
(0.59/0.45/0.00/0.18)	

CMYK percentages

%59.05
%45.24
%0
%17.65

Codes

Color #5673D2 in popluar color models

5673D2
RGB86115210
HSL226°57.94%58.04%
HSB/HSV226°59.05%82.35%
CMYK59.05%45.24%0.00%
17.65%

Color #5673D2 in popluar number systems.

HEX5673D2
Decimal86115210
Binary1010110111001111010010
Octal126163322

Shades and tints

Shades of #5673D2

#5673D2
(86,115,210)
#4F69BF
(79,105,191)
#485FAC
(72,95,172)
#415599
(65,85,153)
#3A4B86
(58,75,134)
#334173
(51,65,115)
#2C3760
(44,55,96)
#252D4D
(37,45,77)
#1E233A
(30,35,58)
#171927
(23,25,39)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #5673D2

#5673D2
(86,115,210)
#657FD6
(101,127,214)
#748BDA
(116,139,218)
#8397DE
(131,151,222)
#92A3E2
(146,163,226)
#A1AFE6
(161,175,230)
#B0BBEA
(176,187,234)
#BFC7EE
(191,199,238)
#CED3F2
(206,211,242)
#DDDFF6
(221,223,246)
#ECEBFA
(236,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5673D2 color. Also use rgb(86,115,210) instead hex code.

Text Font Color

.myTextColor { color: #5673D2; }

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

This text font color is #5673D2.


Background Color

.myBgColor { background-color: #5673D2; }

<div style="background-color:#5673D2">Inner text</div>

This div background color is #5673D2.


Border color

.myBorderColor { border: 1px solid #5673D2; }

<div style="border:3px solid #5673D2">Div</div>

This div border color is #5673D2.


Opacity

.myOpacity80 { color: #5673D2; opacity: 0.8; }

<p style="color:#5673D2;opacity:0.8;">80%</p>

Text with #5673D2 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 #5673D2;}

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

This text has shadow with #5673D2 color.

.textShadow {text-shadow: 3px 3px 1px #5673D2, 3px 3px 1px red;}

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

This text has shadow with #5673D2 primary color and red secondary color.


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

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

This text has shadow with #5673D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5673D2 on black background.


Color preview on white background

This text has color #5673D2 on white background.



Black color preview on #5673D2 background

This text has black color on #5673D2 background.


White color preview on #5673D2 background

This text has white color on #5673D2 background.