COLOR #585EE2

HEX: #585EE2
RGB: (88,94,226)

Color info

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

RGB color model

#585EE2 color RGB value is (88,94,226).

  • red value is 88;
  • green value is 94;
  • blue value is 226.
RGB:
(88,94,226)
(35%,37%,89%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 226 of 255 = 89%

88
94
226

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

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 226 = 408 (100%)
R 88 of 408 ~ 21.57%
G 94 of 408 ~ 23.04%
B 226 of 408 ~ 55.39%

%21.57
%23.04
%55.39

CMYK color model

#585EE2 color CMYK value is (61,58,0,11).

  • cyan value is 61.06%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(61,58,0,11)
C61M58Y0K11 
(61%,58%,0%,11%)
(0.61/0.58/0.00/0.11)	

CMYK percentages

%61.06
%58.41
%0
%11.37

Codes

Color #585EE2 in popluar color models

585EE2
RGB8894226
HSL237°70.41%61.57%
HSB/HSV237°61.06%88.63%
CMYK61.06%58.41%0.00%
11.37%

Color #585EE2 in popluar number systems.

HEX585EE2
Decimal8894226
Binary1011000101111011100010
Octal130136342

Shades and tints

Shades of #585EE2

#585EE2
(88,94,226)
#5056CE
(80,86,206)
#484EBA
(72,78,186)
#4046A6
(64,70,166)
#383E92
(56,62,146)
#30367E
(48,54,126)
#282E6A
(40,46,106)
#202656
(32,38,86)
#181E42
(24,30,66)
#10162E
(16,22,46)
#080E1A
(8,14,26)
#000000
(0,0,0)

Tints of #585EE2

#585EE2
(88,94,226)
#676CE4
(103,108,228)
#767AE6
(118,122,230)
#8588E8
(133,136,232)
#9496EA
(148,150,234)
#A3A4EC
(163,164,236)
#B2B2EE
(178,178,238)
#C1C0F0
(193,192,240)
#D0CEF2
(208,206,242)
#DFDCF4
(223,220,244)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585EE2 color. Also use rgb(88,94,226) instead hex code.

Text Font Color

.myTextColor { color: #585EE2; }

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

This text font color is #585EE2.


Background Color

.myBgColor { background-color: #585EE2; }

<div style="background-color:#585EE2">Inner text</div>

This div background color is #585EE2.


Border color

.myBorderColor { border: 1px solid #585EE2; }

<div style="border:3px solid #585EE2">Div</div>

This div border color is #585EE2.


Opacity

.myOpacity80 { color: #585EE2; opacity: 0.8; }

<p style="color:#585EE2;opacity:0.8;">80%</p>

Text with #585EE2 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 #585EE2;}

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

This text has shadow with #585EE2 color.

.textShadow {text-shadow: 3px 3px 1px #585EE2, 3px 3px 1px red;}

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

This text has shadow with #585EE2 primary color and red secondary color.


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

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

This text has shadow with #585EE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585EE2 on black background.


Color preview on white background

This text has color #585EE2 on white background.



Black color preview on #585EE2 background

This text has black color on #585EE2 background.


White color preview on #585EE2 background

This text has white color on #585EE2 background.