COLOR #5557A5

HEX: #5557A5
RGB: (85,87,165)

Color info

#5557A5 contains mainly blue color. Web safe color of #5557A5 is #666699 (or #669).

RGB color model

#5557A5 color RGB value is (85,87,165).

  • red value is 85;
  • green value is 87;
  • blue value is 165.
RGB:
(85,87,165)
(33%,34%,65%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 165 of 255 = 65%

85
87
165

R + G + B ~ 44%. #5557A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 165 = 337 (100%)
R 85 of 337 ~ 25.22%
G 87 of 337 ~ 25.82%
B 165 of 337 ~ 48.96%

%25.22
%25.82
%48.96

CMYK color model

#5557A5 color CMYK value is (48,47,0,35).

  • cyan value is 48.48%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(48,47,0,35)
C48M47Y0K35 
(48%,47%,0%,35%)
(0.48/0.47/0.00/0.35)	

CMYK percentages

%48.48
%47.27
%0
%35.29

Codes

Color #5557A5 in popluar color models

5557A5
RGB8587165
HSL239°32.00%49.02%
HSB/HSV239°48.48%64.71%
CMYK48.48%47.27%0.00%
35.29%

Color #5557A5 in popluar number systems.

HEX5557A5
Decimal8587165
Binary1010101101011110100101
Octal125127245

Shades and tints

Shades of #5557A5

#5557A5
(85,87,165)
#4E5096
(78,80,150)
#474987
(71,73,135)
#404278
(64,66,120)
#393B69
(57,59,105)
#32345A
(50,52,90)
#2B2D4B
(43,45,75)
#24263C
(36,38,60)
#1D1F2D
(29,31,45)
#16181E
(22,24,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #5557A5

#5557A5
(85,87,165)
#6466AD
(100,102,173)
#7375B5
(115,117,181)
#8284BD
(130,132,189)
#9193C5
(145,147,197)
#A0A2CD
(160,162,205)
#AFB1D5
(175,177,213)
#BEC0DD
(190,192,221)
#CDCFE5
(205,207,229)
#DCDEED
(220,222,237)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5557A5 color. Also use rgb(85,87,165) instead hex code.

Text Font Color

.myTextColor { color: #5557A5; }

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

This text font color is #5557A5.


Background Color

.myBgColor { background-color: #5557A5; }

<div style="background-color:#5557A5">Inner text</div>

This div background color is #5557A5.


Border color

.myBorderColor { border: 1px solid #5557A5; }

<div style="border:3px solid #5557A5">Div</div>

This div border color is #5557A5.


Opacity

.myOpacity80 { color: #5557A5; opacity: 0.8; }

<p style="color:#5557A5;opacity:0.8;">80%</p>

Text with #5557A5 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 #5557A5;}

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

This text has shadow with #5557A5 color.

.textShadow {text-shadow: 3px 3px 1px #5557A5, 3px 3px 1px red;}

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

This text has shadow with #5557A5 primary color and red secondary color.


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

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

This text has shadow with #5557A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5557A5 on black background.


Color preview on white background

This text has color #5557A5 on white background.



Black color preview on #5557A5 background

This text has black color on #5557A5 background.


White color preview on #5557A5 background

This text has white color on #5557A5 background.