COLOR #558DD6

HEX: #558DD6
RGB: (85,141,214)

Color info

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

RGB color model

#558DD6 color RGB value is (85,141,214).

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

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 214 of 255 = 84%

85
141
214

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

Portions of RGB colors in percentages

R + G + B =
85 + 141 + 214 = 440 (100%)
R 85 of 440 ~ 19.32%
G 141 of 440 ~ 32.05%
B 214 of 440 ~ 48.64%

%19.32
%32.05
%48.64

CMYK color model

#558DD6 color CMYK value is (60,34,0,16).

  • cyan value is 60.28%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(60,34,0,16)
C60M34Y0K16 
(60%,34%,0%,16%)
(0.60/0.34/0.00/0.16)	

CMYK percentages

%60.28
%34.11
%0
%16.08

Codes

Color #558DD6 in popluar color models

558DD6
RGB85141214
HSL214°61.14%58.63%
HSB/HSV214°60.28%83.92%
CMYK60.28%34.11%0.00%
16.08%

Color #558DD6 in popluar number systems.

HEX558DD6
Decimal85141214
Binary10101011000110111010110
Octal125215326

Shades and tints

Shades of #558DD6

#558DD6
(85,141,214)
#4E81C3
(78,129,195)
#4775B0
(71,117,176)
#40699D
(64,105,157)
#395D8A
(57,93,138)
#325177
(50,81,119)
#2B4564
(43,69,100)
#243951
(36,57,81)
#1D2D3E
(29,45,62)
#16212B
(22,33,43)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #558DD6

#558DD6
(85,141,214)
#6497D9
(100,151,217)
#73A1DC
(115,161,220)
#82ABDF
(130,171,223)
#91B5E2
(145,181,226)
#A0BFE5
(160,191,229)
#AFC9E8
(175,201,232)
#BED3EB
(190,211,235)
#CDDDEE
(205,221,238)
#DCE7F1
(220,231,241)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558DD6; }

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

This text font color is #558DD6.


Background Color

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

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

This div background color is #558DD6.


Border color

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

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

This div border color is #558DD6.


Opacity

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

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

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

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

This text has shadow with #558DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558DD6 on black background.


Color preview on white background

This text has color #558DD6 on white background.



Black color preview on #558DD6 background

This text has black color on #558DD6 background.


White color preview on #558DD6 background

This text has white color on #558DD6 background.