COLOR #5C95D2

HEX: #5C95D2
RGB: (92,149,210)

Color info

#5C95D2 contains mainly blue color. Web safe color of #5C95D2 is #6699CC (or #69C).

RGB color model

#5C95D2 color RGB value is (92,149,210).

  • red value is 92;
  • green value is 149;
  • blue value is 210.
RGB:
(92,149,210)
(36%,58%,82%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 210 of 255 = 82%

92
149
210

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 210 = 451 (100%)
R 92 of 451 ~ 20.4%
G 149 of 451 ~ 33.04%
B 210 of 451 ~ 46.56%

%20.4
%33.04
%46.56

CMYK color model

#5C95D2 color CMYK value is (56,29,0,18).

  • cyan value is 56.19%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(56,29,0,18)
C56M29Y0K18 
(56%,29%,0%,18%)
(0.56/0.29/0.00/0.18)	

CMYK percentages

%56.19
%29.05
%0
%17.65

Codes

Color #5C95D2 in popluar color models

5C95D2
RGB92149210
HSL211°56.73%59.22%
HSB/HSV211°56.19%82.35%
CMYK56.19%29.05%0.00%
17.65%

Color #5C95D2 in popluar number systems.

HEX5C95D2
Decimal92149210
Binary10111001001010111010010
Octal134225322

Shades and tints

Shades of #5C95D2

#5C95D2
(92,149,210)
#5488BF
(84,136,191)
#4C7BAC
(76,123,172)
#446E99
(68,110,153)
#3C6186
(60,97,134)
#345473
(52,84,115)
#2C4760
(44,71,96)
#243A4D
(36,58,77)
#1C2D3A
(28,45,58)
#142027
(20,32,39)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #5C95D2

#5C95D2
(92,149,210)
#6A9ED6
(106,158,214)
#78A7DA
(120,167,218)
#86B0DE
(134,176,222)
#94B9E2
(148,185,226)
#A2C2E6
(162,194,230)
#B0CBEA
(176,203,234)
#BED4EE
(190,212,238)
#CCDDF2
(204,221,242)
#DAE6F6
(218,230,246)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C95D2 color. Also use rgb(92,149,210) instead hex code.

Text Font Color

.myTextColor { color: #5C95D2; }

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

This text font color is #5C95D2.


Background Color

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

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

This div background color is #5C95D2.


Border color

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

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

This div border color is #5C95D2.


Opacity

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

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

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

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

This text has shadow with #5C95D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C95D2 on black background.


Color preview on white background

This text has color #5C95D2 on white background.



Black color preview on #5C95D2 background

This text has black color on #5C95D2 background.


White color preview on #5C95D2 background

This text has white color on #5C95D2 background.