COLOR #5D7CB1

HEX: #5D7CB1
RGB: (93,124,177)

Color info

#5D7CB1 contains mainly green and blue colors. Web safe color of #5D7CB1 is #666699 (or #669).

RGB color model

#5D7CB1 color RGB value is (93,124,177).

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

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 177 of 255 = 69%

93
124
177

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 177 = 394 (100%)
R 93 of 394 ~ 23.6%
G 124 of 394 ~ 31.47%
B 177 of 394 ~ 44.92%

%23.6
%31.47
%44.92

CMYK color model

#5D7CB1 color CMYK value is (47,30,0,31).

  • cyan value is 47.46%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(47,30,0,31)
C47M30Y0K31 
(47%,30%,0%,31%)
(0.47/0.30/0.00/0.31)	

CMYK percentages

%47.46
%29.94
%0
%30.59

Codes

Color #5D7CB1 in popluar color models

5D7CB1
RGB93124177
HSL218°35.00%52.94%
HSB/HSV218°47.46%69.41%
CMYK47.46%29.94%0.00%
30.59%

Color #5D7CB1 in popluar number systems.

HEX5D7CB1
Decimal93124177
Binary1011101111110010110001
Octal135174261

Shades and tints

Shades of #5D7CB1

#5D7CB1
(93,124,177)
#5571A1
(85,113,161)
#4D6691
(77,102,145)
#455B81
(69,91,129)
#3D5071
(61,80,113)
#354561
(53,69,97)
#2D3A51
(45,58,81)
#252F41
(37,47,65)
#1D2431
(29,36,49)
#151921
(21,25,33)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D7CB1

#5D7CB1
(93,124,177)
#6B87B8
(107,135,184)
#7992BF
(121,146,191)
#879DC6
(135,157,198)
#95A8CD
(149,168,205)
#A3B3D4
(163,179,212)
#B1BEDB
(177,190,219)
#BFC9E2
(191,201,226)
#CDD4E9
(205,212,233)
#DBDFF0
(219,223,240)
#E9EAF7
(233,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7CB1; }

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

This text font color is #5D7CB1.


Background Color

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

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

This div background color is #5D7CB1.


Border color

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

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

This div border color is #5D7CB1.


Opacity

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

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

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

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

This text has shadow with #5D7CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7CB1 on black background.


Color preview on white background

This text has color #5D7CB1 on white background.



Black color preview on #5D7CB1 background

This text has black color on #5D7CB1 background.


White color preview on #5D7CB1 background

This text has white color on #5D7CB1 background.