COLOR #5D8ECC

HEX: #5D8ECC
RGB: (93,142,204)

Color info

#5D8ECC contains mainly blue color. Web safe color of #5D8ECC is #6699CC (or #69C).

RGB color model

#5D8ECC color RGB value is (93,142,204).

  • red value is 93;
  • green value is 142;
  • blue value is 204.
RGB:
(93,142,204)
(36%,56%,80%)

RGB channels and saturation

R 93 of 255 = 36%
G 142 of 255 = 56%
B 204 of 255 = 80%

93
142
204

R + G + B ~ 57%. #5D8ECC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 142 + 204 = 439 (100%)
R 93 of 439 ~ 21.18%
G 142 of 439 ~ 32.35%
B 204 of 439 ~ 46.47%

%21.18
%32.35
%46.47

CMYK color model

#5D8ECC color CMYK value is (54,30,0,20).

  • cyan value is 54.41%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(54,30,0,20)
C54M30Y0K20 
(54%,30%,0%,20%)
(0.54/0.30/0.00/0.20)	

CMYK percentages

%54.41
%30.39
%0
%20

Codes

Color #5D8ECC in popluar color models

5D8ECC
RGB93142204
HSL214°52.11%58.24%
HSB/HSV214°54.41%80.00%
CMYK54.41%30.39%0.00%
20.00%

Color #5D8ECC in popluar number systems.

HEX5D8ECC
Decimal93142204
Binary10111011000111011001100
Octal135216314

Shades and tints

Shades of #5D8ECC

#5D8ECC
(93,142,204)
#5582BA
(85,130,186)
#4D76A8
(77,118,168)
#456A96
(69,106,150)
#3D5E84
(61,94,132)
#355272
(53,82,114)
#2D4660
(45,70,96)
#253A4E
(37,58,78)
#1D2E3C
(29,46,60)
#15222A
(21,34,42)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #5D8ECC

#5D8ECC
(93,142,204)
#6B98D0
(107,152,208)
#79A2D4
(121,162,212)
#87ACD8
(135,172,216)
#95B6DC
(149,182,220)
#A3C0E0
(163,192,224)
#B1CAE4
(177,202,228)
#BFD4E8
(191,212,232)
#CDDEEC
(205,222,236)
#DBE8F0
(219,232,240)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8ECC color. Also use rgb(93,142,204) instead hex code.

Text Font Color

.myTextColor { color: #5D8ECC; }

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

This text font color is #5D8ECC.


Background Color

.myBgColor { background-color: #5D8ECC; }

<div style="background-color:#5D8ECC">Inner text</div>

This div background color is #5D8ECC.


Border color

.myBorderColor { border: 1px solid #5D8ECC; }

<div style="border:3px solid #5D8ECC">Div</div>

This div border color is #5D8ECC.


Opacity

.myOpacity80 { color: #5D8ECC; opacity: 0.8; }

<p style="color:#5D8ECC;opacity:0.8;">80%</p>

Text with #5D8ECC 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 #5D8ECC;}

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

This text has shadow with #5D8ECC color.

.textShadow {text-shadow: 3px 3px 1px #5D8ECC, 3px 3px 1px red;}

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

This text has shadow with #5D8ECC primary color and red secondary color.


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

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

This text has shadow with #5D8ECC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8ECC on black background.


Color preview on white background

This text has color #5D8ECC on white background.



Black color preview on #5D8ECC background

This text has black color on #5D8ECC background.


White color preview on #5D8ECC background

This text has white color on #5D8ECC background.