COLOR #557AA5

HEX: #557AA5
RGB: (85,122,165)

Color info

#557AA5 contains mainly green and blue colors. Web safe color of #557AA5 is #666699 (or #669).

RGB color model

#557AA5 color RGB value is (85,122,165).

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

RGB channels and saturation

R 85 of 255 = 33%
G 122 of 255 = 48%
B 165 of 255 = 65%

85
122
165

R + G + B ~ 49%. #557AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 122 + 165 = 372 (100%)
R 85 of 372 ~ 22.85%
G 122 of 372 ~ 32.8%
B 165 of 372 ~ 44.35%

%22.85
%32.8
%44.35

CMYK color model

#557AA5 color CMYK value is (48,26,0,35).

  • cyan value is 48.48%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(48,26,0,35)
C48M26Y0K35 
(48%,26%,0%,35%)
(0.48/0.26/0.00/0.35)	

CMYK percentages

%48.48
%26.06
%0
%35.29

Codes

Color #557AA5 in popluar color models

557AA5
RGB85122165
HSL212°32.00%49.02%
HSB/HSV212°48.48%64.71%
CMYK48.48%26.06%0.00%
35.29%

Color #557AA5 in popluar number systems.

HEX557AA5
Decimal85122165
Binary1010101111101010100101
Octal125172245

Shades and tints

Shades of #557AA5

#557AA5
(85,122,165)
#4E6F96
(78,111,150)
#476487
(71,100,135)
#405978
(64,89,120)
#394E69
(57,78,105)
#32435A
(50,67,90)
#2B384B
(43,56,75)
#242D3C
(36,45,60)
#1D222D
(29,34,45)
#16171E
(22,23,30)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #557AA5

#557AA5
(85,122,165)
#6486AD
(100,134,173)
#7392B5
(115,146,181)
#829EBD
(130,158,189)
#91AAC5
(145,170,197)
#A0B6CD
(160,182,205)
#AFC2D5
(175,194,213)
#BECEDD
(190,206,221)
#CDDAE5
(205,218,229)
#DCE6ED
(220,230,237)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557AA5 color. Also use rgb(85,122,165) instead hex code.

Text Font Color

.myTextColor { color: #557AA5; }

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

This text font color is #557AA5.


Background Color

.myBgColor { background-color: #557AA5; }

<div style="background-color:#557AA5">Inner text</div>

This div background color is #557AA5.


Border color

.myBorderColor { border: 1px solid #557AA5; }

<div style="border:3px solid #557AA5">Div</div>

This div border color is #557AA5.


Opacity

.myOpacity80 { color: #557AA5; opacity: 0.8; }

<p style="color:#557AA5;opacity:0.8;">80%</p>

Text with #557AA5 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 #557AA5;}

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

This text has shadow with #557AA5 color.

.textShadow {text-shadow: 3px 3px 1px #557AA5, 3px 3px 1px red;}

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

This text has shadow with #557AA5 primary color and red secondary color.


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

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

This text has shadow with #557AA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557AA5 on black background.


Color preview on white background

This text has color #557AA5 on white background.



Black color preview on #557AA5 background

This text has black color on #557AA5 background.


White color preview on #557AA5 background

This text has white color on #557AA5 background.