COLOR #585AAC

HEX: #585AAC
RGB: (88,90,172)

Color info

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

RGB color model

#585AAC color RGB value is (88,90,172).

  • red value is 88;
  • green value is 90;
  • blue value is 172.
RGB:
(88,90,172)
(35%,35%,67%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 172 of 255 = 67%

88
90
172

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 172 = 350 (100%)
R 88 of 350 ~ 25.14%
G 90 of 350 ~ 25.71%
B 172 of 350 ~ 49.14%

%25.14
%25.71
%49.14

CMYK color model

#585AAC color CMYK value is (49,48,0,33).

  • cyan value is 48.84%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(49,48,0,33)
C49M48Y0K33 
(49%,48%,0%,33%)
(0.49/0.48/0.00/0.33)	

CMYK percentages

%48.84
%47.67
%0
%32.55

Codes

Color #585AAC in popluar color models

585AAC
RGB8890172
HSL239°33.60%50.98%
HSB/HSV239°48.84%67.45%
CMYK48.84%47.67%0.00%
32.55%

Color #585AAC in popluar number systems.

HEX585AAC
Decimal8890172
Binary1011000101101010101100
Octal130132254

Shades and tints

Shades of #585AAC

#585AAC
(88,90,172)
#50529D
(80,82,157)
#484A8E
(72,74,142)
#40427F
(64,66,127)
#383A70
(56,58,112)
#303261
(48,50,97)
#282A52
(40,42,82)
#202243
(32,34,67)
#181A34
(24,26,52)
#101225
(16,18,37)
#080A16
(8,10,22)
#000000
(0,0,0)

Tints of #585AAC

#585AAC
(88,90,172)
#6769B3
(103,105,179)
#7678BA
(118,120,186)
#8587C1
(133,135,193)
#9496C8
(148,150,200)
#A3A5CF
(163,165,207)
#B2B4D6
(178,180,214)
#C1C3DD
(193,195,221)
#D0D2E4
(208,210,228)
#DFE1EB
(223,225,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585AAC color. Also use rgb(88,90,172) instead hex code.

Text Font Color

.myTextColor { color: #585AAC; }

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

This text font color is #585AAC.


Background Color

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

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

This div background color is #585AAC.


Border color

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

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

This div border color is #585AAC.


Opacity

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

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

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

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

This text has shadow with #585AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585AAC on black background.


Color preview on white background

This text has color #585AAC on white background.



Black color preview on #585AAC background

This text has black color on #585AAC background.


White color preview on #585AAC background

This text has white color on #585AAC background.