COLOR #5864B7

HEX: #5864B7
RGB: (88,100,183)

Color info

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

RGB color model

#5864B7 color RGB value is (88,100,183).

  • red value is 88;
  • green value is 100;
  • blue value is 183.
RGB:
(88,100,183)
(35%,39%,72%)

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 183 of 255 = 72%

88
100
183

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

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 183 = 371 (100%)
R 88 of 371 ~ 23.72%
G 100 of 371 ~ 26.95%
B 183 of 371 ~ 49.33%

%23.72
%26.95
%49.33

CMYK color model

#5864B7 color CMYK value is (52,45,0,28).

  • cyan value is 51.91%
  • magenta value is 45.36%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,45,0,28)
C52M45Y0K28 
(52%,45%,0%,28%)
(0.52/0.45/0.00/0.28)	

CMYK percentages

%51.91
%45.36
%0
%28.24

Codes

Color #5864B7 in popluar color models

5864B7
RGB88100183
HSL232°39.75%53.14%
HSB/HSV232°51.91%71.76%
CMYK51.91%45.36%0.00%
28.24%

Color #5864B7 in popluar number systems.

HEX5864B7
Decimal88100183
Binary1011000110010010110111
Octal130144267

Shades and tints

Shades of #5864B7

#5864B7
(88,100,183)
#505BA7
(80,91,167)
#485297
(72,82,151)
#404987
(64,73,135)
#384077
(56,64,119)
#303767
(48,55,103)
#282E57
(40,46,87)
#202547
(32,37,71)
#181C37
(24,28,55)
#101327
(16,19,39)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #5864B7

#5864B7
(88,100,183)
#6772BD
(103,114,189)
#7680C3
(118,128,195)
#858EC9
(133,142,201)
#949CCF
(148,156,207)
#A3AAD5
(163,170,213)
#B2B8DB
(178,184,219)
#C1C6E1
(193,198,225)
#D0D4E7
(208,212,231)
#DFE2ED
(223,226,237)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5864B7 color. Also use rgb(88,100,183) instead hex code.

Text Font Color

.myTextColor { color: #5864B7; }

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

This text font color is #5864B7.


Background Color

.myBgColor { background-color: #5864B7; }

<div style="background-color:#5864B7">Inner text</div>

This div background color is #5864B7.


Border color

.myBorderColor { border: 1px solid #5864B7; }

<div style="border:3px solid #5864B7">Div</div>

This div border color is #5864B7.


Opacity

.myOpacity80 { color: #5864B7; opacity: 0.8; }

<p style="color:#5864B7;opacity:0.8;">80%</p>

Text with #5864B7 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 #5864B7;}

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

This text has shadow with #5864B7 color.

.textShadow {text-shadow: 3px 3px 1px #5864B7, 3px 3px 1px red;}

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

This text has shadow with #5864B7 primary color and red secondary color.


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

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

This text has shadow with #5864B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5864B7 on black background.


Color preview on white background

This text has color #5864B7 on white background.



Black color preview on #5864B7 background

This text has black color on #5864B7 background.


White color preview on #5864B7 background

This text has white color on #5864B7 background.