COLOR #5C7DBA

HEX: #5C7DBA RGB: (92,125,186)

Color info

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

RGB color model

#5C7DBA color RGB value is (92,125,186).

RGB: (92,125,186) (36%, 49%, 73%)

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 186 of 255 = 73%

92
125
186

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

Portions of RGB colors in percentages

R + G + B = 92 + 125 + 186 = 403 (100%)
R 92 of 403 ~ 22.83%
G 125 of 403 ~ 31.02%
B 186 of 403 ~ 46.15'%

%22.83
%31.02
%46.15

CMYK color model

#5C7DBA color CMYK value is (51,33,0,27).

  • cyan value is 50.54%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (51,33,0,27)
C51M33Y0K27 (51%, 33%, 0%, 27%)
(0.51 / 0.33 / 0.00 / 0.27)

CMYK percentages

%50.54
%32.8
%0
%27.06

Codes

Color #5C7DBA in popluar color models

5C 7D BA
RGB 92 125 186
HSL 219° 40.52% 54.51%
HSB/HSV 219° 50.54% 72.94%
CMYK 50.54% 32.80% 0.00%
27.06%

Color #5C7DBA in popluar number systems.

HEX 5C 7D BA
Decimal 92 125 186
Binary 1011100 1111101 10111010
Octal 134 175 272

Shades and tints

Shades of #5C7DBA

#5C7DBA
(92,125,186)
#5472AA
(84,114,170)
#4C679A
(76,103,154)
#445C8A
(68,92,138)
#3C517A
(60,81,122)
#34466A
(52,70,106)
#2C3B5A
(44,59,90)
#24304A
(36,48,74)
#1C253A
(28,37,58)
#141A2A
(20,26,42)
#0C0F1A
(12,15,26)
#000000
(0,0,0)

Tints of #5C7DBA

#5C7DBA
(92,125,186)
#6A88C0
(106,136,192)
#7893C6
(120,147,198)
#869ECC
(134,158,204)
#94A9D2
(148,169,210)
#A2B4D8
(162,180,216)
#B0BFDE
(176,191,222)
#BECAE4
(190,202,228)
#CCD5EA
(204,213,234)
#DAE0F0
(218,224,240)
#E8EBF6
(232,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7DBA; }

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

This text font color is #5C7DBA.

Background Color

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

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

This div background color is #5C7DBA.

Border color

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

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

This div border color is #5C7DBA.

Opacity

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

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

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

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

This text has shadow with #5C7DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7DBA.

Preview

Color preview on black background

This text has color #5C7DBA on black background.


Color preview on white background

This text has color #5C7DBA on white background.


Black color preview on #5C7DBA background

This text has black color on #5C7DBA background.


White color preview on #5C7DBA background

This text has white color on #5C7DBA background.


Related colors

Complementary color

Complementary color for #hex is #A38245.


I love getcolorcode.com

Triadic colors

1 #BA5C7D and #7DBA5C with #5C7DBA are triadic colors.

2 #BA7D5C and #7D5CBA with #5C7DBA are triadic colors.