COLOR #5596DA

HEX: #5596DA
RGB: (85,150,218)

Color info

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

RGB color model

#5596DA color RGB value is (85,150,218).

  • red value is 85;
  • green value is 150;
  • blue value is 218.
RGB:
(85,150,218)
(33%,59%,85%)

RGB channels and saturation

R 85 of 255 = 33%
G 150 of 255 = 59%
B 218 of 255 = 85%

85
150
218

R + G + B ~ 59%. #5596DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 150 + 218 = 453 (100%)
R 85 of 453 ~ 18.76%
G 150 of 453 ~ 33.11%
B 218 of 453 ~ 48.12%

%18.76
%33.11
%48.12

CMYK color model

#5596DA color CMYK value is (61,31,0,15).

  • cyan value is 61.01%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(61,31,0,15)
C61M31Y0K15 
(61%,31%,0%,15%)
(0.61/0.31/0.00/0.15)	

CMYK percentages

%61.01
%31.19
%0
%14.51

Codes

Color #5596DA in popluar color models

5596DA
RGB85150218
HSL211°64.25%59.41%
HSB/HSV211°61.01%85.49%
CMYK61.01%31.19%0.00%
14.51%

Color #5596DA in popluar number systems.

HEX5596DA
Decimal85150218
Binary10101011001011011011010
Octal125226332

Shades and tints

Shades of #5596DA

#5596DA
(85,150,218)
#4E89C7
(78,137,199)
#477CB4
(71,124,180)
#406FA1
(64,111,161)
#39628E
(57,98,142)
#32557B
(50,85,123)
#2B4868
(43,72,104)
#243B55
(36,59,85)
#1D2E42
(29,46,66)
#16212F
(22,33,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #5596DA

#5596DA
(85,150,218)
#649FDD
(100,159,221)
#73A8E0
(115,168,224)
#82B1E3
(130,177,227)
#91BAE6
(145,186,230)
#A0C3E9
(160,195,233)
#AFCCEC
(175,204,236)
#BED5EF
(190,213,239)
#CDDEF2
(205,222,242)
#DCE7F5
(220,231,245)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5596DA color. Also use rgb(85,150,218) instead hex code.

Text Font Color

.myTextColor { color: #5596DA; }

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

This text font color is #5596DA.


Background Color

.myBgColor { background-color: #5596DA; }

<div style="background-color:#5596DA">Inner text</div>

This div background color is #5596DA.


Border color

.myBorderColor { border: 1px solid #5596DA; }

<div style="border:3px solid #5596DA">Div</div>

This div border color is #5596DA.


Opacity

.myOpacity80 { color: #5596DA; opacity: 0.8; }

<p style="color:#5596DA;opacity:0.8;">80%</p>

Text with #5596DA 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 #5596DA;}

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

This text has shadow with #5596DA color.

.textShadow {text-shadow: 3px 3px 1px #5596DA, 3px 3px 1px red;}

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

This text has shadow with #5596DA primary color and red secondary color.


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

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

This text has shadow with #5596DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5596DA on black background.


Color preview on white background

This text has color #5596DA on white background.



Black color preview on #5596DA background

This text has black color on #5596DA background.


White color preview on #5596DA background

This text has white color on #5596DA background.