COLOR #5565D0

HEX: #5565D0
RGB: (85,101,208)

Color info

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

RGB color model

#5565D0 color RGB value is (85,101,208).

  • red value is 85;
  • green value is 101;
  • blue value is 208.
RGB:
(85,101,208)
(33%,40%,82%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 208 of 255 = 82%

85
101
208

R + G + B ~ 52%. #5565D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 208 = 394 (100%)
R 85 of 394 ~ 21.57%
G 101 of 394 ~ 25.63%
B 208 of 394 ~ 52.79%

%21.57
%25.63
%52.79

CMYK color model

#5565D0 color CMYK value is (59,51,0,18).

  • cyan value is 59.13%
  • magenta value is 51.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(59,51,0,18)
C59M51Y0K18 
(59%,51%,0%,18%)
(0.59/0.51/0.00/0.18)	

CMYK percentages

%59.13
%51.44
%0
%18.43

Codes

Color #5565D0 in popluar color models

5565D0
RGB85101208
HSL232°56.68%57.45%
HSB/HSV232°59.13%81.57%
CMYK59.13%51.44%0.00%
18.43%

Color #5565D0 in popluar number systems.

HEX5565D0
Decimal85101208
Binary1010101110010111010000
Octal125145320

Shades and tints

Shades of #5565D0

#5565D0
(85,101,208)
#4E5CBE
(78,92,190)
#4753AC
(71,83,172)
#404A9A
(64,74,154)
#394188
(57,65,136)
#323876
(50,56,118)
#2B2F64
(43,47,100)
#242652
(36,38,82)
#1D1D40
(29,29,64)
#16142E
(22,20,46)
#0F0B1C
(15,11,28)
#000000
(0,0,0)

Tints of #5565D0

#5565D0
(85,101,208)
#6473D4
(100,115,212)
#7381D8
(115,129,216)
#828FDC
(130,143,220)
#919DE0
(145,157,224)
#A0ABE4
(160,171,228)
#AFB9E8
(175,185,232)
#BEC7EC
(190,199,236)
#CDD5F0
(205,213,240)
#DCE3F4
(220,227,244)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5565D0 color. Also use rgb(85,101,208) instead hex code.

Text Font Color

.myTextColor { color: #5565D0; }

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

This text font color is #5565D0.


Background Color

.myBgColor { background-color: #5565D0; }

<div style="background-color:#5565D0">Inner text</div>

This div background color is #5565D0.


Border color

.myBorderColor { border: 1px solid #5565D0; }

<div style="border:3px solid #5565D0">Div</div>

This div border color is #5565D0.


Opacity

.myOpacity80 { color: #5565D0; opacity: 0.8; }

<p style="color:#5565D0;opacity:0.8;">80%</p>

Text with #5565D0 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 #5565D0;}

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

This text has shadow with #5565D0 color.

.textShadow {text-shadow: 3px 3px 1px #5565D0, 3px 3px 1px red;}

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

This text has shadow with #5565D0 primary color and red secondary color.


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

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

This text has shadow with #5565D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5565D0 on black background.


Color preview on white background

This text has color #5565D0 on white background.



Black color preview on #5565D0 background

This text has black color on #5565D0 background.


White color preview on #5565D0 background

This text has white color on #5565D0 background.