COLOR #585CC9

HEX: #585CC9
RGB: (88,92,201)

Color info

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

RGB color model

#585CC9 color RGB value is (88,92,201).

  • red value is 88;
  • green value is 92;
  • blue value is 201.
RGB:
(88,92,201)
(35%,36%,79%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 201 of 255 = 79%

88
92
201

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

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 201 = 381 (100%)
R 88 of 381 ~ 23.1%
G 92 of 381 ~ 24.15%
B 201 of 381 ~ 52.76%

%23.1
%24.15
%52.76

CMYK color model

#585CC9 color CMYK value is (56,54,0,21).

  • cyan value is 56.22%
  • magenta value is 54.23%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(56,54,0,21)
C56M54Y0K21 
(56%,54%,0%,21%)
(0.56/0.54/0.00/0.21)	

CMYK percentages

%56.22
%54.23
%0
%21.18

Codes

Color #585CC9 in popluar color models

585CC9
RGB8892201
HSL238°51.13%56.67%
HSB/HSV238°56.22%78.82%
CMYK56.22%54.23%0.00%
21.18%

Color #585CC9 in popluar number systems.

HEX585CC9
Decimal8892201
Binary1011000101110011001001
Octal130134311

Shades and tints

Shades of #585CC9

#585CC9
(88,92,201)
#5054B7
(80,84,183)
#484CA5
(72,76,165)
#404493
(64,68,147)
#383C81
(56,60,129)
#30346F
(48,52,111)
#282C5D
(40,44,93)
#20244B
(32,36,75)
#181C39
(24,28,57)
#101427
(16,20,39)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #585CC9

#585CC9
(88,92,201)
#676ACD
(103,106,205)
#7678D1
(118,120,209)
#8586D5
(133,134,213)
#9494D9
(148,148,217)
#A3A2DD
(163,162,221)
#B2B0E1
(178,176,225)
#C1BEE5
(193,190,229)
#D0CCE9
(208,204,233)
#DFDAED
(223,218,237)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585CC9 color. Also use rgb(88,92,201) instead hex code.

Text Font Color

.myTextColor { color: #585CC9; }

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

This text font color is #585CC9.


Background Color

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

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

This div background color is #585CC9.


Border color

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

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

This div border color is #585CC9.


Opacity

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

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

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

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

This text has shadow with #585CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585CC9 on black background.


Color preview on white background

This text has color #585CC9 on white background.



Black color preview on #585CC9 background

This text has black color on #585CC9 background.


White color preview on #585CC9 background

This text has white color on #585CC9 background.