COLOR #5879DC

HEX: #5879DC RGB: (88,121,220)

Color info

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

RGB color model

#5879DC color RGB value is (88,121,220).

RGB: (88,121,220) (35%, 47%, 86%)

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 220 of 255 = 86%

88
121
220

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

Portions of RGB colors in percentages

R + G + B = 88 + 121 + 220 = 429 (100%)
R 88 of 429 ~ 20.51%
G 121 of 429 ~ 28.21%
B 220 of 429 ~ 51.28'%

%20.51
%28.21
%51.28

CMYK color model

#5879DC color CMYK value is (60,45,0,14).

  • cyan value is 60.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (60,45,0,14) C60M45Y0K14 (60%,45%,0%,14%) (0.60/0.45/0.00/0.14) 

CMYK percentages

%60
%45
%0
%13.73

Codes

Color #5879DC in popluar color models

58 79 DC
RGB 88 121 220
HSL 225° 65.35% 60.39%
HSB/HSV 225° 60.00% 86.27%
CMYK 60.00% 45.00% 0.00%
13.73%

Color #5879DC in popluar number systems.

HEX 58 79 DC
Decimal 88 121 220
Binary 1011000 1111001 11011100
Octal 130 171 334

Shades and tints

Shades of #5879DC

#5879DC
(88,121,220)
#506EC8
(80,110,200)
#4863B4
(72,99,180)
#4058A0
(64,88,160)
#384D8C
(56,77,140)
#304278
(48,66,120)
#283764
(40,55,100)
#202C50
(32,44,80)
#18213C
(24,33,60)
#101628
(16,22,40)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #5879DC

#5879DC
(88,121,220)
#6785DF
(103,133,223)
#7691E2
(118,145,226)
#859DE5
(133,157,229)
#94A9E8
(148,169,232)
#A3B5EB
(163,181,235)
#B2C1EE
(178,193,238)
#C1CDF1
(193,205,241)
#D0D9F4
(208,217,244)
#DFE5F7
(223,229,247)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5879DC color. Also use rgb(88,121,220) instead hex code.

Text Font Color

.myTextColor { color: #5879DC; }

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

This text font color is #5879DC.

Background Color

.myBgColor { background-color: #5879DC; }

<div style="background-color:#5879DC">Inner text</div>

This div background color is #5879DC.

Border color

.myBorderColor { border: 1px solid #5879DC; }

<div style="border:3px solid #5879DC">Div</div>

This div border color is #5879DC.

Opacity

.myOpacity80 { color: #5879DC; opacity: 0.8; }

<p style="color:#5879DC;opacity:0.8;">80%</p>

Text with #5879DC 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 #5879DC;}

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

This text has shadow with #5879DC color.


.textShadow {text-shadow: 3px 3px 1px #5879DC', 3px 3px 1px red;}

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

This text has shadow with #5879DC primary color and red secondary color.


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

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

This text has shadow with #5879DC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5879DC; -webkit-box-shadow: 1px 1px 3px 2px #5879DC; box-shadow:1px 1px 3px 2px #5879DC;">
Div content here
</div>

This div box has shadow with color #5879DC.

Preview

Color preview on black background

This text has color #5879DC on black background.


Color preview on white background

This text has color #5879DC on white background.


Black color preview on #5879DC background

This text has black color on #5879DC background.


White color preview on #5879DC background

This text has white color on #5879DC background.


Related colors

Complementary color

Complementary color for #hex is #A78623.


I love getcolorcode.com

Triadic colors

1 #DC5879 and #79DC58 with #5879DC are triadic colors.

2 #DC7958 and #7958DC with #5879DC are triadic colors.