COLOR #559CBB

HEX: #559CBB RGB: (85,156,187)

Color info

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

RGB color model

#559CBB color RGB value is (85,156,187).

RGB: (85,156,187) (33%, 61%, 73%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 187 of 255 = 73%

85
156
187

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

Portions of RGB colors in percentages

R + G + B = 85 + 156 + 187 = 428 (100%)
R 85 of 428 ~ 19.86%
G 156 of 428 ~ 36.45%
B 187 of 428 ~ 43.69'%

%19.86
%36.45
%43.69

CMYK color model

#559CBB color CMYK value is (55,17,0,27).

  • cyan value is 54.55%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (55,17,0,27)
C55M17Y0K27 (55%, 17%, 0%, 27%)
(0.55 / 0.17 / 0.00 / 0.27)

CMYK percentages

%54.55
%16.58
%0
%26.67

Codes

Color #559CBB in popluar color models

55 9C BB
RGB 85 156 187
HSL 198° 42.86% 53.33%
HSB/HSV 198° 54.55% 73.33%
CMYK 54.55% 16.58% 0.00%
26.67%

Color #559CBB in popluar number systems.

HEX 55 9C BB
Decimal 85 156 187
Binary 1010101 10011100 10111011
Octal 125 234 273

Shades and tints

Shades of #559CBB

#559CBB
(85,156,187)
#4E8EAA
(78,142,170)
#478099
(71,128,153)
#407288
(64,114,136)
#396477
(57,100,119)
#325666
(50,86,102)
#2B4855
(43,72,85)
#243A44
(36,58,68)
#1D2C33
(29,44,51)
#161E22
(22,30,34)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #559CBB

#559CBB
(85,156,187)
#64A5C1
(100,165,193)
#73AEC7
(115,174,199)
#82B7CD
(130,183,205)
#91C0D3
(145,192,211)
#A0C9D9
(160,201,217)
#AFD2DF
(175,210,223)
#BEDBE5
(190,219,229)
#CDE4EB
(205,228,235)
#DCEDF1
(220,237,241)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559CBB color. Also use rgb(85,156,187) instead hex code.

Text Font Color

.myTextColor { color: #559CBB; }

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

This text font color is #559CBB.

Background Color

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

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

This div background color is #559CBB.

Border color

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

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

This div border color is #559CBB.

Opacity

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

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

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

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

This text has shadow with #559CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559CBB.

Preview

Color preview on black background

This text has color #559CBB on black background.


Color preview on white background

This text has color #559CBB on white background.


Black color preview on #559CBB background

This text has black color on #559CBB background.


White color preview on #559CBB background

This text has white color on #559CBB background.


Related colors

Complementary color

Complementary color for #hex is #AA6344.


I love getcolorcode.com

Triadic colors

1 #BB559C and #9CBB55 with #559CBB are triadic colors.

2 #BB9C55 and #9C55BB with #559CBB are triadic colors.