COLOR #5884D9

HEX: #5884D9
RGB: (88,132,217)

Color info

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

RGB color model

#5884D9 color RGB value is (88,132,217).

  • red value is 88;
  • green value is 132;
  • blue value is 217.
RGB:
(88,132,217)
(35%,52%,85%)

RGB channels and saturation

R 88 of 255 = 35%
G 132 of 255 = 52%
B 217 of 255 = 85%

88
132
217

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

Portions of RGB colors in percentages

R + G + B =
88 + 132 + 217 = 437 (100%)
R 88 of 437 ~ 20.14%
G 132 of 437 ~ 30.21%
B 217 of 437 ~ 49.66%

%20.14
%30.21
%49.66

CMYK color model

#5884D9 color CMYK value is (59,39,0,15).

  • cyan value is 59.45%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(59,39,0,15)
C59M39Y0K15 
(59%,39%,0%,15%)
(0.59/0.39/0.00/0.15)	

CMYK percentages

%59.45
%39.17
%0
%14.9

Codes

Color #5884D9 in popluar color models

5884D9
RGB88132217
HSL220°62.93%59.80%
HSB/HSV220°59.45%85.10%
CMYK59.45%39.17%0.00%
14.90%

Color #5884D9 in popluar number systems.

HEX5884D9
Decimal88132217
Binary10110001000010011011001
Octal130204331

Shades and tints

Shades of #5884D9

#5884D9
(88,132,217)
#5078C6
(80,120,198)
#486CB3
(72,108,179)
#4060A0
(64,96,160)
#38548D
(56,84,141)
#30487A
(48,72,122)
#283C67
(40,60,103)
#203054
(32,48,84)
#182441
(24,36,65)
#10182E
(16,24,46)
#080C1B
(8,12,27)
#000000
(0,0,0)

Tints of #5884D9

#5884D9
(88,132,217)
#678FDC
(103,143,220)
#769ADF
(118,154,223)
#85A5E2
(133,165,226)
#94B0E5
(148,176,229)
#A3BBE8
(163,187,232)
#B2C6EB
(178,198,235)
#C1D1EE
(193,209,238)
#D0DCF1
(208,220,241)
#DFE7F4
(223,231,244)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5884D9 color. Also use rgb(88,132,217) instead hex code.

Text Font Color

.myTextColor { color: #5884D9; }

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

This text font color is #5884D9.


Background Color

.myBgColor { background-color: #5884D9; }

<div style="background-color:#5884D9">Inner text</div>

This div background color is #5884D9.


Border color

.myBorderColor { border: 1px solid #5884D9; }

<div style="border:3px solid #5884D9">Div</div>

This div border color is #5884D9.


Opacity

.myOpacity80 { color: #5884D9; opacity: 0.8; }

<p style="color:#5884D9;opacity:0.8;">80%</p>

Text with #5884D9 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 #5884D9;}

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

This text has shadow with #5884D9 color.

.textShadow {text-shadow: 3px 3px 1px #5884D9, 3px 3px 1px red;}

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

This text has shadow with #5884D9 primary color and red secondary color.


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

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

This text has shadow with #5884D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5884D9 on black background.


Color preview on white background

This text has color #5884D9 on white background.



Black color preview on #5884D9 background

This text has black color on #5884D9 background.


White color preview on #5884D9 background

This text has white color on #5884D9 background.