COLOR #559EB4

HEX: #559EB4 RGB: (85,158,180)

Color info

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

RGB color model

#559EB4 color RGB value is (85,158,180).

RGB: (85,158,180) (33%, 62%, 71%)

RGB channels and saturation

R 85 of 255 = 33%
G 158 of 255 = 62%
B 180 of 255 = 71%

85
158
180

R + G + B ~ 55%. #559EB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 158 + 180 = 423 (100%)
R 85 of 423 ~ 20.09%
G 158 of 423 ~ 37.35%
B 180 of 423 ~ 42.55'%

%20.09
%37.35
%42.55

CMYK color model

#559EB4 color CMYK value is (53,12,0,29).

  • cyan value is 52.78%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (53,12,0,29) C53M12Y0K29 (53%,12%,0%,29%) (0.53/0.12/0.00/0.29) 

CMYK percentages

%52.78
%12.22
%0
%29.41

Codes

Color #559EB4 in popluar color models

55 9E B4
RGB 85 158 180
HSL 194° 38.78% 51.96%
HSB/HSV 194° 52.78% 70.59%
CMYK 52.78% 12.22% 0.00%
29.41%

Color #559EB4 in popluar number systems.

HEX 55 9E B4
Decimal 85 158 180
Binary 1010101 10011110 10110100
Octal 125 236 264

Shades and tints

Shades of #559EB4

#559EB4
(85,158,180)
#4E90A4
(78,144,164)
#478294
(71,130,148)
#407484
(64,116,132)
#396674
(57,102,116)
#325864
(50,88,100)
#2B4A54
(43,74,84)
#243C44
(36,60,68)
#1D2E34
(29,46,52)
#162024
(22,32,36)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #559EB4

#559EB4
(85,158,180)
#64A6BA
(100,166,186)
#73AEC0
(115,174,192)
#82B6C6
(130,182,198)
#91BECC
(145,190,204)
#A0C6D2
(160,198,210)
#AFCED8
(175,206,216)
#BED6DE
(190,214,222)
#CDDEE4
(205,222,228)
#DCE6EA
(220,230,234)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559EB4 color. Also use rgb(85,158,180) instead hex code.

Text Font Color

.myTextColor { color: #559EB4; }

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

This text font color is #559EB4.

Background Color

.myBgColor { background-color: #559EB4; }

<div style="background-color:#559EB4">Inner text</div>

This div background color is #559EB4.

Border color

.myBorderColor { border: 1px solid #559EB4; }

<div style="border:3px solid #559EB4">Div</div>

This div border color is #559EB4.

Opacity

.myOpacity80 { color: #559EB4; opacity: 0.8; }

<p style="color:#559EB4;opacity:0.8;">80%</p>

Text with #559EB4 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 #559EB4;}

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

This text has shadow with #559EB4 color.


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

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

This text has shadow with #559EB4 primary color and red secondary color.


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

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

This text has shadow with #559EB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #559EB4.

Preview

Color preview on black background

This text has color #559EB4 on black background.


Color preview on white background

This text has color #559EB4 on white background.


Black color preview on #559EB4 background

This text has black color on #559EB4 background.


White color preview on #559EB4 background

This text has white color on #559EB4 background.


Related colors

Complementary color

Complementary color for #hex is #AA614B.


I love getcolorcode.com

Triadic colors

1 #B4559E and #9EB455 with #559EB4 are triadic colors.

2 #B49E55 and #9E55B4 with #559EB4 are triadic colors.