COLOR #558CA9

HEX: #558CA9 RGB: (85,140,169)

Color info

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

RGB color model

#558CA9 color RGB value is (85,140,169).

RGB: (85,140,169) (33%, 55%, 66%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 169 of 255 = 66%

85
140
169

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

Portions of RGB colors in percentages

R + G + B = 85 + 140 + 169 = 394 (100%)
R 85 of 394 ~ 21.57%
G 140 of 394 ~ 35.53%
B 169 of 394 ~ 42.89'%

%21.57
%35.53
%42.89

CMYK color model

#558CA9 color CMYK value is (50,17,0,34).

  • cyan value is 49.70%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (50,17,0,34)
C50M17Y0K34 (50%, 17%, 0%, 34%)
(0.50 / 0.17 / 0.00 / 0.34)

CMYK percentages

%49.7
%17.16
%0
%33.73

Codes

Color #558CA9 in popluar color models

55 8C A9
RGB 85 140 169
HSL 201° 33.07% 49.80%
HSB/HSV 201° 49.70% 66.27%
CMYK 49.70% 17.16% 0.00%
33.73%

Color #558CA9 in popluar number systems.

HEX 55 8C A9
Decimal 85 140 169
Binary 1010101 10001100 10101001
Octal 125 214 251

Shades and tints

Shades of #558CA9

#558CA9
(85,140,169)
#4E809A
(78,128,154)
#47748B
(71,116,139)
#40687C
(64,104,124)
#395C6D
(57,92,109)
#32505E
(50,80,94)
#2B444F
(43,68,79)
#243840
(36,56,64)
#1D2C31
(29,44,49)
#162022
(22,32,34)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #558CA9

#558CA9
(85,140,169)
#6496B0
(100,150,176)
#73A0B7
(115,160,183)
#82AABE
(130,170,190)
#91B4C5
(145,180,197)
#A0BECC
(160,190,204)
#AFC8D3
(175,200,211)
#BED2DA
(190,210,218)
#CDDCE1
(205,220,225)
#DCE6E8
(220,230,232)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558CA9 color. Also use rgb(85,140,169) instead hex code.

Text Font Color

.myTextColor { color: #558CA9; }

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

This text font color is #558CA9.

Background Color

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

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

This div background color is #558CA9.

Border color

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

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

This div border color is #558CA9.

Opacity

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

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

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

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

This text has shadow with #558CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558CA9.

Preview

Color preview on black background

This text has color #558CA9 on black background.


Color preview on white background

This text has color #558CA9 on white background.


Black color preview on #558CA9 background

This text has black color on #558CA9 background.


White color preview on #558CA9 background

This text has white color on #558CA9 background.


Related colors

Complementary color

Complementary color for #hex is #AA7356.


I love getcolorcode.com

Triadic colors

1 #A9558C and #8CA955 with #558CA9 are triadic colors.

2 #A98C55 and #8C55A9 with #558CA9 are triadic colors.