COLOR #5781E7

HEX: #5781E7
RGB: (87,129,231)

Color info

#5781E7 contains mainly blue color. Web safe color of #5781E7 is #6699FF (or #69F).

RGB color model

#5781E7 color RGB value is (87,129,231).

  • red value is 87;
  • green value is 129;
  • blue value is 231.
RGB:
(87,129,231)
(34%,51%,91%)

RGB channels and saturation

R 87 of 255 = 34%
G 129 of 255 = 51%
B 231 of 255 = 91%

87
129
231

R + G + B ~ 59%. #5781E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 129 + 231 = 447 (100%)
R 87 of 447 ~ 19.46%
G 129 of 447 ~ 28.86%
B 231 of 447 ~ 51.68%

%19.46
%28.86
%51.68

CMYK color model

#5781E7 color CMYK value is (62,44,0,9).

  • cyan value is 62.34%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(62,44,0,9)
C62M44Y0K9 
(62%,44%,0%,9%)
(0.62/0.44/0.00/0.09)	

CMYK percentages

%62.34
%44.16
%0
%9.41

Codes

Color #5781E7 in popluar color models

5781E7
RGB87129231
HSL223°75.00%62.35%
HSB/HSV223°62.34%90.59%
CMYK62.34%44.16%0.00%
9.41%

Color #5781E7 in popluar number systems.

HEX5781E7
Decimal87129231
Binary10101111000000111100111
Octal127201347

Shades and tints

Shades of #5781E7

#5781E7
(87,129,231)
#5076D2
(80,118,210)
#496BBD
(73,107,189)
#4260A8
(66,96,168)
#3B5593
(59,85,147)
#344A7E
(52,74,126)
#2D3F69
(45,63,105)
#263454
(38,52,84)
#1F293F
(31,41,63)
#181E2A
(24,30,42)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #5781E7

#5781E7
(87,129,231)
#668CE9
(102,140,233)
#7597EB
(117,151,235)
#84A2ED
(132,162,237)
#93ADEF
(147,173,239)
#A2B8F1
(162,184,241)
#B1C3F3
(177,195,243)
#C0CEF5
(192,206,245)
#CFD9F7
(207,217,247)
#DEE4F9
(222,228,249)
#EDEFFB
(237,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5781E7 color. Also use rgb(87,129,231) instead hex code.

Text Font Color

.myTextColor { color: #5781E7; }

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

This text font color is #5781E7.


Background Color

.myBgColor { background-color: #5781E7; }

<div style="background-color:#5781E7">Inner text</div>

This div background color is #5781E7.


Border color

.myBorderColor { border: 1px solid #5781E7; }

<div style="border:3px solid #5781E7">Div</div>

This div border color is #5781E7.


Opacity

.myOpacity80 { color: #5781E7; opacity: 0.8; }

<p style="color:#5781E7;opacity:0.8;">80%</p>

Text with #5781E7 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 #5781E7;}

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

This text has shadow with #5781E7 color.

.textShadow {text-shadow: 3px 3px 1px #5781E7, 3px 3px 1px red;}

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

This text has shadow with #5781E7 primary color and red secondary color.


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

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

This text has shadow with #5781E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5781E7 on black background.


Color preview on white background

This text has color #5781E7 on white background.



Black color preview on #5781E7 background

This text has black color on #5781E7 background.


White color preview on #5781E7 background

This text has white color on #5781E7 background.