COLOR #5859B3

HEX: #5859B3
RGB: (88,89,179)

Color info

#5859B3 contains mainly blue color. Web safe color of #5859B3 is #666699 (or #669).

RGB color model

#5859B3 color RGB value is (88,89,179).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 179 of 255 = 70%

88
89
179

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 179 = 356 (100%)
R 88 of 356 ~ 24.72%
G 89 of 356 ~ 25%
B 179 of 356 ~ 50.28%

%24.72
%25
%50.28

CMYK color model

#5859B3 color CMYK value is (51,50,0,30).

  • cyan value is 50.84%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(51,50,0,30)
C51M50Y0K30 
(51%,50%,0%,30%)
(0.51/0.50/0.00/0.30)	

CMYK percentages

%50.84
%50.28
%0
%29.8

Codes

Color #5859B3 in popluar color models

5859B3
RGB8889179
HSL239°37.45%52.35%
HSB/HSV239°50.84%70.20%
CMYK50.84%50.28%0.00%
29.80%

Color #5859B3 in popluar number systems.

HEX5859B3
Decimal8889179
Binary1011000101100110110011
Octal130131263

Shades and tints

Shades of #5859B3

#5859B3
(88,89,179)
#5051A3
(80,81,163)
#484993
(72,73,147)
#404183
(64,65,131)
#383973
(56,57,115)
#303163
(48,49,99)
#282953
(40,41,83)
#202143
(32,33,67)
#181933
(24,25,51)
#101123
(16,17,35)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #5859B3

#5859B3
(88,89,179)
#6768B9
(103,104,185)
#7677BF
(118,119,191)
#8586C5
(133,134,197)
#9495CB
(148,149,203)
#A3A4D1
(163,164,209)
#B2B3D7
(178,179,215)
#C1C2DD
(193,194,221)
#D0D1E3
(208,209,227)
#DFE0E9
(223,224,233)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5859B3; }

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

This text font color is #5859B3.


Background Color

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

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

This div background color is #5859B3.


Border color

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

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

This div border color is #5859B3.


Opacity

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

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

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

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

This text has shadow with #5859B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5859B3 on black background.


Color preview on white background

This text has color #5859B3 on white background.



Black color preview on #5859B3 background

This text has black color on #5859B3 background.


White color preview on #5859B3 background

This text has white color on #5859B3 background.