COLOR #5B58BE

HEX: #5B58BE RGB: (91,88,190)

Color info

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

RGB color model

#5B58BE color RGB value is (91,88,190).

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

RGB channels and saturation

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

91
88
190

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

Portions of RGB colors in percentages

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

%24.66
%23.85
%51.49

CMYK color model

#5B58BE color CMYK value is (52,54,0,25).

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

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

CMYK percentages

%52.11
%53.68
%0
%25.49

Codes

Color #5B58BE in popluar color models

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

Color #5B58BE in popluar number systems.

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

Shades and tints

Shades of #5B58BE

#5B58BE
(91,88,190)
#5350AD
(83,80,173)
#4B489C
(75,72,156)
#43408B
(67,64,139)
#3B387A
(59,56,122)
#333069
(51,48,105)
#2B2858
(43,40,88)
#232047
(35,32,71)
#1B1836
(27,24,54)
#131025
(19,16,37)
#0B0814
(11,8,20)
#000000
(0,0,0)

Tints of #5B58BE

#5B58BE
(91,88,190)
#6967C3
(105,103,195)
#7776C8
(119,118,200)
#8585CD
(133,133,205)
#9394D2
(147,148,210)
#A1A3D7
(161,163,215)
#AFB2DC
(175,178,220)
#BDC1E1
(189,193,225)
#CBD0E6
(203,208,230)
#D9DFEB
(217,223,235)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B58BE; }

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

This text font color is #5B58BE.

Background Color

.myBgColor { background-color: #5B58BE; }

<div style="background-color:#5B58BE">Inner text</div>

This div background color is #5B58BE.

Border color

.myBorderColor { border: 1px solid #5B58BE; }

<div style="border:3px solid #5B58BE">Div</div>

This div border color is #5B58BE.

Opacity

.myOpacity80 { color: #5B58BE; opacity: 0.8; }

<p style="color:#5B58BE;opacity:0.8;">80%</p>

Text with #5B58BE 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 #5B58BE;}

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

This text has shadow with #5B58BE color.


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

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

This text has shadow with #5B58BE primary color and red secondary color.


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

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

This text has shadow with #5B58BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5B58BE.

Preview

Color preview on black background

This text has color #5B58BE on black background.


Color preview on white background

This text has color #5B58BE on white background.


Black color preview on #5B58BE background

This text has black color on #5B58BE background.


White color preview on #5B58BE background

This text has white color on #5B58BE background.


Related colors

Complementary color

Complementary color for #hex is #A4A741.


I love getcolorcode.com

Triadic colors

1 #BE5B58 and #58BE5B with #5B58BE are triadic colors.

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