COLOR #5C7DD1

HEX: #5C7DD1
RGB: (92,125,209)

Color info

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

RGB color model

#5C7DD1 color RGB value is (92,125,209).

  • red value is 92;
  • green value is 125;
  • blue value is 209.
RGB:
(92,125,209)
(36%,49%,82%)

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 209 of 255 = 82%

92
125
209

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

Portions of RGB colors in percentages

R + G + B =
92 + 125 + 209 = 426 (100%)
R 92 of 426 ~ 21.6%
G 125 of 426 ~ 29.34%
B 209 of 426 ~ 49.06%

%21.6
%29.34
%49.06

CMYK color model

#5C7DD1 color CMYK value is (56,40,0,18).

  • cyan value is 55.98%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(56,40,0,18)
C56M40Y0K18 
(56%,40%,0%,18%)
(0.56/0.40/0.00/0.18)	

CMYK percentages

%55.98
%40.19
%0
%18.04

Codes

Color #5C7DD1 in popluar color models

5C7DD1
RGB92125209
HSL223°55.98%59.02%
HSB/HSV223°55.98%81.96%
CMYK55.98%40.19%0.00%
18.04%

Color #5C7DD1 in popluar number systems.

HEX5C7DD1
Decimal92125209
Binary1011100111110111010001
Octal134175321

Shades and tints

Shades of #5C7DD1

#5C7DD1
(92,125,209)
#5472BE
(84,114,190)
#4C67AB
(76,103,171)
#445C98
(68,92,152)
#3C5185
(60,81,133)
#344672
(52,70,114)
#2C3B5F
(44,59,95)
#24304C
(36,48,76)
#1C2539
(28,37,57)
#141A26
(20,26,38)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #5C7DD1

#5C7DD1
(92,125,209)
#6A88D5
(106,136,213)
#7893D9
(120,147,217)
#869EDD
(134,158,221)
#94A9E1
(148,169,225)
#A2B4E5
(162,180,229)
#B0BFE9
(176,191,233)
#BECAED
(190,202,237)
#CCD5F1
(204,213,241)
#DAE0F5
(218,224,245)
#E8EBF9
(232,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7DD1 color. Also use rgb(92,125,209) instead hex code.

Text Font Color

.myTextColor { color: #5C7DD1; }

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

This text font color is #5C7DD1.


Background Color

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

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

This div background color is #5C7DD1.


Border color

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

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

This div border color is #5C7DD1.


Opacity

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

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

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

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

This text has shadow with #5C7DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7DD1 on black background.


Color preview on white background

This text has color #5C7DD1 on white background.



Black color preview on #5C7DD1 background

This text has black color on #5C7DD1 background.


White color preview on #5C7DD1 background

This text has white color on #5C7DD1 background.