COLOR #556BFD

HEX: #556BFD
RGB: (85,107,253)

Color info

#556BFD contains mainly blue color. Web safe color of #556BFD is #6666FF (or #66F).

RGB color model

#556BFD color RGB value is (85,107,253).

  • red value is 85;
  • green value is 107;
  • blue value is 253.
RGB:
(85,107,253)
(33%,42%,99%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 253 of 255 = 99%

85
107
253

R + G + B ~ 58%. #556BFD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 107 + 253 = 445 (100%)
R 85 of 445 ~ 19.1%
G 107 of 445 ~ 24.04%
B 253 of 445 ~ 56.85%

%19.1
%24.04
%56.85

CMYK color model

#556BFD color CMYK value is (66,58,0,1).

  • cyan value is 66.40%
  • magenta value is 57.71%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(66,58,0,1)
C66M58Y0K1 
(66%,58%,0%,1%)
(0.66/0.58/0.00/0.01)	

CMYK percentages

%66.4
%57.71
%0
%0.78

Codes

Color #556BFD in popluar color models

556BFD
RGB85107253
HSL232°97.67%66.27%
HSB/HSV232°66.40%99.22%
CMYK66.40%57.71%0.00%
0.78%

Color #556BFD in popluar number systems.

HEX556BFD
Decimal85107253
Binary1010101110101111111101
Octal125153375

Shades and tints

Shades of #556BFD

#556BFD
(85,107,253)
#4E62E6
(78,98,230)
#4759CF
(71,89,207)
#4050B8
(64,80,184)
#3947A1
(57,71,161)
#323E8A
(50,62,138)
#2B3573
(43,53,115)
#242C5C
(36,44,92)
#1D2345
(29,35,69)
#161A2E
(22,26,46)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #556BFD

#556BFD
(85,107,253)
#6478FD
(100,120,253)
#7385FD
(115,133,253)
#8292FD
(130,146,253)
#919FFD
(145,159,253)
#A0ACFD
(160,172,253)
#AFB9FD
(175,185,253)
#BEC6FD
(190,198,253)
#CDD3FD
(205,211,253)
#DCE0FD
(220,224,253)
#EBEDFD
(235,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556BFD color. Also use rgb(85,107,253) instead hex code.

Text Font Color

.myTextColor { color: #556BFD; }

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

This text font color is #556BFD.


Background Color

.myBgColor { background-color: #556BFD; }

<div style="background-color:#556BFD">Inner text</div>

This div background color is #556BFD.


Border color

.myBorderColor { border: 1px solid #556BFD; }

<div style="border:3px solid #556BFD">Div</div>

This div border color is #556BFD.


Opacity

.myOpacity80 { color: #556BFD; opacity: 0.8; }

<p style="color:#556BFD;opacity:0.8;">80%</p>

Text with #556BFD 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 #556BFD;}

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

This text has shadow with #556BFD color.

.textShadow {text-shadow: 3px 3px 1px #556BFD, 3px 3px 1px red;}

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

This text has shadow with #556BFD primary color and red secondary color.


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

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

This text has shadow with #556BFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556BFD on black background.


Color preview on white background

This text has color #556BFD on white background.



Black color preview on #556BFD background

This text has black color on #556BFD background.


White color preview on #556BFD background

This text has white color on #556BFD background.