COLOR #587DF6

HEX: #587DF6 RGB: (88,125,246)

Color info

#587DF6 contains mainly blue color. Web safe color of #587DF6 is #6666FF (or #66F).

RGB color model

#587DF6 color RGB value is (88,125,246).

RGB: (88,125,246) (35%, 49%, 96%)

RGB channels and saturation

R 88 of 255 = 35%
G 125 of 255 = 49%
B 246 of 255 = 96%

88
125
246

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

Portions of RGB colors in percentages

R + G + B = 88 + 125 + 246 = 459 (100%)
R 88 of 459 ~ 19.17%
G 125 of 459 ~ 27.23%
B 246 of 459 ~ 53.59'%

%19.17
%27.23
%53.59

CMYK color model

#587DF6 color CMYK value is (64,49,0,4).

  • cyan value is 64.23%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (64,49,0,4)
C64M49Y0K4 (64%, 49%, 0%, 4%)
(0.64 / 0.49 / 0.00 / 0.04)

CMYK percentages

%64.23
%49.19
%0
%3.53

Codes

Color #587DF6 in popluar color models

58 7D F6
RGB 88 125 246
HSL 226° 89.77% 65.49%
HSB/HSV 226° 64.23% 96.47%
CMYK 64.23% 49.19% 0.00%
3.53%

Color #587DF6 in popluar number systems.

HEX 58 7D F6
Decimal 88 125 246
Binary 1011000 1111101 11110110
Octal 130 175 366

Shades and tints

Shades of #587DF6

#587DF6
(88,125,246)
#5072E0
(80,114,224)
#4867CA
(72,103,202)
#405CB4
(64,92,180)
#38519E
(56,81,158)
#304688
(48,70,136)
#283B72
(40,59,114)
#20305C
(32,48,92)
#182546
(24,37,70)
#101A30
(16,26,48)
#080F1A
(8,15,26)
#000000
(0,0,0)

Tints of #587DF6

#587DF6
(88,125,246)
#6788F6
(103,136,246)
#7693F6
(118,147,246)
#859EF6
(133,158,246)
#94A9F6
(148,169,246)
#A3B4F6
(163,180,246)
#B2BFF6
(178,191,246)
#C1CAF6
(193,202,246)
#D0D5F6
(208,213,246)
#DFE0F6
(223,224,246)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587DF6 color. Also use rgb(88,125,246) instead hex code.

Text Font Color

.myTextColor { color: #587DF6; }

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

This text font color is #587DF6.

Background Color

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

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

This div background color is #587DF6.

Border color

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

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

This div border color is #587DF6.

Opacity

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

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

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

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

This text has shadow with #587DF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587DF6.

Preview

Color preview on black background

This text has color #587DF6 on black background.


Color preview on white background

This text has color #587DF6 on white background.


Black color preview on #587DF6 background

This text has black color on #587DF6 background.


White color preview on #587DF6 background

This text has white color on #587DF6 background.


Related colors

Complementary color

Complementary color for #hex is #A78209.


I love getcolorcode.com

Triadic colors

1 #F6587D and #7DF658 with #587DF6 are triadic colors.

2 #F67D58 and #7D58F6 with #587DF6 are triadic colors.