COLOR #5878DA

HEX: #5878DA
RGB: (88,120,218)

Color info

#5878DA contains mainly blue color. Web safe color of #5878DA is #6666CC (or #66C).

RGB color model

#5878DA color RGB value is (88,120,218).

  • red value is 88;
  • green value is 120;
  • blue value is 218.
RGB:
(88,120,218)
(35%,47%,85%)

RGB channels and saturation

R 88 of 255 = 35%
G 120 of 255 = 47%
B 218 of 255 = 85%

88
120
218

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

Portions of RGB colors in percentages

R + G + B =
88 + 120 + 218 = 426 (100%)
R 88 of 426 ~ 20.66%
G 120 of 426 ~ 28.17%
B 218 of 426 ~ 51.17%

%20.66
%28.17
%51.17

CMYK color model

#5878DA color CMYK value is (60,45,0,15).

  • cyan value is 59.63%
  • magenta value is 44.95%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(60,45,0,15)
C60M45Y0K15 
(60%,45%,0%,15%)
(0.60/0.45/0.00/0.15)	

CMYK percentages

%59.63
%44.95
%0
%14.51

Codes

Color #5878DA in popluar color models

5878DA
RGB88120218
HSL225°63.73%60.00%
HSB/HSV225°59.63%85.49%
CMYK59.63%44.95%0.00%
14.51%

Color #5878DA in popluar number systems.

HEX5878DA
Decimal88120218
Binary1011000111100011011010
Octal130170332

Shades and tints

Shades of #5878DA

#5878DA
(88,120,218)
#506EC7
(80,110,199)
#4864B4
(72,100,180)
#405AA1
(64,90,161)
#38508E
(56,80,142)
#30467B
(48,70,123)
#283C68
(40,60,104)
#203255
(32,50,85)
#182842
(24,40,66)
#101E2F
(16,30,47)
#08141C
(8,20,28)
#000000
(0,0,0)

Tints of #5878DA

#5878DA
(88,120,218)
#6784DD
(103,132,221)
#7690E0
(118,144,224)
#859CE3
(133,156,227)
#94A8E6
(148,168,230)
#A3B4E9
(163,180,233)
#B2C0EC
(178,192,236)
#C1CCEF
(193,204,239)
#D0D8F2
(208,216,242)
#DFE4F5
(223,228,245)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5878DA color. Also use rgb(88,120,218) instead hex code.

Text Font Color

.myTextColor { color: #5878DA; }

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

This text font color is #5878DA.


Background Color

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

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

This div background color is #5878DA.


Border color

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

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

This div border color is #5878DA.


Opacity

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

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

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

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

This text has shadow with #5878DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5878DA on black background.


Color preview on white background

This text has color #5878DA on white background.



Black color preview on #5878DA background

This text has black color on #5878DA background.


White color preview on #5878DA background

This text has white color on #5878DA background.