COLOR #5D7CB0

HEX: #5D7CB0
RGB: (93,124,176)

Color info

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

RGB color model

#5D7CB0 color RGB value is (93,124,176).

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

RGB channels and saturation

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

93
124
176

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 176 = 393 (100%)
R 93 of 393 ~ 23.66%
G 124 of 393 ~ 31.55%
B 176 of 393 ~ 44.78%

%23.66
%31.55
%44.78

CMYK color model

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

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

CMYK percentages

%47.16
%29.55
%0
%30.98

Codes

Color #5D7CB0 in popluar color models

5D7CB0
RGB93124176
HSL218°34.44%52.75%
HSB/HSV218°47.16%69.02%
CMYK47.16%29.55%0.00%
30.98%

Color #5D7CB0 in popluar number systems.

HEX5D7CB0
Decimal93124176
Binary1011101111110010110000
Octal135174260

Shades and tints

Shades of #5D7CB0

#5D7CB0
(93,124,176)
#5571A0
(85,113,160)
#4D6690
(77,102,144)
#455B80
(69,91,128)
#3D5070
(61,80,112)
#354560
(53,69,96)
#2D3A50
(45,58,80)
#252F40
(37,47,64)
#1D2430
(29,36,48)
#151920
(21,25,32)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D7CB0

#5D7CB0
(93,124,176)
#6B87B7
(107,135,183)
#7992BE
(121,146,190)
#879DC5
(135,157,197)
#95A8CC
(149,168,204)
#A3B3D3
(163,179,211)
#B1BEDA
(177,190,218)
#BFC9E1
(191,201,225)
#CDD4E8
(205,212,232)
#DBDFEF
(219,223,239)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7CB0; }

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

This text font color is #5D7CB0.


Background Color

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

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

This div background color is #5D7CB0.


Border color

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

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

This div border color is #5D7CB0.


Opacity

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

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

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

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

This text has shadow with #5D7CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7CB0 on black background.


Color preview on white background

This text has color #5D7CB0 on white background.



Black color preview on #5D7CB0 background

This text has black color on #5D7CB0 background.


White color preview on #5D7CB0 background

This text has white color on #5D7CB0 background.