COLOR #585ABA

HEX: #585ABA
RGB: (88,90,186)

Color info

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

RGB color model

#585ABA color RGB value is (88,90,186).

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

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 186 of 255 = 73%

88
90
186

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 186 = 364 (100%)
R 88 of 364 ~ 24.18%
G 90 of 364 ~ 24.73%
B 186 of 364 ~ 51.1%

%24.18
%24.73
%51.1

CMYK color model

#585ABA color CMYK value is (53,52,0,27).

  • cyan value is 52.69%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(53,52,0,27)
C53M52Y0K27 
(53%,52%,0%,27%)
(0.53/0.52/0.00/0.27)	

CMYK percentages

%52.69
%51.61
%0
%27.06

Codes

Color #585ABA in popluar color models

585ABA
RGB8890186
HSL239°41.53%53.73%
HSB/HSV239°52.69%72.94%
CMYK52.69%51.61%0.00%
27.06%

Color #585ABA in popluar number systems.

HEX585ABA
Decimal8890186
Binary1011000101101010111010
Octal130132272

Shades and tints

Shades of #585ABA

#585ABA
(88,90,186)
#5052AA
(80,82,170)
#484A9A
(72,74,154)
#40428A
(64,66,138)
#383A7A
(56,58,122)
#30326A
(48,50,106)
#282A5A
(40,42,90)
#20224A
(32,34,74)
#181A3A
(24,26,58)
#10122A
(16,18,42)
#080A1A
(8,10,26)
#000000
(0,0,0)

Tints of #585ABA

#585ABA
(88,90,186)
#6769C0
(103,105,192)
#7678C6
(118,120,198)
#8587CC
(133,135,204)
#9496D2
(148,150,210)
#A3A5D8
(163,165,216)
#B2B4DE
(178,180,222)
#C1C3E4
(193,195,228)
#D0D2EA
(208,210,234)
#DFE1F0
(223,225,240)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585ABA; }

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

This text font color is #585ABA.


Background Color

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

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

This div background color is #585ABA.


Border color

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

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

This div border color is #585ABA.


Opacity

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

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

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

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

This text has shadow with #585ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585ABA on black background.


Color preview on white background

This text has color #585ABA on white background.



Black color preview on #585ABA background

This text has black color on #585ABA background.


White color preview on #585ABA background

This text has white color on #585ABA background.