COLOR #5859BD

HEX: #5859BD
RGB: (88,89,189)

Color info

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

RGB color model

#5859BD color RGB value is (88,89,189).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 189 of 255 = 74%

88
89
189

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 189 = 366 (100%)
R 88 of 366 ~ 24.04%
G 89 of 366 ~ 24.32%
B 189 of 366 ~ 51.64%

%24.04
%24.32
%51.64

CMYK color model

#5859BD color CMYK value is (53,53,0,26).

  • cyan value is 53.44%
  • magenta value is 52.91%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(53,53,0,26)
C53M53Y0K26 
(53%,53%,0%,26%)
(0.53/0.53/0.00/0.26)	

CMYK percentages

%53.44
%52.91
%0
%25.88

Codes

Color #5859BD in popluar color models

5859BD
RGB8889189
HSL239°43.35%54.31%
HSB/HSV239°53.44%74.12%
CMYK53.44%52.91%0.00%
25.88%

Color #5859BD in popluar number systems.

HEX5859BD
Decimal8889189
Binary1011000101100110111101
Octal130131275

Shades and tints

Shades of #5859BD

#5859BD
(88,89,189)
#5051AC
(80,81,172)
#48499B
(72,73,155)
#40418A
(64,65,138)
#383979
(56,57,121)
#303168
(48,49,104)
#282957
(40,41,87)
#202146
(32,33,70)
#181935
(24,25,53)
#101124
(16,17,36)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #5859BD

#5859BD
(88,89,189)
#6768C3
(103,104,195)
#7677C9
(118,119,201)
#8586CF
(133,134,207)
#9495D5
(148,149,213)
#A3A4DB
(163,164,219)
#B2B3E1
(178,179,225)
#C1C2E7
(193,194,231)
#D0D1ED
(208,209,237)
#DFE0F3
(223,224,243)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5859BD; }

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

This text font color is #5859BD.


Background Color

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

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

This div background color is #5859BD.


Border color

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

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

This div border color is #5859BD.


Opacity

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

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

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

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

This text has shadow with #5859BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5859BD on black background.


Color preview on white background

This text has color #5859BD on white background.



Black color preview on #5859BD background

This text has black color on #5859BD background.


White color preview on #5859BD background

This text has white color on #5859BD background.