COLOR #5C7ADB

HEX: #5C7ADB
RGB: (92,122,219)

Color info

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

RGB color model

#5C7ADB color RGB value is (92,122,219).

  • red value is 92;
  • green value is 122;
  • blue value is 219.
RGB:
(92,122,219)
(36%,48%,86%)

RGB channels and saturation

R 92 of 255 = 36%
G 122 of 255 = 48%
B 219 of 255 = 86%

92
122
219

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

Portions of RGB colors in percentages

R + G + B =
92 + 122 + 219 = 433 (100%)
R 92 of 433 ~ 21.25%
G 122 of 433 ~ 28.18%
B 219 of 433 ~ 50.58%

%21.25
%28.18
%50.58

CMYK color model

#5C7ADB color CMYK value is (58,44,0,14).

  • cyan value is 57.99%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(58,44,0,14)
C58M44Y0K14 
(58%,44%,0%,14%)
(0.58/0.44/0.00/0.14)	

CMYK percentages

%57.99
%44.29
%0
%14.12

Codes

Color #5C7ADB in popluar color models

5C7ADB
RGB92122219
HSL226°63.82%60.98%
HSB/HSV226°57.99%85.88%
CMYK57.99%44.29%0.00%
14.12%

Color #5C7ADB in popluar number systems.

HEX5C7ADB
Decimal92122219
Binary1011100111101011011011
Octal134172333

Shades and tints

Shades of #5C7ADB

#5C7ADB
(92,122,219)
#546FC8
(84,111,200)
#4C64B5
(76,100,181)
#4459A2
(68,89,162)
#3C4E8F
(60,78,143)
#34437C
(52,67,124)
#2C3869
(44,56,105)
#242D56
(36,45,86)
#1C2243
(28,34,67)
#141730
(20,23,48)
#0C0C1D
(12,12,29)
#000000
(0,0,0)

Tints of #5C7ADB

#5C7ADB
(92,122,219)
#6A86DE
(106,134,222)
#7892E1
(120,146,225)
#869EE4
(134,158,228)
#94AAE7
(148,170,231)
#A2B6EA
(162,182,234)
#B0C2ED
(176,194,237)
#BECEF0
(190,206,240)
#CCDAF3
(204,218,243)
#DAE6F6
(218,230,246)
#E8F2F9
(232,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7ADB color. Also use rgb(92,122,219) instead hex code.

Text Font Color

.myTextColor { color: #5C7ADB; }

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

This text font color is #5C7ADB.


Background Color

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

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

This div background color is #5C7ADB.


Border color

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

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

This div border color is #5C7ADB.


Opacity

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

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

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

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

This text has shadow with #5C7ADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7ADB on black background.


Color preview on white background

This text has color #5C7ADB on white background.



Black color preview on #5C7ADB background

This text has black color on #5C7ADB background.


White color preview on #5C7ADB background

This text has white color on #5C7ADB background.