COLOR #559AC5

HEX: #559AC5 RGB: (85,154,197)

Color info

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

RGB color model

#559AC5 color RGB value is (85,154,197).

RGB: (85,154,197) (33%, 60%, 77%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 197 of 255 = 77%

85
154
197

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

Portions of RGB colors in percentages

R + G + B = 85 + 154 + 197 = 436 (100%)
R 85 of 436 ~ 19.5%
G 154 of 436 ~ 35.32%
B 197 of 436 ~ 45.18'%

%19.5
%35.32
%45.18

CMYK color model

#559AC5 color CMYK value is (57,22,0,23).

  • cyan value is 56.85%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (57,22,0,23) C57M22Y0K23 (57%,22%,0%,23%) (0.57/0.22/0.00/0.23) 

CMYK percentages

%56.85
%21.83
%0
%22.75

Codes

Color #559AC5 in popluar color models

55 9A C5
RGB 85 154 197
HSL 203° 49.12% 55.29%
HSB/HSV 203° 56.85% 77.25%
CMYK 56.85% 21.83% 0.00%
22.75%

Color #559AC5 in popluar number systems.

HEX 55 9A C5
Decimal 85 154 197
Binary 1010101 10011010 11000101
Octal 125 232 305

Shades and tints

Shades of #559AC5

#559AC5
(85,154,197)
#4E8CB4
(78,140,180)
#477EA3
(71,126,163)
#407092
(64,112,146)
#396281
(57,98,129)
#325470
(50,84,112)
#2B465F
(43,70,95)
#24384E
(36,56,78)
#1D2A3D
(29,42,61)
#161C2C
(22,28,44)
#0F0E1B
(15,14,27)
#000000
(0,0,0)

Tints of #559AC5

#559AC5
(85,154,197)
#64A3CA
(100,163,202)
#73ACCF
(115,172,207)
#82B5D4
(130,181,212)
#91BED9
(145,190,217)
#A0C7DE
(160,199,222)
#AFD0E3
(175,208,227)
#BED9E8
(190,217,232)
#CDE2ED
(205,226,237)
#DCEBF2
(220,235,242)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559AC5 color. Also use rgb(85,154,197) instead hex code.

Text Font Color

.myTextColor { color: #559AC5; }

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

This text font color is #559AC5.

Background Color

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

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

This div background color is #559AC5.

Border color

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

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

This div border color is #559AC5.

Opacity

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

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

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

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

This text has shadow with #559AC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559AC5.

Preview

Color preview on black background

This text has color #559AC5 on black background.


Color preview on white background

This text has color #559AC5 on white background.


Black color preview on #559AC5 background

This text has black color on #559AC5 background.


White color preview on #559AC5 background

This text has white color on #559AC5 background.


Related colors

Complementary color

Complementary color for #hex is #AA653A.


I love getcolorcode.com

Triadic colors

1 #C5559A and #9AC555 with #559AC5 are triadic colors.

2 #C59A55 and #9A55C5 with #559AC5 are triadic colors.