COLOR #5560D2

HEX: #5560D2
RGB: (85,96,210)

Color info

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

RGB color model

#5560D2 color RGB value is (85,96,210).

  • red value is 85;
  • green value is 96;
  • blue value is 210.
RGB:
(85,96,210)
(33%,38%,82%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 210 of 255 = 82%

85
96
210

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

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 210 = 391 (100%)
R 85 of 391 ~ 21.74%
G 96 of 391 ~ 24.55%
B 210 of 391 ~ 53.71%

%21.74
%24.55
%53.71

CMYK color model

#5560D2 color CMYK value is (60,54,0,18).

  • cyan value is 59.52%
  • magenta value is 54.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(60,54,0,18)
C60M54Y0K18 
(60%,54%,0%,18%)
(0.60/0.54/0.00/0.18)	

CMYK percentages

%59.52
%54.29
%0
%17.65

Codes

Color #5560D2 in popluar color models

5560D2
RGB8596210
HSL235°58.14%57.84%
HSB/HSV235°59.52%82.35%
CMYK59.52%54.29%0.00%
17.65%

Color #5560D2 in popluar number systems.

HEX5560D2
Decimal8596210
Binary1010101110000011010010
Octal125140322

Shades and tints

Shades of #5560D2

#5560D2
(85,96,210)
#4E58BF
(78,88,191)
#4750AC
(71,80,172)
#404899
(64,72,153)
#394086
(57,64,134)
#323873
(50,56,115)
#2B3060
(43,48,96)
#24284D
(36,40,77)
#1D203A
(29,32,58)
#161827
(22,24,39)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #5560D2

#5560D2
(85,96,210)
#646ED6
(100,110,214)
#737CDA
(115,124,218)
#828ADE
(130,138,222)
#9198E2
(145,152,226)
#A0A6E6
(160,166,230)
#AFB4EA
(175,180,234)
#BEC2EE
(190,194,238)
#CDD0F2
(205,208,242)
#DCDEF6
(220,222,246)
#EBECFA
(235,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5560D2 color. Also use rgb(85,96,210) instead hex code.

Text Font Color

.myTextColor { color: #5560D2; }

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

This text font color is #5560D2.


Background Color

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

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

This div background color is #5560D2.


Border color

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

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

This div border color is #5560D2.


Opacity

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

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

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

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

This text has shadow with #5560D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5560D2 on black background.


Color preview on white background

This text has color #5560D2 on white background.



Black color preview on #5560D2 background

This text has black color on #5560D2 background.


White color preview on #5560D2 background

This text has white color on #5560D2 background.