COLOR #5862D7

HEX: #5862D7
RGB: (88,98,215)

Color info

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

RGB color model

#5862D7 color RGB value is (88,98,215).

  • red value is 88;
  • green value is 98;
  • blue value is 215.
RGB:
(88,98,215)
(35%,38%,84%)

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 215 of 255 = 84%

88
98
215

R + G + B ~ 52%. #5862D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 215 = 401 (100%)
R 88 of 401 ~ 21.95%
G 98 of 401 ~ 24.44%
B 215 of 401 ~ 53.62%

%21.95
%24.44
%53.62

CMYK color model

#5862D7 color CMYK value is (59,54,0,16).

  • cyan value is 59.07%
  • magenta value is 54.42%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(59,54,0,16)
C59M54Y0K16 
(59%,54%,0%,16%)
(0.59/0.54/0.00/0.16)	

CMYK percentages

%59.07
%54.42
%0
%15.69

Codes

Color #5862D7 in popluar color models

5862D7
RGB8898215
HSL235°61.35%59.41%
HSB/HSV235°59.07%84.31%
CMYK59.07%54.42%0.00%
15.69%

Color #5862D7 in popluar number systems.

HEX5862D7
Decimal8898215
Binary1011000110001011010111
Octal130142327

Shades and tints

Shades of #5862D7

#5862D7
(88,98,215)
#505AC4
(80,90,196)
#4852B1
(72,82,177)
#404A9E
(64,74,158)
#38428B
(56,66,139)
#303A78
(48,58,120)
#283265
(40,50,101)
#202A52
(32,42,82)
#18223F
(24,34,63)
#101A2C
(16,26,44)
#081219
(8,18,25)
#000000
(0,0,0)

Tints of #5862D7

#5862D7
(88,98,215)
#6770DA
(103,112,218)
#767EDD
(118,126,221)
#858CE0
(133,140,224)
#949AE3
(148,154,227)
#A3A8E6
(163,168,230)
#B2B6E9
(178,182,233)
#C1C4EC
(193,196,236)
#D0D2EF
(208,210,239)
#DFE0F2
(223,224,242)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5862D7 color. Also use rgb(88,98,215) instead hex code.

Text Font Color

.myTextColor { color: #5862D7; }

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

This text font color is #5862D7.


Background Color

.myBgColor { background-color: #5862D7; }

<div style="background-color:#5862D7">Inner text</div>

This div background color is #5862D7.


Border color

.myBorderColor { border: 1px solid #5862D7; }

<div style="border:3px solid #5862D7">Div</div>

This div border color is #5862D7.


Opacity

.myOpacity80 { color: #5862D7; opacity: 0.8; }

<p style="color:#5862D7;opacity:0.8;">80%</p>

Text with #5862D7 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 #5862D7;}

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

This text has shadow with #5862D7 color.

.textShadow {text-shadow: 3px 3px 1px #5862D7, 3px 3px 1px red;}

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

This text has shadow with #5862D7 primary color and red secondary color.


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

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

This text has shadow with #5862D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5862D7 on black background.


Color preview on white background

This text has color #5862D7 on white background.



Black color preview on #5862D7 background

This text has black color on #5862D7 background.


White color preview on #5862D7 background

This text has white color on #5862D7 background.