COLOR #585EBD

HEX: #585EBD
RGB: (88,94,189)

Color info

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

RGB color model

#585EBD color RGB value is (88,94,189).

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

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 189 of 255 = 74%

88
94
189

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

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 189 = 371 (100%)
R 88 of 371 ~ 23.72%
G 94 of 371 ~ 25.34%
B 189 of 371 ~ 50.94%

%23.72
%25.34
%50.94

CMYK color model

#585EBD color CMYK value is (53,50,0,26).

  • cyan value is 53.44%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(53,50,0,26)
C53M50Y0K26 
(53%,50%,0%,26%)
(0.53/0.50/0.00/0.26)	

CMYK percentages

%53.44
%50.26
%0
%25.88

Codes

Color #585EBD in popluar color models

585EBD
RGB8894189
HSL236°43.35%54.31%
HSB/HSV236°53.44%74.12%
CMYK53.44%50.26%0.00%
25.88%

Color #585EBD in popluar number systems.

HEX585EBD
Decimal8894189
Binary1011000101111010111101
Octal130136275

Shades and tints

Shades of #585EBD

#585EBD
(88,94,189)
#5056AC
(80,86,172)
#484E9B
(72,78,155)
#40468A
(64,70,138)
#383E79
(56,62,121)
#303668
(48,54,104)
#282E57
(40,46,87)
#202646
(32,38,70)
#181E35
(24,30,53)
#101624
(16,22,36)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #585EBD

#585EBD
(88,94,189)
#676CC3
(103,108,195)
#767AC9
(118,122,201)
#8588CF
(133,136,207)
#9496D5
(148,150,213)
#A3A4DB
(163,164,219)
#B2B2E1
(178,178,225)
#C1C0E7
(193,192,231)
#D0CEED
(208,206,237)
#DFDCF3
(223,220,243)
#EEEAF9
(238,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585EBD; }

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

This text font color is #585EBD.


Background Color

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

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

This div background color is #585EBD.


Border color

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

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

This div border color is #585EBD.


Opacity

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

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

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

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

This text has shadow with #585EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585EBD on black background.


Color preview on white background

This text has color #585EBD on white background.



Black color preview on #585EBD background

This text has black color on #585EBD background.


White color preview on #585EBD background

This text has white color on #585EBD background.