COLOR #5552A7

HEX: #5552A7 RGB: (85,82,167)

Color info

#5552A7 contains mainly blue color. Web safe color of #5552A7 is #666699 (or #669).

RGB color model

#5552A7 color RGB value is (85,82,167).

RGB: (85,82,167) (33%, 32%, 65%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 167 of 255 = 65%

85
82
167

R + G + B ~ 43%. #5552A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 167 = 334 (100%)
R 85 of 334 ~ 25.45%
G 82 of 334 ~ 24.55%
B 167 of 334 ~ 50'%

%25.45
%24.55
%50

CMYK color model

#5552A7 color CMYK value is (49,51,0,35).

  • cyan value is 49.10%
  • magenta value is 50.90%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (49,51,0,35)
C49M51Y0K35 (49%, 51%, 0%, 35%)
(0.49 / 0.51 / 0.00 / 0.35)

CMYK percentages

%49.1
%50.9
%0
%34.51

Codes

Color #5552A7 in popluar color models

55 52 A7
RGB 85 82 167
HSL 242° 34.14% 48.82%
HSB/HSV 242° 50.90% 65.49%
CMYK 49.10% 50.90% 0.00%
34.51%

Color #5552A7 in popluar number systems.

HEX 55 52 A7
Decimal 85 82 167
Binary 1010101 1010010 10100111
Octal 125 122 247

Shades and tints

Shades of #5552A7

#5552A7
(85,82,167)
#4E4B98
(78,75,152)
#474489
(71,68,137)
#403D7A
(64,61,122)
#39366B
(57,54,107)
#322F5C
(50,47,92)
#2B284D
(43,40,77)
#24213E
(36,33,62)
#1D1A2F
(29,26,47)
#161320
(22,19,32)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5552A7

#5552A7
(85,82,167)
#6461AF
(100,97,175)
#7370B7
(115,112,183)
#827FBF
(130,127,191)
#918EC7
(145,142,199)
#A09DCF
(160,157,207)
#AFACD7
(175,172,215)
#BEBBDF
(190,187,223)
#CDCAE7
(205,202,231)
#DCD9EF
(220,217,239)
#EBE8F7
(235,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5552A7 color. Also use rgb(85,82,167) instead hex code.

Text Font Color

.myTextColor { color: #5552A7; }

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

This text font color is #5552A7.

Background Color

.myBgColor { background-color: #5552A7; }

<div style="background-color:#5552A7">Inner text</div>

This div background color is #5552A7.

Border color

.myBorderColor { border: 1px solid #5552A7; }

<div style="border:3px solid #5552A7">Div</div>

This div border color is #5552A7.

Opacity

.myOpacity80 { color: #5552A7; opacity: 0.8; }

<p style="color:#5552A7;opacity:0.8;">80%</p>

Text with #5552A7 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 #5552A7;}

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

This text has shadow with #5552A7 color.


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

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

This text has shadow with #5552A7 primary color and red secondary color.


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

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

This text has shadow with #5552A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5552A7.

Preview

Color preview on black background

This text has color #5552A7 on black background.


Color preview on white background

This text has color #5552A7 on white background.


Black color preview on #5552A7 background

This text has black color on #5552A7 background.


White color preview on #5552A7 background

This text has white color on #5552A7 background.


Related colors

Complementary color

Complementary color for #hex is #AAAD58.


I love getcolorcode.com

Triadic colors

1 #A75552 and #52A755 with #5552A7 are triadic colors.

2 #A75255 and #5255A7 with #5552A7 are triadic colors.