COLOR #5675DC

HEX: #5675DC
RGB: (86,117,220)

Color info

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

RGB color model

#5675DC color RGB value is (86,117,220).

  • red value is 86;
  • green value is 117;
  • blue value is 220.
RGB:
(86,117,220)
(34%,46%,86%)

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 220 of 255 = 86%

86
117
220

R + G + B ~ 55%. #5675DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 220 = 423 (100%)
R 86 of 423 ~ 20.33%
G 117 of 423 ~ 27.66%
B 220 of 423 ~ 52.01%

%20.33
%27.66
%52.01

CMYK color model

#5675DC color CMYK value is (61,47,0,14).

  • cyan value is 60.91%
  • magenta value is 46.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(61,47,0,14)
C61M47Y0K14 
(61%,47%,0%,14%)
(0.61/0.47/0.00/0.14)	

CMYK percentages

%60.91
%46.82
%0
%13.73

Codes

Color #5675DC in popluar color models

5675DC
RGB86117220
HSL226°65.69%60.00%
HSB/HSV226°60.91%86.27%
CMYK60.91%46.82%0.00%
13.73%

Color #5675DC in popluar number systems.

HEX5675DC
Decimal86117220
Binary1010110111010111011100
Octal126165334

Shades and tints

Shades of #5675DC

#5675DC
(86,117,220)
#4F6BC8
(79,107,200)
#4861B4
(72,97,180)
#4157A0
(65,87,160)
#3A4D8C
(58,77,140)
#334378
(51,67,120)
#2C3964
(44,57,100)
#252F50
(37,47,80)
#1E253C
(30,37,60)
#171B28
(23,27,40)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #5675DC

#5675DC
(86,117,220)
#6581DF
(101,129,223)
#748DE2
(116,141,226)
#8399E5
(131,153,229)
#92A5E8
(146,165,232)
#A1B1EB
(161,177,235)
#B0BDEE
(176,189,238)
#BFC9F1
(191,201,241)
#CED5F4
(206,213,244)
#DDE1F7
(221,225,247)
#ECEDFA
(236,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5675DC color. Also use rgb(86,117,220) instead hex code.

Text Font Color

.myTextColor { color: #5675DC; }

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

This text font color is #5675DC.


Background Color

.myBgColor { background-color: #5675DC; }

<div style="background-color:#5675DC">Inner text</div>

This div background color is #5675DC.


Border color

.myBorderColor { border: 1px solid #5675DC; }

<div style="border:3px solid #5675DC">Div</div>

This div border color is #5675DC.


Opacity

.myOpacity80 { color: #5675DC; opacity: 0.8; }

<p style="color:#5675DC;opacity:0.8;">80%</p>

Text with #5675DC 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 #5675DC;}

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

This text has shadow with #5675DC color.

.textShadow {text-shadow: 3px 3px 1px #5675DC, 3px 3px 1px red;}

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

This text has shadow with #5675DC primary color and red secondary color.


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

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

This text has shadow with #5675DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5675DC on black background.


Color preview on white background

This text has color #5675DC on white background.



Black color preview on #5675DC background

This text has black color on #5675DC background.


White color preview on #5675DC background

This text has white color on #5675DC background.