COLOR #558AC2

HEX: #558AC2
RGB: (85,138,194)

Color info

#558AC2 contains mainly green and blue colors. Web safe color of #558AC2 is #6699CC (or #69C).

RGB color model

#558AC2 color RGB value is (85,138,194).

  • red value is 85;
  • green value is 138;
  • blue value is 194.
RGB:
(85,138,194)
(33%,54%,76%)

RGB channels and saturation

R 85 of 255 = 33%
G 138 of 255 = 54%
B 194 of 255 = 76%

85
138
194

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

Portions of RGB colors in percentages

R + G + B =
85 + 138 + 194 = 417 (100%)
R 85 of 417 ~ 20.38%
G 138 of 417 ~ 33.09%
B 194 of 417 ~ 46.52%

%20.38
%33.09
%46.52

CMYK color model

#558AC2 color CMYK value is (56,29,0,24).

  • cyan value is 56.19%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(56,29,0,24)
C56M29Y0K24 
(56%,29%,0%,24%)
(0.56/0.29/0.00/0.24)	

CMYK percentages

%56.19
%28.87
%0
%23.92

Codes

Color #558AC2 in popluar color models

558AC2
RGB85138194
HSL211°47.19%54.71%
HSB/HSV211°56.19%76.08%
CMYK56.19%28.87%0.00%
23.92%

Color #558AC2 in popluar number systems.

HEX558AC2
Decimal85138194
Binary10101011000101011000010
Octal125212302

Shades and tints

Shades of #558AC2

#558AC2
(85,138,194)
#4E7EB1
(78,126,177)
#4772A0
(71,114,160)
#40668F
(64,102,143)
#395A7E
(57,90,126)
#324E6D
(50,78,109)
#2B425C
(43,66,92)
#24364B
(36,54,75)
#1D2A3A
(29,42,58)
#161E29
(22,30,41)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #558AC2

#558AC2
(85,138,194)
#6494C7
(100,148,199)
#739ECC
(115,158,204)
#82A8D1
(130,168,209)
#91B2D6
(145,178,214)
#A0BCDB
(160,188,219)
#AFC6E0
(175,198,224)
#BED0E5
(190,208,229)
#CDDAEA
(205,218,234)
#DCE4EF
(220,228,239)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558AC2 color. Also use rgb(85,138,194) instead hex code.

Text Font Color

.myTextColor { color: #558AC2; }

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

This text font color is #558AC2.


Background Color

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

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

This div background color is #558AC2.


Border color

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

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

This div border color is #558AC2.


Opacity

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

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

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

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

This text has shadow with #558AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558AC2 on black background.


Color preview on white background

This text has color #558AC2 on white background.



Black color preview on #558AC2 background

This text has black color on #558AC2 background.


White color preview on #558AC2 background

This text has white color on #558AC2 background.