COLOR #556DC8

HEX: #556DC8
RGB: (85,109,200)

Color info

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

RGB color model

#556DC8 color RGB value is (85,109,200).

  • red value is 85;
  • green value is 109;
  • blue value is 200.
RGB:
(85,109,200)
(33%,43%,78%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 200 of 255 = 78%

85
109
200

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

Portions of RGB colors in percentages

R + G + B =
85 + 109 + 200 = 394 (100%)
R 85 of 394 ~ 21.57%
G 109 of 394 ~ 27.66%
B 200 of 394 ~ 50.76%

%21.57
%27.66
%50.76

CMYK color model

#556DC8 color CMYK value is (58,46,0,22).

  • cyan value is 57.50%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(58,46,0,22)
C58M46Y0K22 
(58%,46%,0%,22%)
(0.58/0.46/0.00/0.22)	

CMYK percentages

%57.5
%45.5
%0
%21.57

Codes

Color #556DC8 in popluar color models

556DC8
RGB85109200
HSL227°51.11%55.88%
HSB/HSV227°57.50%78.43%
CMYK57.50%45.50%0.00%
21.57%

Color #556DC8 in popluar number systems.

HEX556DC8
Decimal85109200
Binary1010101110110111001000
Octal125155310

Shades and tints

Shades of #556DC8

#556DC8
(85,109,200)
#4E64B6
(78,100,182)
#475BA4
(71,91,164)
#405292
(64,82,146)
#394980
(57,73,128)
#32406E
(50,64,110)
#2B375C
(43,55,92)
#242E4A
(36,46,74)
#1D2538
(29,37,56)
#161C26
(22,28,38)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #556DC8

#556DC8
(85,109,200)
#647ACD
(100,122,205)
#7387D2
(115,135,210)
#8294D7
(130,148,215)
#91A1DC
(145,161,220)
#A0AEE1
(160,174,225)
#AFBBE6
(175,187,230)
#BEC8EB
(190,200,235)
#CDD5F0
(205,213,240)
#DCE2F5
(220,226,245)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556DC8 color. Also use rgb(85,109,200) instead hex code.

Text Font Color

.myTextColor { color: #556DC8; }

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

This text font color is #556DC8.


Background Color

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

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

This div background color is #556DC8.


Border color

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

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

This div border color is #556DC8.


Opacity

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

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

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

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

This text has shadow with #556DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556DC8 on black background.


Color preview on white background

This text has color #556DC8 on white background.



Black color preview on #556DC8 background

This text has black color on #556DC8 background.


White color preview on #556DC8 background

This text has white color on #556DC8 background.