COLOR #5C79BE

HEX: #5C79BE RGB: (92,121,190)

Color info

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

RGB color model

#5C79BE color RGB value is (92,121,190).

RGB: (92,121,190) (36%, 47%, 75%)

RGB channels and saturation

R 92 of 255 = 36%
G 121 of 255 = 47%
B 190 of 255 = 75%

92
121
190

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

Portions of RGB colors in percentages

R + G + B = 92 + 121 + 190 = 403 (100%)
R 92 of 403 ~ 22.83%
G 121 of 403 ~ 30.02%
B 190 of 403 ~ 47.15'%

%22.83
%30.02
%47.15

CMYK color model

#5C79BE color CMYK value is (52,36,0,25).

  • cyan value is 51.58%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (52,36,0,25) C52M36Y0K25 (52%,36%,0%,25%) (0.52/0.36/0.00/0.25) 

CMYK percentages

%51.58
%36.32
%0
%25.49

Codes

Color #5C79BE in popluar color models

5C 79 BE
RGB 92 121 190
HSL 222° 42.98% 55.29%
HSB/HSV 222° 51.58% 74.51%
CMYK 51.58% 36.32% 0.00%
25.49%

Color #5C79BE in popluar number systems.

HEX 5C 79 BE
Decimal 92 121 190
Binary 1011100 1111001 10111110
Octal 134 171 276

Shades and tints

Shades of #5C79BE

#5C79BE
(92,121,190)
#546EAD
(84,110,173)
#4C639C
(76,99,156)
#44588B
(68,88,139)
#3C4D7A
(60,77,122)
#344269
(52,66,105)
#2C3758
(44,55,88)
#242C47
(36,44,71)
#1C2136
(28,33,54)
#141625
(20,22,37)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #5C79BE

#5C79BE
(92,121,190)
#6A85C3
(106,133,195)
#7891C8
(120,145,200)
#869DCD
(134,157,205)
#94A9D2
(148,169,210)
#A2B5D7
(162,181,215)
#B0C1DC
(176,193,220)
#BECDE1
(190,205,225)
#CCD9E6
(204,217,230)
#DAE5EB
(218,229,235)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C79BE color. Also use rgb(92,121,190) instead hex code.

Text Font Color

.myTextColor { color: #5C79BE; }

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

This text font color is #5C79BE.

Background Color

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

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

This div background color is #5C79BE.

Border color

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

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

This div border color is #5C79BE.

Opacity

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

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

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

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

This text has shadow with #5C79BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C79BE.

Preview

Color preview on black background

This text has color #5C79BE on black background.


Color preview on white background

This text has color #5C79BE on white background.


Black color preview on #5C79BE background

This text has black color on #5C79BE background.


White color preview on #5C79BE background

This text has white color on #5C79BE background.


Related colors

Complementary color

Complementary color for #hex is #A38641.


I love getcolorcode.com

Triadic colors

1 #BE5C79 and #79BE5C with #5C79BE are triadic colors.

2 #BE795C and #795CBE with #5C79BE are triadic colors.