COLOR #5875CE

HEX: #5875CE
RGB: (88,117,206)

Color info

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

RGB color model

#5875CE color RGB value is (88,117,206).

  • red value is 88;
  • green value is 117;
  • blue value is 206.
RGB:
(88,117,206)
(35%,46%,81%)

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 206 of 255 = 81%

88
117
206

R + G + B ~ 54%. #5875CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 206 = 411 (100%)
R 88 of 411 ~ 21.41%
G 117 of 411 ~ 28.47%
B 206 of 411 ~ 50.12%

%21.41
%28.47
%50.12

CMYK color model

#5875CE color CMYK value is (57,43,0,19).

  • cyan value is 57.28%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(57,43,0,19)
C57M43Y0K19 
(57%,43%,0%,19%)
(0.57/0.43/0.00/0.19)	

CMYK percentages

%57.28
%43.2
%0
%19.22

Codes

Color #5875CE in popluar color models

5875CE
RGB88117206
HSL225°54.63%57.65%
HSB/HSV225°57.28%80.78%
CMYK57.28%43.20%0.00%
19.22%

Color #5875CE in popluar number systems.

HEX5875CE
Decimal88117206
Binary1011000111010111001110
Octal130165316

Shades and tints

Shades of #5875CE

#5875CE
(88,117,206)
#506BBC
(80,107,188)
#4861AA
(72,97,170)
#405798
(64,87,152)
#384D86
(56,77,134)
#304374
(48,67,116)
#283962
(40,57,98)
#202F50
(32,47,80)
#18253E
(24,37,62)
#101B2C
(16,27,44)
#08111A
(8,17,26)
#000000
(0,0,0)

Tints of #5875CE

#5875CE
(88,117,206)
#6781D2
(103,129,210)
#768DD6
(118,141,214)
#8599DA
(133,153,218)
#94A5DE
(148,165,222)
#A3B1E2
(163,177,226)
#B2BDE6
(178,189,230)
#C1C9EA
(193,201,234)
#D0D5EE
(208,213,238)
#DFE1F2
(223,225,242)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5875CE color. Also use rgb(88,117,206) instead hex code.

Text Font Color

.myTextColor { color: #5875CE; }

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

This text font color is #5875CE.


Background Color

.myBgColor { background-color: #5875CE; }

<div style="background-color:#5875CE">Inner text</div>

This div background color is #5875CE.


Border color

.myBorderColor { border: 1px solid #5875CE; }

<div style="border:3px solid #5875CE">Div</div>

This div border color is #5875CE.


Opacity

.myOpacity80 { color: #5875CE; opacity: 0.8; }

<p style="color:#5875CE;opacity:0.8;">80%</p>

Text with #5875CE 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 #5875CE;}

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

This text has shadow with #5875CE color.

.textShadow {text-shadow: 3px 3px 1px #5875CE, 3px 3px 1px red;}

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

This text has shadow with #5875CE primary color and red secondary color.


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

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

This text has shadow with #5875CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5875CE on black background.


Color preview on white background

This text has color #5875CE on white background.



Black color preview on #5875CE background

This text has black color on #5875CE background.


White color preview on #5875CE background

This text has white color on #5875CE background.