COLOR #5884D1

HEX: #5884D1
RGB: (88,132,209)

Color info

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

RGB color model

#5884D1 color RGB value is (88,132,209).

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

RGB channels and saturation

R 88 of 255 = 35%
G 132 of 255 = 52%
B 209 of 255 = 82%

88
132
209

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

Portions of RGB colors in percentages

R + G + B =
88 + 132 + 209 = 429 (100%)
R 88 of 429 ~ 20.51%
G 132 of 429 ~ 30.77%
B 209 of 429 ~ 48.72%

%20.51
%30.77
%48.72

CMYK color model

#5884D1 color CMYK value is (58,37,0,18).

  • cyan value is 57.89%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(58,37,0,18)
C58M37Y0K18 
(58%,37%,0%,18%)
(0.58/0.37/0.00/0.18)	

CMYK percentages

%57.89
%36.84
%0
%18.04

Codes

Color #5884D1 in popluar color models

5884D1
RGB88132209
HSL218°56.81%58.24%
HSB/HSV218°57.89%81.96%
CMYK57.89%36.84%0.00%
18.04%

Color #5884D1 in popluar number systems.

HEX5884D1
Decimal88132209
Binary10110001000010011010001
Octal130204321

Shades and tints

Shades of #5884D1

#5884D1
(88,132,209)
#5078BE
(80,120,190)
#486CAB
(72,108,171)
#406098
(64,96,152)
#385485
(56,84,133)
#304872
(48,72,114)
#283C5F
(40,60,95)
#20304C
(32,48,76)
#182439
(24,36,57)
#101826
(16,24,38)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #5884D1

#5884D1
(88,132,209)
#678FD5
(103,143,213)
#769AD9
(118,154,217)
#85A5DD
(133,165,221)
#94B0E1
(148,176,225)
#A3BBE5
(163,187,229)
#B2C6E9
(178,198,233)
#C1D1ED
(193,209,237)
#D0DCF1
(208,220,241)
#DFE7F5
(223,231,245)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5884D1; }

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

This text font color is #5884D1.


Background Color

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

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

This div background color is #5884D1.


Border color

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

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

This div border color is #5884D1.


Opacity

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

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

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

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

This text has shadow with #5884D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5884D1 on black background.


Color preview on white background

This text has color #5884D1 on white background.



Black color preview on #5884D1 background

This text has black color on #5884D1 background.


White color preview on #5884D1 background

This text has white color on #5884D1 background.