COLOR #5594D3

HEX: #5594D3
RGB: (85,148,211)

Color info

#5594D3 contains mainly blue color. Web safe color of #5594D3 is #6699CC (or #69C).

RGB color model

#5594D3 color RGB value is (85,148,211).

  • red value is 85;
  • green value is 148;
  • blue value is 211.
RGB:
(85,148,211)
(33%,58%,83%)

RGB channels and saturation

R 85 of 255 = 33%
G 148 of 255 = 58%
B 211 of 255 = 83%

85
148
211

R + G + B ~ 58%. #5594D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 148 + 211 = 444 (100%)
R 85 of 444 ~ 19.14%
G 148 of 444 ~ 33.33%
B 211 of 444 ~ 47.52%

%19.14
%33.33
%47.52

CMYK color model

#5594D3 color CMYK value is (60,30,0,17).

  • cyan value is 59.72%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(60,30,0,17)
C60M30Y0K17 
(60%,30%,0%,17%)
(0.60/0.30/0.00/0.17)	

CMYK percentages

%59.72
%29.86
%0
%17.25

Codes

Color #5594D3 in popluar color models

5594D3
RGB85148211
HSL210°58.88%58.04%
HSB/HSV210°59.72%82.75%
CMYK59.72%29.86%0.00%
17.25%

Color #5594D3 in popluar number systems.

HEX5594D3
Decimal85148211
Binary10101011001010011010011
Octal125224323

Shades and tints

Shades of #5594D3

#5594D3
(85,148,211)
#4E87C0
(78,135,192)
#477AAD
(71,122,173)
#406D9A
(64,109,154)
#396087
(57,96,135)
#325374
(50,83,116)
#2B4661
(43,70,97)
#24394E
(36,57,78)
#1D2C3B
(29,44,59)
#161F28
(22,31,40)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #5594D3

#5594D3
(85,148,211)
#649DD7
(100,157,215)
#73A6DB
(115,166,219)
#82AFDF
(130,175,223)
#91B8E3
(145,184,227)
#A0C1E7
(160,193,231)
#AFCAEB
(175,202,235)
#BED3EF
(190,211,239)
#CDDCF3
(205,220,243)
#DCE5F7
(220,229,247)
#EBEEFB
(235,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5594D3 color. Also use rgb(85,148,211) instead hex code.

Text Font Color

.myTextColor { color: #5594D3; }

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

This text font color is #5594D3.


Background Color

.myBgColor { background-color: #5594D3; }

<div style="background-color:#5594D3">Inner text</div>

This div background color is #5594D3.


Border color

.myBorderColor { border: 1px solid #5594D3; }

<div style="border:3px solid #5594D3">Div</div>

This div border color is #5594D3.


Opacity

.myOpacity80 { color: #5594D3; opacity: 0.8; }

<p style="color:#5594D3;opacity:0.8;">80%</p>

Text with #5594D3 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 #5594D3;}

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

This text has shadow with #5594D3 color.

.textShadow {text-shadow: 3px 3px 1px #5594D3, 3px 3px 1px red;}

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

This text has shadow with #5594D3 primary color and red secondary color.


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

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

This text has shadow with #5594D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5594D3 on black background.


Color preview on white background

This text has color #5594D3 on white background.



Black color preview on #5594D3 background

This text has black color on #5594D3 background.


White color preview on #5594D3 background

This text has white color on #5594D3 background.