COLOR #5569C7

HEX: #5569C7 RGB: (85,105,199)

Color info

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

RGB color model

#5569C7 color RGB value is (85,105,199).

RGB: (85,105,199) (33%, 41%, 78%)

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 199 of 255 = 78%

85
105
199

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

Portions of RGB colors in percentages

R + G + B = 85 + 105 + 199 = 389 (100%)
R 85 of 389 ~ 21.85%
G 105 of 389 ~ 26.99%
B 199 of 389 ~ 51.16'%

%21.85
%26.99
%51.16

CMYK color model

#5569C7 color CMYK value is (57,47,0,22).

  • cyan value is 57.29%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (57,47,0,22)
C57M47Y0K22 (57%, 47%, 0%, 22%)
(0.57 / 0.47 / 0.00 / 0.22)

CMYK percentages

%57.29
%47.24
%0
%21.96

Codes

Color #5569C7 in popluar color models

55 69 C7
RGB 85 105 199
HSL 229° 50.44% 55.69%
HSB/HSV 229° 57.29% 78.04%
CMYK 57.29% 47.24% 0.00%
21.96%

Color #5569C7 in popluar number systems.

HEX 55 69 C7
Decimal 85 105 199
Binary 1010101 1101001 11000111
Octal 125 151 307

Shades and tints

Shades of #5569C7

#5569C7
(85,105,199)
#4E60B5
(78,96,181)
#4757A3
(71,87,163)
#404E91
(64,78,145)
#39457F
(57,69,127)
#323C6D
(50,60,109)
#2B335B
(43,51,91)
#242A49
(36,42,73)
#1D2137
(29,33,55)
#161825
(22,24,37)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #5569C7

#5569C7
(85,105,199)
#6476CC
(100,118,204)
#7383D1
(115,131,209)
#8290D6
(130,144,214)
#919DDB
(145,157,219)
#A0AAE0
(160,170,224)
#AFB7E5
(175,183,229)
#BEC4EA
(190,196,234)
#CDD1EF
(205,209,239)
#DCDEF4
(220,222,244)
#EBEBF9
(235,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5569C7 color. Also use rgb(85,105,199) instead hex code.

Text Font Color

.myTextColor { color: #5569C7; }

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

This text font color is #5569C7.

Background Color

.myBgColor { background-color: #5569C7; }

<div style="background-color:#5569C7">Inner text</div>

This div background color is #5569C7.

Border color

.myBorderColor { border: 1px solid #5569C7; }

<div style="border:3px solid #5569C7">Div</div>

This div border color is #5569C7.

Opacity

.myOpacity80 { color: #5569C7; opacity: 0.8; }

<p style="color:#5569C7;opacity:0.8;">80%</p>

Text with #5569C7 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 #5569C7;}

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

This text has shadow with #5569C7 color.


.textShadow {text-shadow: 3px 3px 1px #5569C7', 3px 3px 1px red;}

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

This text has shadow with #5569C7 primary color and red secondary color.


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

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

This text has shadow with #5569C7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5569C7; -webkit-box-shadow: 1px 1px 3px 2px #5569C7; box-shadow:1px 1px 3px 2px #5569C7;">
Div content here
</div>

This div box has shadow with color #5569C7.

Preview

Color preview on black background

This text has color #5569C7 on black background.


Color preview on white background

This text has color #5569C7 on white background.


Black color preview on #5569C7 background

This text has black color on #5569C7 background.


White color preview on #5569C7 background

This text has white color on #5569C7 background.


Related colors

Complementary color

Complementary color for #hex is #AA9638.


I love getcolorcode.com

Triadic colors

1 #C75569 and #69C755 with #5569C7 are triadic colors.

2 #C76955 and #6955C7 with #5569C7 are triadic colors.