COLOR #5877DF

HEX: #5877DF
RGB: (88,119,223)

Color info

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

RGB color model

#5877DF color RGB value is (88,119,223).

  • red value is 88;
  • green value is 119;
  • blue value is 223.
RGB:
(88,119,223)
(35%,47%,87%)

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 223 of 255 = 87%

88
119
223

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

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 223 = 430 (100%)
R 88 of 430 ~ 20.47%
G 119 of 430 ~ 27.67%
B 223 of 430 ~ 51.86%

%20.47
%27.67
%51.86

CMYK color model

#5877DF color CMYK value is (61,47,0,13).

  • cyan value is 60.54%
  • magenta value is 46.64%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(61,47,0,13)
C61M47Y0K13 
(61%,47%,0%,13%)
(0.61/0.47/0.00/0.13)	

CMYK percentages

%60.54
%46.64
%0
%12.55

Codes

Color #5877DF in popluar color models

5877DF
RGB88119223
HSL226°67.84%60.98%
HSB/HSV226°60.54%87.45%
CMYK60.54%46.64%0.00%
12.55%

Color #5877DF in popluar number systems.

HEX5877DF
Decimal88119223
Binary1011000111011111011111
Octal130167337

Shades and tints

Shades of #5877DF

#5877DF
(88,119,223)
#506DCB
(80,109,203)
#4863B7
(72,99,183)
#4059A3
(64,89,163)
#384F8F
(56,79,143)
#30457B
(48,69,123)
#283B67
(40,59,103)
#203153
(32,49,83)
#18273F
(24,39,63)
#101D2B
(16,29,43)
#081317
(8,19,23)
#000000
(0,0,0)

Tints of #5877DF

#5877DF
(88,119,223)
#6783E1
(103,131,225)
#768FE3
(118,143,227)
#859BE5
(133,155,229)
#94A7E7
(148,167,231)
#A3B3E9
(163,179,233)
#B2BFEB
(178,191,235)
#C1CBED
(193,203,237)
#D0D7EF
(208,215,239)
#DFE3F1
(223,227,241)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5877DF color. Also use rgb(88,119,223) instead hex code.

Text Font Color

.myTextColor { color: #5877DF; }

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

This text font color is #5877DF.


Background Color

.myBgColor { background-color: #5877DF; }

<div style="background-color:#5877DF">Inner text</div>

This div background color is #5877DF.


Border color

.myBorderColor { border: 1px solid #5877DF; }

<div style="border:3px solid #5877DF">Div</div>

This div border color is #5877DF.


Opacity

.myOpacity80 { color: #5877DF; opacity: 0.8; }

<p style="color:#5877DF;opacity:0.8;">80%</p>

Text with #5877DF 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 #5877DF;}

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

This text has shadow with #5877DF color.

.textShadow {text-shadow: 3px 3px 1px #5877DF, 3px 3px 1px red;}

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

This text has shadow with #5877DF primary color and red secondary color.


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

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

This text has shadow with #5877DF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5877DF on black background.


Color preview on white background

This text has color #5877DF on white background.



Black color preview on #5877DF background

This text has black color on #5877DF background.


White color preview on #5877DF background

This text has white color on #5877DF background.