COLOR #5665C4

HEX: #5665C4
RGB: (86,101,196)

Color info

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

RGB color model

#5665C4 color RGB value is (86,101,196).

  • red value is 86;
  • green value is 101;
  • blue value is 196.
RGB:
(86,101,196)
(34%,40%,77%)

RGB channels and saturation

R 86 of 255 = 34%
G 101 of 255 = 40%
B 196 of 255 = 77%

86
101
196

R + G + B ~ 50%. #5665C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 101 + 196 = 383 (100%)
R 86 of 383 ~ 22.45%
G 101 of 383 ~ 26.37%
B 196 of 383 ~ 51.17%

%22.45
%26.37
%51.17

CMYK color model

#5665C4 color CMYK value is (56,48,0,23).

  • cyan value is 56.12%
  • magenta value is 48.47%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(56,48,0,23)
C56M48Y0K23 
(56%,48%,0%,23%)
(0.56/0.48/0.00/0.23)	

CMYK percentages

%56.12
%48.47
%0
%23.14

Codes

Color #5665C4 in popluar color models

5665C4
RGB86101196
HSL232°48.25%55.29%
HSB/HSV232°56.12%76.86%
CMYK56.12%48.47%0.00%
23.14%

Color #5665C4 in popluar number systems.

HEX5665C4
Decimal86101196
Binary1010110110010111000100
Octal126145304

Shades and tints

Shades of #5665C4

#5665C4
(86,101,196)
#4F5CB3
(79,92,179)
#4853A2
(72,83,162)
#414A91
(65,74,145)
#3A4180
(58,65,128)
#33386F
(51,56,111)
#2C2F5E
(44,47,94)
#25264D
(37,38,77)
#1E1D3C
(30,29,60)
#17142B
(23,20,43)
#100B1A
(16,11,26)
#000000
(0,0,0)

Tints of #5665C4

#5665C4
(86,101,196)
#6573C9
(101,115,201)
#7481CE
(116,129,206)
#838FD3
(131,143,211)
#929DD8
(146,157,216)
#A1ABDD
(161,171,221)
#B0B9E2
(176,185,226)
#BFC7E7
(191,199,231)
#CED5EC
(206,213,236)
#DDE3F1
(221,227,241)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5665C4 color. Also use rgb(86,101,196) instead hex code.

Text Font Color

.myTextColor { color: #5665C4; }

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

This text font color is #5665C4.


Background Color

.myBgColor { background-color: #5665C4; }

<div style="background-color:#5665C4">Inner text</div>

This div background color is #5665C4.


Border color

.myBorderColor { border: 1px solid #5665C4; }

<div style="border:3px solid #5665C4">Div</div>

This div border color is #5665C4.


Opacity

.myOpacity80 { color: #5665C4; opacity: 0.8; }

<p style="color:#5665C4;opacity:0.8;">80%</p>

Text with #5665C4 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 #5665C4;}

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

This text has shadow with #5665C4 color.

.textShadow {text-shadow: 3px 3px 1px #5665C4, 3px 3px 1px red;}

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

This text has shadow with #5665C4 primary color and red secondary color.


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

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

This text has shadow with #5665C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5665C4 on black background.


Color preview on white background

This text has color #5665C4 on white background.



Black color preview on #5665C4 background

This text has black color on #5665C4 background.


White color preview on #5665C4 background

This text has white color on #5665C4 background.