COLOR #5574C5

HEX: #5574C5 RGB: (85,116,197)

Color info

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

RGB color model

#5574C5 color RGB value is (85,116,197).

RGB: (85,116,197) (33%, 45%, 77%)

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 197 of 255 = 77%

85
116
197

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

Portions of RGB colors in percentages

R + G + B = 85 + 116 + 197 = 398 (100%)
R 85 of 398 ~ 21.36%
G 116 of 398 ~ 29.15%
B 197 of 398 ~ 49.5'%

%21.36
%29.15
%49.5

CMYK color model

#5574C5 color CMYK value is (57,41,0,23).

  • cyan value is 56.85%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (57,41,0,23)
C57M41Y0K23 (57%, 41%, 0%, 23%)
(0.57 / 0.41 / 0.00 / 0.23)

CMYK percentages

%56.85
%41.12
%0
%22.75

Codes

Color #5574C5 in popluar color models

55 74 C5
RGB 85 116 197
HSL 223° 49.12% 55.29%
HSB/HSV 223° 56.85% 77.25%
CMYK 56.85% 41.12% 0.00%
22.75%

Color #5574C5 in popluar number systems.

HEX 55 74 C5
Decimal 85 116 197
Binary 1010101 1110100 11000101
Octal 125 164 305

Shades and tints

Shades of #5574C5

#5574C5
(85,116,197)
#4E6AB4
(78,106,180)
#4760A3
(71,96,163)
#405692
(64,86,146)
#394C81
(57,76,129)
#324270
(50,66,112)
#2B385F
(43,56,95)
#242E4E
(36,46,78)
#1D243D
(29,36,61)
#161A2C
(22,26,44)
#0F101B
(15,16,27)
#000000
(0,0,0)

Tints of #5574C5

#5574C5
(85,116,197)
#6480CA
(100,128,202)
#738CCF
(115,140,207)
#8298D4
(130,152,212)
#91A4D9
(145,164,217)
#A0B0DE
(160,176,222)
#AFBCE3
(175,188,227)
#BEC8E8
(190,200,232)
#CDD4ED
(205,212,237)
#DCE0F2
(220,224,242)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5574C5 color. Also use rgb(85,116,197) instead hex code.

Text Font Color

.myTextColor { color: #5574C5; }

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

This text font color is #5574C5.

Background Color

.myBgColor { background-color: #5574C5; }

<div style="background-color:#5574C5">Inner text</div>

This div background color is #5574C5.

Border color

.myBorderColor { border: 1px solid #5574C5; }

<div style="border:3px solid #5574C5">Div</div>

This div border color is #5574C5.

Opacity

.myOpacity80 { color: #5574C5; opacity: 0.8; }

<p style="color:#5574C5;opacity:0.8;">80%</p>

Text with #5574C5 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 #5574C5;}

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

This text has shadow with #5574C5 color.


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

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

This text has shadow with #5574C5 primary color and red secondary color.


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

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

This text has shadow with #5574C5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5574C5.

Preview

Color preview on black background

This text has color #5574C5 on black background.


Color preview on white background

This text has color #5574C5 on white background.


Black color preview on #5574C5 background

This text has black color on #5574C5 background.


White color preview on #5574C5 background

This text has white color on #5574C5 background.


Related colors

Complementary color

Complementary color for #hex is #AA8B3A.


I love getcolorcode.com

Triadic colors

1 #C55574 and #74C555 with #5574C5 are triadic colors.

2 #C57455 and #7455C5 with #5574C5 are triadic colors.