COLOR #5C8EB5

HEX: #5C8EB5 RGB: (92,142,181)

Color info

#5C8EB5 contains mainly green and blue colors. Web safe color of #5C8EB5 is #6699CC (or #69C).

RGB color model

#5C8EB5 color RGB value is (92,142,181).

RGB: (92,142,181) (36%, 56%, 71%)

RGB channels and saturation

R 92 of 255 = 36%
G 142 of 255 = 56%
B 181 of 255 = 71%

92
142
181

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

Portions of RGB colors in percentages

R + G + B = 92 + 142 + 181 = 415 (100%)
R 92 of 415 ~ 22.17%
G 142 of 415 ~ 34.22%
B 181 of 415 ~ 43.61'%

%22.17
%34.22
%43.61

CMYK color model

#5C8EB5 color CMYK value is (49,22,0,29).

  • cyan value is 49.17%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (49,22,0,29) C49M22Y0K29 (49%,22%,0%,29%) (0.49/0.22/0.00/0.29) 

CMYK percentages

%49.17
%21.55
%0
%29.02

Codes

Color #5C8EB5 in popluar color models

5C 8E B5
RGB 92 142 181
HSL 206° 37.55% 53.53%
HSB/HSV 206° 49.17% 70.98%
CMYK 49.17% 21.55% 0.00%
29.02%

Color #5C8EB5 in popluar number systems.

HEX 5C 8E B5
Decimal 92 142 181
Binary 1011100 10001110 10110101
Octal 134 216 265

Shades and tints

Shades of #5C8EB5

#5C8EB5
(92,142,181)
#5482A5
(84,130,165)
#4C7695
(76,118,149)
#446A85
(68,106,133)
#3C5E75
(60,94,117)
#345265
(52,82,101)
#2C4655
(44,70,85)
#243A45
(36,58,69)
#1C2E35
(28,46,53)
#142225
(20,34,37)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #5C8EB5

#5C8EB5
(92,142,181)
#6A98BB
(106,152,187)
#78A2C1
(120,162,193)
#86ACC7
(134,172,199)
#94B6CD
(148,182,205)
#A2C0D3
(162,192,211)
#B0CAD9
(176,202,217)
#BED4DF
(190,212,223)
#CCDEE5
(204,222,229)
#DAE8EB
(218,232,235)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8EB5 color. Also use rgb(92,142,181) instead hex code.

Text Font Color

.myTextColor { color: #5C8EB5; }

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

This text font color is #5C8EB5.

Background Color

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

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

This div background color is #5C8EB5.

Border color

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

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

This div border color is #5C8EB5.

Opacity

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

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

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

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

This text has shadow with #5C8EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8EB5.

Preview

Color preview on black background

This text has color #5C8EB5 on black background.


Color preview on white background

This text has color #5C8EB5 on white background.


Black color preview on #5C8EB5 background

This text has black color on #5C8EB5 background.


White color preview on #5C8EB5 background

This text has white color on #5C8EB5 background.


Related colors

Complementary color

Complementary color for #hex is #A3714A.


I love getcolorcode.com

Triadic colors

1 #B55C8E and #8EB55C with #5C8EB5 are triadic colors.

2 #B58E5C and #8E5CB5 with #5C8EB5 are triadic colors.