COLOR #5562B2

HEX: #5562B2 RGB: (85,98,178)

Color info

#5562B2 contains mainly blue color. Web safe color of #5562B2 is #666699 (or #669).

RGB color model

#5562B2 color RGB value is (85,98,178).

RGB: (85,98,178) (33%, 38%, 70%)

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 178 of 255 = 70%

85
98
178

R + G + B ~ 47%. #5562B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 98 + 178 = 361 (100%)
R 85 of 361 ~ 23.55%
G 98 of 361 ~ 27.15%
B 178 of 361 ~ 49.31'%

%23.55
%27.15
%49.31

CMYK color model

#5562B2 color CMYK value is (52,45,0,30).

  • cyan value is 52.25%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (52,45,0,30)
C52M45Y0K30 (52%, 45%, 0%, 30%)
(0.52 / 0.45 / 0.00 / 0.30)

CMYK percentages

%52.25
%44.94
%0
%30.2

Codes

Color #5562B2 in popluar color models

55 62 B2
RGB 85 98 178
HSL 232° 37.65% 51.57%
HSB/HSV 232° 52.25% 69.80%
CMYK 52.25% 44.94% 0.00%
30.20%

Color #5562B2 in popluar number systems.

HEX 55 62 B2
Decimal 85 98 178
Binary 1010101 1100010 10110010
Octal 125 142 262

Shades and tints

Shades of #5562B2

#5562B2
(85,98,178)
#4E5AA2
(78,90,162)
#475292
(71,82,146)
#404A82
(64,74,130)
#394272
(57,66,114)
#323A62
(50,58,98)
#2B3252
(43,50,82)
#242A42
(36,42,66)
#1D2232
(29,34,50)
#161A22
(22,26,34)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #5562B2

#5562B2
(85,98,178)
#6470B9
(100,112,185)
#737EC0
(115,126,192)
#828CC7
(130,140,199)
#919ACE
(145,154,206)
#A0A8D5
(160,168,213)
#AFB6DC
(175,182,220)
#BEC4E3
(190,196,227)
#CDD2EA
(205,210,234)
#DCE0F1
(220,224,241)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5562B2 color. Also use rgb(85,98,178) instead hex code.

Text Font Color

.myTextColor { color: #5562B2; }

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

This text font color is #5562B2.

Background Color

.myBgColor { background-color: #5562B2; }

<div style="background-color:#5562B2">Inner text</div>

This div background color is #5562B2.

Border color

.myBorderColor { border: 1px solid #5562B2; }

<div style="border:3px solid #5562B2">Div</div>

This div border color is #5562B2.

Opacity

.myOpacity80 { color: #5562B2; opacity: 0.8; }

<p style="color:#5562B2;opacity:0.8;">80%</p>

Text with #5562B2 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 #5562B2;}

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

This text has shadow with #5562B2 color.


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

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

This text has shadow with #5562B2 primary color and red secondary color.


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

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

This text has shadow with #5562B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5562B2.

Preview

Color preview on black background

This text has color #5562B2 on black background.


Color preview on white background

This text has color #5562B2 on white background.


Black color preview on #5562B2 background

This text has black color on #5562B2 background.


White color preview on #5562B2 background

This text has white color on #5562B2 background.


Related colors

Complementary color

Complementary color for #hex is #AA9D4D.


I love getcolorcode.com

Triadic colors

1 #B25562 and #62B255 with #5562B2 are triadic colors.

2 #B26255 and #6255B2 with #5562B2 are triadic colors.