COLOR #5876BC

HEX: #5876BC
RGB: (88,118,188)

Color info

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

RGB color model

#5876BC color RGB value is (88,118,188).

  • red value is 88;
  • green value is 118;
  • blue value is 188.
RGB:
(88,118,188)
(35%,46%,74%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 188 of 255 = 74%

88
118
188

R + G + B ~ 52%. #5876BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 118 + 188 = 394 (100%)
R 88 of 394 ~ 22.34%
G 118 of 394 ~ 29.95%
B 188 of 394 ~ 47.72%

%22.34
%29.95
%47.72

CMYK color model

#5876BC color CMYK value is (53,37,0,26).

  • cyan value is 53.19%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(53,37,0,26)
C53M37Y0K26 
(53%,37%,0%,26%)
(0.53/0.37/0.00/0.26)	

CMYK percentages

%53.19
%37.23
%0
%26.27

Codes

Color #5876BC in popluar color models

5876BC
RGB88118188
HSL222°42.74%54.12%
HSB/HSV222°53.19%73.73%
CMYK53.19%37.23%0.00%
26.27%

Color #5876BC in popluar number systems.

HEX5876BC
Decimal88118188
Binary1011000111011010111100
Octal130166274

Shades and tints

Shades of #5876BC

#5876BC
(88,118,188)
#506CAB
(80,108,171)
#48629A
(72,98,154)
#405889
(64,88,137)
#384E78
(56,78,120)
#304467
(48,68,103)
#283A56
(40,58,86)
#203045
(32,48,69)
#182634
(24,38,52)
#101C23
(16,28,35)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #5876BC

#5876BC
(88,118,188)
#6782C2
(103,130,194)
#768EC8
(118,142,200)
#859ACE
(133,154,206)
#94A6D4
(148,166,212)
#A3B2DA
(163,178,218)
#B2BEE0
(178,190,224)
#C1CAE6
(193,202,230)
#D0D6EC
(208,214,236)
#DFE2F2
(223,226,242)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5876BC color. Also use rgb(88,118,188) instead hex code.

Text Font Color

.myTextColor { color: #5876BC; }

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

This text font color is #5876BC.


Background Color

.myBgColor { background-color: #5876BC; }

<div style="background-color:#5876BC">Inner text</div>

This div background color is #5876BC.


Border color

.myBorderColor { border: 1px solid #5876BC; }

<div style="border:3px solid #5876BC">Div</div>

This div border color is #5876BC.


Opacity

.myOpacity80 { color: #5876BC; opacity: 0.8; }

<p style="color:#5876BC;opacity:0.8;">80%</p>

Text with #5876BC 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 #5876BC;}

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

This text has shadow with #5876BC color.

.textShadow {text-shadow: 3px 3px 1px #5876BC, 3px 3px 1px red;}

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

This text has shadow with #5876BC primary color and red secondary color.


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

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

This text has shadow with #5876BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5876BC on black background.


Color preview on white background

This text has color #5876BC on white background.



Black color preview on #5876BC background

This text has black color on #5876BC background.


White color preview on #5876BC background

This text has white color on #5876BC background.