COLOR #5859BA

HEX: #5859BA
RGB: (88,89,186)

Color info

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

RGB color model

#5859BA color RGB value is (88,89,186).

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

RGB channels and saturation

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

88
89
186

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 186 = 363 (100%)
R 88 of 363 ~ 24.24%
G 89 of 363 ~ 24.52%
B 186 of 363 ~ 51.24%

%24.24
%24.52
%51.24

CMYK color model

#5859BA color CMYK value is (53,52,0,27).

  • cyan value is 52.69%
  • magenta value is 52.15%
  • 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
%52.15
%0
%27.06

Codes

Color #5859BA in popluar color models

5859BA
RGB8889186
HSL239°41.53%53.73%
HSB/HSV239°52.69%72.94%
CMYK52.69%52.15%0.00%
27.06%

Color #5859BA in popluar number systems.

HEX5859BA
Decimal8889186
Binary1011000101100110111010
Octal130131272

Shades and tints

Shades of #5859BA

#5859BA
(88,89,186)
#5051AA
(80,81,170)
#48499A
(72,73,154)
#40418A
(64,65,138)
#38397A
(56,57,122)
#30316A
(48,49,106)
#28295A
(40,41,90)
#20214A
(32,33,74)
#18193A
(24,25,58)
#10112A
(16,17,42)
#08091A
(8,9,26)
#000000
(0,0,0)

Tints of #5859BA

#5859BA
(88,89,186)
#6768C0
(103,104,192)
#7677C6
(118,119,198)
#8586CC
(133,134,204)
#9495D2
(148,149,210)
#A3A4D8
(163,164,216)
#B2B3DE
(178,179,222)
#C1C2E4
(193,194,228)
#D0D1EA
(208,209,234)
#DFE0F0
(223,224,240)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5859BA color. Also use rgb(88,89,186) instead hex code.

Text Font Color

.myTextColor { color: #5859BA; }

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

This text font color is #5859BA.


Background Color

.myBgColor { background-color: #5859BA; }

<div style="background-color:#5859BA">Inner text</div>

This div background color is #5859BA.


Border color

.myBorderColor { border: 1px solid #5859BA; }

<div style="border:3px solid #5859BA">Div</div>

This div border color is #5859BA.


Opacity

.myOpacity80 { color: #5859BA; opacity: 0.8; }

<p style="color:#5859BA;opacity:0.8;">80%</p>

Text with #5859BA 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 #5859BA;}

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

This text has shadow with #5859BA color.

.textShadow {text-shadow: 3px 3px 1px #5859BA, 3px 3px 1px red;}

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

This text has shadow with #5859BA primary color and red secondary color.


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

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

This text has shadow with #5859BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5859BA on black background.


Color preview on white background

This text has color #5859BA on white background.



Black color preview on #5859BA background

This text has black color on #5859BA background.


White color preview on #5859BA background

This text has white color on #5859BA background.