COLOR #5C93B6

HEX: #5C93B6
RGB: (92,147,182)

Color info

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

RGB color model

#5C93B6 color RGB value is (92,147,182).

  • red value is 92;
  • green value is 147;
  • blue value is 182.
RGB:
(92,147,182)
(36%,58%,71%)

RGB channels and saturation

R 92 of 255 = 36%
G 147 of 255 = 58%
B 182 of 255 = 71%

92
147
182

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

Portions of RGB colors in percentages

R + G + B =
92 + 147 + 182 = 421 (100%)
R 92 of 421 ~ 21.85%
G 147 of 421 ~ 34.92%
B 182 of 421 ~ 43.23%

%21.85
%34.92
%43.23

CMYK color model

#5C93B6 color CMYK value is (49,19,0,29).

  • cyan value is 49.45%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(49,19,0,29)
C49M19Y0K29 
(49%,19%,0%,29%)
(0.49/0.19/0.00/0.29)	

CMYK percentages

%49.45
%19.23
%0
%28.63

Codes

Color #5C93B6 in popluar color models

5C93B6
RGB92147182
HSL203°38.14%53.73%
HSB/HSV203°49.45%71.37%
CMYK49.45%19.23%0.00%
28.63%

Color #5C93B6 in popluar number systems.

HEX5C93B6
Decimal92147182
Binary10111001001001110110110
Octal134223266

Shades and tints

Shades of #5C93B6

#5C93B6
(92,147,182)
#5486A6
(84,134,166)
#4C7996
(76,121,150)
#446C86
(68,108,134)
#3C5F76
(60,95,118)
#345266
(52,82,102)
#2C4556
(44,69,86)
#243846
(36,56,70)
#1C2B36
(28,43,54)
#141E26
(20,30,38)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #5C93B6

#5C93B6
(92,147,182)
#6A9CBC
(106,156,188)
#78A5C2
(120,165,194)
#86AEC8
(134,174,200)
#94B7CE
(148,183,206)
#A2C0D4
(162,192,212)
#B0C9DA
(176,201,218)
#BED2E0
(190,210,224)
#CCDBE6
(204,219,230)
#DAE4EC
(218,228,236)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C93B6 color. Also use rgb(92,147,182) instead hex code.

Text Font Color

.myTextColor { color: #5C93B6; }

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

This text font color is #5C93B6.


Background Color

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

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

This div background color is #5C93B6.


Border color

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

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

This div border color is #5C93B6.


Opacity

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

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

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

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

This text has shadow with #5C93B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C93B6 on black background.


Color preview on white background

This text has color #5C93B6 on white background.



Black color preview on #5C93B6 background

This text has black color on #5C93B6 background.


White color preview on #5C93B6 background

This text has white color on #5C93B6 background.