COLOR #585CAA

HEX: #585CAA
RGB: (88,92,170)

Color info

#585CAA contains mainly blue color. Web safe color of #585CAA is #666699 (or #669).

RGB color model

#585CAA color RGB value is (88,92,170).

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

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 170 of 255 = 67%

88
92
170

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

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 170 = 350 (100%)
R 88 of 350 ~ 25.14%
G 92 of 350 ~ 26.29%
B 170 of 350 ~ 48.57%

%25.14
%26.29
%48.57

CMYK color model

#585CAA color CMYK value is (48,46,0,33).

  • cyan value is 48.24%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(48,46,0,33)
C48M46Y0K33 
(48%,46%,0%,33%)
(0.48/0.46/0.00/0.33)	

CMYK percentages

%48.24
%45.88
%0
%33.33

Codes

Color #585CAA in popluar color models

585CAA
RGB8892170
HSL237°32.54%50.59%
HSB/HSV237°48.24%66.67%
CMYK48.24%45.88%0.00%
33.33%

Color #585CAA in popluar number systems.

HEX585CAA
Decimal8892170
Binary1011000101110010101010
Octal130134252

Shades and tints

Shades of #585CAA

#585CAA
(88,92,170)
#50549B
(80,84,155)
#484C8C
(72,76,140)
#40447D
(64,68,125)
#383C6E
(56,60,110)
#30345F
(48,52,95)
#282C50
(40,44,80)
#202441
(32,36,65)
#181C32
(24,28,50)
#101423
(16,20,35)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #585CAA

#585CAA
(88,92,170)
#676AB1
(103,106,177)
#7678B8
(118,120,184)
#8586BF
(133,134,191)
#9494C6
(148,148,198)
#A3A2CD
(163,162,205)
#B2B0D4
(178,176,212)
#C1BEDB
(193,190,219)
#D0CCE2
(208,204,226)
#DFDAE9
(223,218,233)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585CAA; }

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

This text font color is #585CAA.


Background Color

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

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

This div background color is #585CAA.


Border color

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

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

This div border color is #585CAA.


Opacity

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

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

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

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

This text has shadow with #585CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585CAA on black background.


Color preview on white background

This text has color #585CAA on white background.



Black color preview on #585CAA background

This text has black color on #585CAA background.


White color preview on #585CAA background

This text has white color on #585CAA background.