COLOR #5874D3

HEX: #5874D3
RGB: (88,116,211)

Color info

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

RGB color model

#5874D3 color RGB value is (88,116,211).

  • red value is 88;
  • green value is 116;
  • blue value is 211.
RGB:
(88,116,211)
(35%,45%,83%)

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 211 of 255 = 83%

88
116
211

R + G + B ~ 54%. #5874D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 211 = 415 (100%)
R 88 of 415 ~ 21.2%
G 116 of 415 ~ 27.95%
B 211 of 415 ~ 50.84%

%21.2
%27.95
%50.84

CMYK color model

#5874D3 color CMYK value is (58,45,0,17).

  • cyan value is 58.29%
  • magenta value is 45.02%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(58,45,0,17)
C58M45Y0K17 
(58%,45%,0%,17%)
(0.58/0.45/0.00/0.17)	

CMYK percentages

%58.29
%45.02
%0
%17.25

Codes

Color #5874D3 in popluar color models

5874D3
RGB88116211
HSL226°58.29%58.63%
HSB/HSV226°58.29%82.75%
CMYK58.29%45.02%0.00%
17.25%

Color #5874D3 in popluar number systems.

HEX5874D3
Decimal88116211
Binary1011000111010011010011
Octal130164323

Shades and tints

Shades of #5874D3

#5874D3
(88,116,211)
#506AC0
(80,106,192)
#4860AD
(72,96,173)
#40569A
(64,86,154)
#384C87
(56,76,135)
#304274
(48,66,116)
#283861
(40,56,97)
#202E4E
(32,46,78)
#18243B
(24,36,59)
#101A28
(16,26,40)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #5874D3

#5874D3
(88,116,211)
#6780D7
(103,128,215)
#768CDB
(118,140,219)
#8598DF
(133,152,223)
#94A4E3
(148,164,227)
#A3B0E7
(163,176,231)
#B2BCEB
(178,188,235)
#C1C8EF
(193,200,239)
#D0D4F3
(208,212,243)
#DFE0F7
(223,224,247)
#EEECFB
(238,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5874D3 color. Also use rgb(88,116,211) instead hex code.

Text Font Color

.myTextColor { color: #5874D3; }

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

This text font color is #5874D3.


Background Color

.myBgColor { background-color: #5874D3; }

<div style="background-color:#5874D3">Inner text</div>

This div background color is #5874D3.


Border color

.myBorderColor { border: 1px solid #5874D3; }

<div style="border:3px solid #5874D3">Div</div>

This div border color is #5874D3.


Opacity

.myOpacity80 { color: #5874D3; opacity: 0.8; }

<p style="color:#5874D3;opacity:0.8;">80%</p>

Text with #5874D3 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 #5874D3;}

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

This text has shadow with #5874D3 color.

.textShadow {text-shadow: 3px 3px 1px #5874D3, 3px 3px 1px red;}

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

This text has shadow with #5874D3 primary color and red secondary color.


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

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

This text has shadow with #5874D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5874D3 on black background.


Color preview on white background

This text has color #5874D3 on white background.



Black color preview on #5874D3 background

This text has black color on #5874D3 background.


White color preview on #5874D3 background

This text has white color on #5874D3 background.