COLOR #5881E1

HEX: #5881E1 RGB: (88,129,225)

Color info

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

RGB color model

#5881E1 color RGB value is (88,129,225).

RGB: (88,129,225) (35%, 51%, 88%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 225 of 255 = 88%

88
129
225

R + G + B ~ 58%. #5881E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 129 + 225 = 442 (100%)
R 88 of 442 ~ 19.91%
G 129 of 442 ~ 29.19%
B 225 of 442 ~ 50.9'%

%19.91
%29.19
%50.9

CMYK color model

#5881E1 color CMYK value is (61,43,0,12).

  • cyan value is 60.89%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (61,43,0,12)
C61M43Y0K12 (61%, 43%, 0%, 12%)
(0.61 / 0.43 / 0.00 / 0.12)

CMYK percentages

%60.89
%42.67
%0
%11.76

Codes

Color #5881E1 in popluar color models

58 81 E1
RGB 88 129 225
HSL 222° 69.54% 61.37%
HSB/HSV 222° 60.89% 88.24%
CMYK 60.89% 42.67% 0.00%
11.76%

Color #5881E1 in popluar number systems.

HEX 58 81 E1
Decimal 88 129 225
Binary 1011000 10000001 11100001
Octal 130 201 341

Shades and tints

Shades of #5881E1

#5881E1
(88,129,225)
#5076CD
(80,118,205)
#486BB9
(72,107,185)
#4060A5
(64,96,165)
#385591
(56,85,145)
#304A7D
(48,74,125)
#283F69
(40,63,105)
#203455
(32,52,85)
#182941
(24,41,65)
#101E2D
(16,30,45)
#081319
(8,19,25)
#000000
(0,0,0)

Tints of #5881E1

#5881E1
(88,129,225)
#678CE3
(103,140,227)
#7697E5
(118,151,229)
#85A2E7
(133,162,231)
#94ADE9
(148,173,233)
#A3B8EB
(163,184,235)
#B2C3ED
(178,195,237)
#C1CEEF
(193,206,239)
#D0D9F1
(208,217,241)
#DFE4F3
(223,228,243)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5881E1 color. Also use rgb(88,129,225) instead hex code.

Text Font Color

.myTextColor { color: #5881E1; }

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

This text font color is #5881E1.

Background Color

.myBgColor { background-color: #5881E1; }

<div style="background-color:#5881E1">Inner text</div>

This div background color is #5881E1.

Border color

.myBorderColor { border: 1px solid #5881E1; }

<div style="border:3px solid #5881E1">Div</div>

This div border color is #5881E1.

Opacity

.myOpacity80 { color: #5881E1; opacity: 0.8; }

<p style="color:#5881E1;opacity:0.8;">80%</p>

Text with #5881E1 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 #5881E1;}

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

This text has shadow with #5881E1 color.


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

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

This text has shadow with #5881E1 primary color and red secondary color.


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

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

This text has shadow with #5881E1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5881E1.

Preview

Color preview on black background

This text has color #5881E1 on black background.


Color preview on white background

This text has color #5881E1 on white background.


Black color preview on #5881E1 background

This text has black color on #5881E1 background.


White color preview on #5881E1 background

This text has white color on #5881E1 background.


Related colors

Complementary color

Complementary color for #hex is #A77E1E.


I love getcolorcode.com

Triadic colors

1 #E15881 and #81E158 with #5881E1 are triadic colors.

2 #E18158 and #8158E1 with #5881E1 are triadic colors.