COLOR #587BD6

HEX: #587BD6
RGB: (88,123,214)

Color info

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

RGB color model

#587BD6 color RGB value is (88,123,214).

  • red value is 88;
  • green value is 123;
  • blue value is 214.
RGB:
(88,123,214)
(35%,48%,84%)

RGB channels and saturation

R 88 of 255 = 35%
G 123 of 255 = 48%
B 214 of 255 = 84%

88
123
214

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

Portions of RGB colors in percentages

R + G + B =
88 + 123 + 214 = 425 (100%)
R 88 of 425 ~ 20.71%
G 123 of 425 ~ 28.94%
B 214 of 425 ~ 50.35%

%20.71
%28.94
%50.35

CMYK color model

#587BD6 color CMYK value is (59,43,0,16).

  • cyan value is 58.88%
  • magenta value is 42.52%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(59,43,0,16)
C59M43Y0K16 
(59%,43%,0%,16%)
(0.59/0.43/0.00/0.16)	

CMYK percentages

%58.88
%42.52
%0
%16.08

Codes

Color #587BD6 in popluar color models

587BD6
RGB88123214
HSL223°60.58%59.22%
HSB/HSV223°58.88%83.92%
CMYK58.88%42.52%0.00%
16.08%

Color #587BD6 in popluar number systems.

HEX587BD6
Decimal88123214
Binary1011000111101111010110
Octal130173326

Shades and tints

Shades of #587BD6

#587BD6
(88,123,214)
#5070C3
(80,112,195)
#4865B0
(72,101,176)
#405A9D
(64,90,157)
#384F8A
(56,79,138)
#304477
(48,68,119)
#283964
(40,57,100)
#202E51
(32,46,81)
#18233E
(24,35,62)
#10182B
(16,24,43)
#080D18
(8,13,24)
#000000
(0,0,0)

Tints of #587BD6

#587BD6
(88,123,214)
#6787D9
(103,135,217)
#7693DC
(118,147,220)
#859FDF
(133,159,223)
#94ABE2
(148,171,226)
#A3B7E5
(163,183,229)
#B2C3E8
(178,195,232)
#C1CFEB
(193,207,235)
#D0DBEE
(208,219,238)
#DFE7F1
(223,231,241)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587BD6 color. Also use rgb(88,123,214) instead hex code.

Text Font Color

.myTextColor { color: #587BD6; }

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

This text font color is #587BD6.


Background Color

.myBgColor { background-color: #587BD6; }

<div style="background-color:#587BD6">Inner text</div>

This div background color is #587BD6.


Border color

.myBorderColor { border: 1px solid #587BD6; }

<div style="border:3px solid #587BD6">Div</div>

This div border color is #587BD6.


Opacity

.myOpacity80 { color: #587BD6; opacity: 0.8; }

<p style="color:#587BD6;opacity:0.8;">80%</p>

Text with #587BD6 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 #587BD6;}

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

This text has shadow with #587BD6 color.

.textShadow {text-shadow: 3px 3px 1px #587BD6, 3px 3px 1px red;}

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

This text has shadow with #587BD6 primary color and red secondary color.


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

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

This text has shadow with #587BD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587BD6 on black background.


Color preview on white background

This text has color #587BD6 on white background.



Black color preview on #587BD6 background

This text has black color on #587BD6 background.


White color preview on #587BD6 background

This text has white color on #587BD6 background.