COLOR #5787C8

HEX: #5787C8 RGB: (87,135,200)

Color info

#5787C8 contains mainly blue color. Web safe color of #5787C8 is #6699CC (or #69C).

RGB color model

#5787C8 color RGB value is (87,135,200).

RGB: (87,135,200) (34%, 53%, 78%)

RGB channels and saturation

R 87 of 255 = 34%
G 135 of 255 = 53%
B 200 of 255 = 78%

87
135
200

R + G + B ~ 55%. #5787C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 135 + 200 = 422 (100%)
R 87 of 422 ~ 20.62%
G 135 of 422 ~ 31.99%
B 200 of 422 ~ 47.39'%

%20.62
%31.99
%47.39

CMYK color model

#5787C8 color CMYK value is (57,33,0,22).

  • cyan value is 56.50%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (57,33,0,22)
C57M33Y0K22 (57%, 33%, 0%, 22%)
(0.57 / 0.33 / 0.00 / 0.22)

CMYK percentages

%56.5
%32.5
%0
%21.57

Codes

Color #5787C8 in popluar color models

57 87 C8
RGB 87 135 200
HSL 215° 50.67% 56.27%
HSB/HSV 215° 56.50% 78.43%
CMYK 56.50% 32.50% 0.00%
21.57%

Color #5787C8 in popluar number systems.

HEX 57 87 C8
Decimal 87 135 200
Binary 1010111 10000111 11001000
Octal 127 207 310

Shades and tints

Shades of #5787C8

#5787C8
(87,135,200)
#507BB6
(80,123,182)
#496FA4
(73,111,164)
#426392
(66,99,146)
#3B5780
(59,87,128)
#344B6E
(52,75,110)
#2D3F5C
(45,63,92)
#26334A
(38,51,74)
#1F2738
(31,39,56)
#181B26
(24,27,38)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #5787C8

#5787C8
(87,135,200)
#6691CD
(102,145,205)
#759BD2
(117,155,210)
#84A5D7
(132,165,215)
#93AFDC
(147,175,220)
#A2B9E1
(162,185,225)
#B1C3E6
(177,195,230)
#C0CDEB
(192,205,235)
#CFD7F0
(207,215,240)
#DEE1F5
(222,225,245)
#EDEBFA
(237,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5787C8 color. Also use rgb(87,135,200) instead hex code.

Text Font Color

.myTextColor { color: #5787C8; }

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

This text font color is #5787C8.

Background Color

.myBgColor { background-color: #5787C8; }

<div style="background-color:#5787C8">Inner text</div>

This div background color is #5787C8.

Border color

.myBorderColor { border: 1px solid #5787C8; }

<div style="border:3px solid #5787C8">Div</div>

This div border color is #5787C8.

Opacity

.myOpacity80 { color: #5787C8; opacity: 0.8; }

<p style="color:#5787C8;opacity:0.8;">80%</p>

Text with #5787C8 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 #5787C8;}

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

This text has shadow with #5787C8 color.


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

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

This text has shadow with #5787C8 primary color and red secondary color.


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

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

This text has shadow with #5787C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5787C8.

Preview

Color preview on black background

This text has color #5787C8 on black background.


Color preview on white background

This text has color #5787C8 on white background.


Black color preview on #5787C8 background

This text has black color on #5787C8 background.


White color preview on #5787C8 background

This text has white color on #5787C8 background.


Related colors

Complementary color

Complementary color for #hex is #A87837.


I love getcolorcode.com

Triadic colors

1 #C85787 and #87C857 with #5787C8 are triadic colors.

2 #C88757 and #8757C8 with #5787C8 are triadic colors.