COLOR #559FD5

HEX: #559FD5
RGB: (85,159,213)

Color info

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

RGB color model

#559FD5 color RGB value is (85,159,213).

  • red value is 85;
  • green value is 159;
  • blue value is 213.
RGB:
(85,159,213)
(33%,62%,84%)

RGB channels and saturation

R 85 of 255 = 33%
G 159 of 255 = 62%
B 213 of 255 = 84%

85
159
213

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

Portions of RGB colors in percentages

R + G + B =
85 + 159 + 213 = 457 (100%)
R 85 of 457 ~ 18.6%
G 159 of 457 ~ 34.79%
B 213 of 457 ~ 46.61%

%18.6
%34.79
%46.61

CMYK color model

#559FD5 color CMYK value is (60,25,0,16).

  • cyan value is 60.09%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(60,25,0,16)
C60M25Y0K16 
(60%,25%,0%,16%)
(0.60/0.25/0.00/0.16)	

CMYK percentages

%60.09
%25.35
%0
%16.47

Codes

Color #559FD5 in popluar color models

559FD5
RGB85159213
HSL205°60.38%58.43%
HSB/HSV205°60.09%83.53%
CMYK60.09%25.35%0.00%
16.47%

Color #559FD5 in popluar number systems.

HEX559FD5
Decimal85159213
Binary10101011001111111010101
Octal125237325

Shades and tints

Shades of #559FD5

#559FD5
(85,159,213)
#4E91C2
(78,145,194)
#4783AF
(71,131,175)
#40759C
(64,117,156)
#396789
(57,103,137)
#325976
(50,89,118)
#2B4B63
(43,75,99)
#243D50
(36,61,80)
#1D2F3D
(29,47,61)
#16212A
(22,33,42)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #559FD5

#559FD5
(85,159,213)
#64A7D8
(100,167,216)
#73AFDB
(115,175,219)
#82B7DE
(130,183,222)
#91BFE1
(145,191,225)
#A0C7E4
(160,199,228)
#AFCFE7
(175,207,231)
#BED7EA
(190,215,234)
#CDDFED
(205,223,237)
#DCE7F0
(220,231,240)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559FD5 color. Also use rgb(85,159,213) instead hex code.

Text Font Color

.myTextColor { color: #559FD5; }

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

This text font color is #559FD5.


Background Color

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

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

This div background color is #559FD5.


Border color

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

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

This div border color is #559FD5.


Opacity

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

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

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

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

This text has shadow with #559FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559FD5 on black background.


Color preview on white background

This text has color #559FD5 on white background.



Black color preview on #559FD5 background

This text has black color on #559FD5 background.


White color preview on #559FD5 background

This text has white color on #559FD5 background.