COLOR #558BA4

HEX: #558BA4
RGB: (85,139,164)

Color info

#558BA4 contains mainly green and blue colors. Web safe color of #558BA4 is #669999 (or #699).

RGB color model

#558BA4 color RGB value is (85,139,164).

  • red value is 85;
  • green value is 139;
  • blue value is 164.
RGB:
(85,139,164)
(33%,55%,64%)

RGB channels and saturation

R 85 of 255 = 33%
G 139 of 255 = 55%
B 164 of 255 = 64%

85
139
164

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

Portions of RGB colors in percentages

R + G + B =
85 + 139 + 164 = 388 (100%)
R 85 of 388 ~ 21.91%
G 139 of 388 ~ 35.82%
B 164 of 388 ~ 42.27%

%21.91
%35.82
%42.27

CMYK color model

#558BA4 color CMYK value is (48,15,0,36).

  • cyan value is 48.17%
  • magenta value is 15.24%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(48,15,0,36)
C48M15Y0K36 
(48%,15%,0%,36%)
(0.48/0.15/0.00/0.36)	

CMYK percentages

%48.17
%15.24
%0
%35.69

Codes

Color #558BA4 in popluar color models

558BA4
RGB85139164
HSL199°31.73%48.82%
HSB/HSV199°48.17%64.31%
CMYK48.17%15.24%0.00%
35.69%

Color #558BA4 in popluar number systems.

HEX558BA4
Decimal85139164
Binary10101011000101110100100
Octal125213244

Shades and tints

Shades of #558BA4

#558BA4
(85,139,164)
#4E7F96
(78,127,150)
#477388
(71,115,136)
#40677A
(64,103,122)
#395B6C
(57,91,108)
#324F5E
(50,79,94)
#2B4350
(43,67,80)
#243742
(36,55,66)
#1D2B34
(29,43,52)
#161F26
(22,31,38)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #558BA4

#558BA4
(85,139,164)
#6495AC
(100,149,172)
#739FB4
(115,159,180)
#82A9BC
(130,169,188)
#91B3C4
(145,179,196)
#A0BDCC
(160,189,204)
#AFC7D4
(175,199,212)
#BED1DC
(190,209,220)
#CDDBE4
(205,219,228)
#DCE5EC
(220,229,236)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558BA4 color. Also use rgb(85,139,164) instead hex code.

Text Font Color

.myTextColor { color: #558BA4; }

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

This text font color is #558BA4.


Background Color

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

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

This div background color is #558BA4.


Border color

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

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

This div border color is #558BA4.


Opacity

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

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

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

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

This text has shadow with #558BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558BA4 on black background.


Color preview on white background

This text has color #558BA4 on white background.



Black color preview on #558BA4 background

This text has black color on #558BA4 background.


White color preview on #558BA4 background

This text has white color on #558BA4 background.