COLOR #558DE5

HEX: #558DE5
RGB: (85,141,229)

Color info

#558DE5 contains mainly blue color. Web safe color of #558DE5 is #6699CC (or #69C).

RGB color model

#558DE5 color RGB value is (85,141,229).

  • red value is 85;
  • green value is 141;
  • blue value is 229.
RGB:
(85,141,229)
(33%,55%,90%)

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 229 of 255 = 90%

85
141
229

R + G + B ~ 59%. #558DE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 141 + 229 = 455 (100%)
R 85 of 455 ~ 18.68%
G 141 of 455 ~ 30.99%
B 229 of 455 ~ 50.33%

%18.68
%30.99
%50.33

CMYK color model

#558DE5 color CMYK value is (63,38,0,10).

  • cyan value is 62.88%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(63,38,0,10)
C63M38Y0K10 
(63%,38%,0%,10%)
(0.63/0.38/0.00/0.10)	

CMYK percentages

%62.88
%38.43
%0
%10.2

Codes

Color #558DE5 in popluar color models

558DE5
RGB85141229
HSL217°73.47%61.57%
HSB/HSV217°62.88%89.80%
CMYK62.88%38.43%0.00%
10.20%

Color #558DE5 in popluar number systems.

HEX558DE5
Decimal85141229
Binary10101011000110111100101
Octal125215345

Shades and tints

Shades of #558DE5

#558DE5
(85,141,229)
#4E81D1
(78,129,209)
#4775BD
(71,117,189)
#4069A9
(64,105,169)
#395D95
(57,93,149)
#325181
(50,81,129)
#2B456D
(43,69,109)
#243959
(36,57,89)
#1D2D45
(29,45,69)
#162131
(22,33,49)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #558DE5

#558DE5
(85,141,229)
#6497E7
(100,151,231)
#73A1E9
(115,161,233)
#82ABEB
(130,171,235)
#91B5ED
(145,181,237)
#A0BFEF
(160,191,239)
#AFC9F1
(175,201,241)
#BED3F3
(190,211,243)
#CDDDF5
(205,221,245)
#DCE7F7
(220,231,247)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558DE5 color. Also use rgb(85,141,229) instead hex code.

Text Font Color

.myTextColor { color: #558DE5; }

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

This text font color is #558DE5.


Background Color

.myBgColor { background-color: #558DE5; }

<div style="background-color:#558DE5">Inner text</div>

This div background color is #558DE5.


Border color

.myBorderColor { border: 1px solid #558DE5; }

<div style="border:3px solid #558DE5">Div</div>

This div border color is #558DE5.


Opacity

.myOpacity80 { color: #558DE5; opacity: 0.8; }

<p style="color:#558DE5;opacity:0.8;">80%</p>

Text with #558DE5 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 #558DE5;}

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

This text has shadow with #558DE5 color.

.textShadow {text-shadow: 3px 3px 1px #558DE5, 3px 3px 1px red;}

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

This text has shadow with #558DE5 primary color and red secondary color.


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

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

This text has shadow with #558DE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558DE5 on black background.


Color preview on white background

This text has color #558DE5 on white background.



Black color preview on #558DE5 background

This text has black color on #558DE5 background.


White color preview on #558DE5 background

This text has white color on #558DE5 background.