COLOR #557AED

HEX: #557AED
RGB: (85,122,237)

Color info

#557AED contains mainly blue color. Web safe color of #557AED is #6666FF (or #66F).

RGB color model

#557AED color RGB value is (85,122,237).

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

RGB channels and saturation

R 85 of 255 = 33%
G 122 of 255 = 48%
B 237 of 255 = 93%

85
122
237

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

Portions of RGB colors in percentages

R + G + B =
85 + 122 + 237 = 444 (100%)
R 85 of 444 ~ 19.14%
G 122 of 444 ~ 27.48%
B 237 of 444 ~ 53.38%

%19.14
%27.48
%53.38

CMYK color model

#557AED color CMYK value is (64,49,0,7).

  • cyan value is 64.14%
  • magenta value is 48.52%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(64,49,0,7)
C64M49Y0K7 
(64%,49%,0%,7%)
(0.64/0.49/0.00/0.07)	

CMYK percentages

%64.14
%48.52
%0
%7.06

Codes

Color #557AED in popluar color models

557AED
RGB85122237
HSL225°80.85%63.14%
HSB/HSV225°64.14%92.94%
CMYK64.14%48.52%0.00%
7.06%

Color #557AED in popluar number systems.

HEX557AED
Decimal85122237
Binary1010101111101011101101
Octal125172355

Shades and tints

Shades of #557AED

#557AED
(85,122,237)
#4E6FD8
(78,111,216)
#4764C3
(71,100,195)
#4059AE
(64,89,174)
#394E99
(57,78,153)
#324384
(50,67,132)
#2B386F
(43,56,111)
#242D5A
(36,45,90)
#1D2245
(29,34,69)
#161730
(22,23,48)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #557AED

#557AED
(85,122,237)
#6486EE
(100,134,238)
#7392EF
(115,146,239)
#829EF0
(130,158,240)
#91AAF1
(145,170,241)
#A0B6F2
(160,182,242)
#AFC2F3
(175,194,243)
#BECEF4
(190,206,244)
#CDDAF5
(205,218,245)
#DCE6F6
(220,230,246)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557AED; }

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

This text font color is #557AED.


Background Color

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

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

This div background color is #557AED.


Border color

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

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

This div border color is #557AED.


Opacity

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

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

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

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

This text has shadow with #557AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557AED on black background.


Color preview on white background

This text has color #557AED on white background.



Black color preview on #557AED background

This text has black color on #557AED background.


White color preview on #557AED background

This text has white color on #557AED background.