COLOR #5D7CC9

HEX: #5D7CC9
RGB: (93,124,201)

Color info

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

RGB color model

#5D7CC9 color RGB value is (93,124,201).

  • red value is 93;
  • green value is 124;
  • blue value is 201.
RGB:
(93,124,201)
(36%,49%,79%)

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 201 of 255 = 79%

93
124
201

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 201 = 418 (100%)
R 93 of 418 ~ 22.25%
G 124 of 418 ~ 29.67%
B 201 of 418 ~ 48.09%

%22.25
%29.67
%48.09

CMYK color model

#5D7CC9 color CMYK value is (54,38,0,21).

  • cyan value is 53.73%
  • magenta value is 38.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(54,38,0,21)
C54M38Y0K21 
(54%,38%,0%,21%)
(0.54/0.38/0.00/0.21)	

CMYK percentages

%53.73
%38.31
%0
%21.18

Codes

Color #5D7CC9 in popluar color models

5D7CC9
RGB93124201
HSL223°50.00%57.65%
HSB/HSV223°53.73%78.82%
CMYK53.73%38.31%0.00%
21.18%

Color #5D7CC9 in popluar number systems.

HEX5D7CC9
Decimal93124201
Binary1011101111110011001001
Octal135174311

Shades and tints

Shades of #5D7CC9

#5D7CC9
(93,124,201)
#5571B7
(85,113,183)
#4D66A5
(77,102,165)
#455B93
(69,91,147)
#3D5081
(61,80,129)
#35456F
(53,69,111)
#2D3A5D
(45,58,93)
#252F4B
(37,47,75)
#1D2439
(29,36,57)
#151927
(21,25,39)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #5D7CC9

#5D7CC9
(93,124,201)
#6B87CD
(107,135,205)
#7992D1
(121,146,209)
#879DD5
(135,157,213)
#95A8D9
(149,168,217)
#A3B3DD
(163,179,221)
#B1BEE1
(177,190,225)
#BFC9E5
(191,201,229)
#CDD4E9
(205,212,233)
#DBDFED
(219,223,237)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7CC9 color. Also use rgb(93,124,201) instead hex code.

Text Font Color

.myTextColor { color: #5D7CC9; }

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

This text font color is #5D7CC9.


Background Color

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

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

This div background color is #5D7CC9.


Border color

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

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

This div border color is #5D7CC9.


Opacity

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

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

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

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

This text has shadow with #5D7CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7CC9 on black background.


Color preview on white background

This text has color #5D7CC9 on white background.



Black color preview on #5D7CC9 background

This text has black color on #5D7CC9 background.


White color preview on #5D7CC9 background

This text has white color on #5D7CC9 background.