COLOR #585BBE

HEX: #585BBE RGB: (88,91,190)

Color info

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

RGB color model

#585BBE color RGB value is (88,91,190).

RGB: (88,91,190) (35%, 36%, 75%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 190 of 255 = 75%

88
91
190

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

Portions of RGB colors in percentages

R + G + B = 88 + 91 + 190 = 369 (100%)
R 88 of 369 ~ 23.85%
G 91 of 369 ~ 24.66%
B 190 of 369 ~ 51.49'%

%23.85
%24.66
%51.49

CMYK color model

#585BBE color CMYK value is (54,52,0,25).

  • cyan value is 53.68%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (54,52,0,25)
C54M52Y0K25 (54%, 52%, 0%, 25%)
(0.54 / 0.52 / 0.00 / 0.25)

CMYK percentages

%53.68
%52.11
%0
%25.49

Codes

Color #585BBE in popluar color models

58 5B BE
RGB 88 91 190
HSL 238° 43.97% 54.51%
HSB/HSV 238° 53.68% 74.51%
CMYK 53.68% 52.11% 0.00%
25.49%

Color #585BBE in popluar number systems.

HEX 58 5B BE
Decimal 88 91 190
Binary 1011000 1011011 10111110
Octal 130 133 276

Shades and tints

Shades of #585BBE

#585BBE
(88,91,190)
#5053AD
(80,83,173)
#484B9C
(72,75,156)
#40438B
(64,67,139)
#383B7A
(56,59,122)
#303369
(48,51,105)
#282B58
(40,43,88)
#202347
(32,35,71)
#181B36
(24,27,54)
#101325
(16,19,37)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #585BBE

#585BBE
(88,91,190)
#6769C3
(103,105,195)
#7677C8
(118,119,200)
#8585CD
(133,133,205)
#9493D2
(148,147,210)
#A3A1D7
(163,161,215)
#B2AFDC
(178,175,220)
#C1BDE1
(193,189,225)
#D0CBE6
(208,203,230)
#DFD9EB
(223,217,235)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585BBE color. Also use rgb(88,91,190) instead hex code.

Text Font Color

.myTextColor { color: #585BBE; }

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

This text font color is #585BBE.

Background Color

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

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

This div background color is #585BBE.

Border color

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

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

This div border color is #585BBE.

Opacity

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

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

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

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

This text has shadow with #585BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585BBE.

Preview

Color preview on black background

This text has color #585BBE on black background.


Color preview on white background

This text has color #585BBE on white background.


Black color preview on #585BBE background

This text has black color on #585BBE background.


White color preview on #585BBE background

This text has white color on #585BBE background.


Related colors

Complementary color

Complementary color for #hex is #A7A441.


I love getcolorcode.com

Triadic colors

1 #BE585B and #5BBE58 with #585BBE are triadic colors.

2 #BE5B58 and #5B58BE with #585BBE are triadic colors.