COLOR #587FC2

HEX: #587FC2 RGB: (88,127,194)

Color info

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

RGB color model

#587FC2 color RGB value is (88,127,194).

RGB: (88,127,194) (35%, 50%, 76%)

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 194 of 255 = 76%

88
127
194

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

Portions of RGB colors in percentages

R + G + B = 88 + 127 + 194 = 409 (100%)
R 88 of 409 ~ 21.52%
G 127 of 409 ~ 31.05%
B 194 of 409 ~ 47.43'%

%21.52
%31.05
%47.43

CMYK color model

#587FC2 color CMYK value is (55,35,0,24).

  • cyan value is 54.64%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (55,35,0,24)
C55M35Y0K24 (55%, 35%, 0%, 24%)
(0.55 / 0.35 / 0.00 / 0.24)

CMYK percentages

%54.64
%34.54
%0
%23.92

Codes

Color #587FC2 in popluar color models

58 7F C2
RGB 88 127 194
HSL 218° 46.49% 55.29%
HSB/HSV 218° 54.64% 76.08%
CMYK 54.64% 34.54% 0.00%
23.92%

Color #587FC2 in popluar number systems.

HEX 58 7F C2
Decimal 88 127 194
Binary 1011000 1111111 11000010
Octal 130 177 302

Shades and tints

Shades of #587FC2

#587FC2
(88,127,194)
#5074B1
(80,116,177)
#4869A0
(72,105,160)
#405E8F
(64,94,143)
#38537E
(56,83,126)
#30486D
(48,72,109)
#283D5C
(40,61,92)
#20324B
(32,50,75)
#18273A
(24,39,58)
#101C29
(16,28,41)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #587FC2

#587FC2
(88,127,194)
#678AC7
(103,138,199)
#7695CC
(118,149,204)
#85A0D1
(133,160,209)
#94ABD6
(148,171,214)
#A3B6DB
(163,182,219)
#B2C1E0
(178,193,224)
#C1CCE5
(193,204,229)
#D0D7EA
(208,215,234)
#DFE2EF
(223,226,239)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587FC2 color. Also use rgb(88,127,194) instead hex code.

Text Font Color

.myTextColor { color: #587FC2; }

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

This text font color is #587FC2.

Background Color

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

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

This div background color is #587FC2.

Border color

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

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

This div border color is #587FC2.

Opacity

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

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

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

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

This text has shadow with #587FC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587FC2.

Preview

Color preview on black background

This text has color #587FC2 on black background.


Color preview on white background

This text has color #587FC2 on white background.


Black color preview on #587FC2 background

This text has black color on #587FC2 background.


White color preview on #587FC2 background

This text has white color on #587FC2 background.


Related colors

Complementary color

Complementary color for #hex is #A7803D.


I love getcolorcode.com

Triadic colors

1 #C2587F and #7FC258 with #587FC2 are triadic colors.

2 #C27F58 and #7F58C2 with #587FC2 are triadic colors.