COLOR #5D92D4

HEX: #5D92D4
RGB: (93,146,212)

Color info

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

RGB color model

#5D92D4 color RGB value is (93,146,212).

  • red value is 93;
  • green value is 146;
  • blue value is 212.
RGB:
(93,146,212)
(36%,57%,83%)

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 212 of 255 = 83%

93
146
212

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

Portions of RGB colors in percentages

R + G + B =
93 + 146 + 212 = 451 (100%)
R 93 of 451 ~ 20.62%
G 146 of 451 ~ 32.37%
B 212 of 451 ~ 47.01%

%20.62
%32.37
%47.01

CMYK color model

#5D92D4 color CMYK value is (56,31,0,17).

  • cyan value is 56.13%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(56,31,0,17)
C56M31Y0K17 
(56%,31%,0%,17%)
(0.56/0.31/0.00/0.17)	

CMYK percentages

%56.13
%31.13
%0
%16.86

Codes

Color #5D92D4 in popluar color models

5D92D4
RGB93146212
HSL213°58.05%59.80%
HSB/HSV213°56.13%83.14%
CMYK56.13%31.13%0.00%
16.86%

Color #5D92D4 in popluar number systems.

HEX5D92D4
Decimal93146212
Binary10111011001001011010100
Octal135222324

Shades and tints

Shades of #5D92D4

#5D92D4
(93,146,212)
#5585C1
(85,133,193)
#4D78AE
(77,120,174)
#456B9B
(69,107,155)
#3D5E88
(61,94,136)
#355175
(53,81,117)
#2D4462
(45,68,98)
#25374F
(37,55,79)
#1D2A3C
(29,42,60)
#151D29
(21,29,41)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #5D92D4

#5D92D4
(93,146,212)
#6B9BD7
(107,155,215)
#79A4DA
(121,164,218)
#87ADDD
(135,173,221)
#95B6E0
(149,182,224)
#A3BFE3
(163,191,227)
#B1C8E6
(177,200,230)
#BFD1E9
(191,209,233)
#CDDAEC
(205,218,236)
#DBE3EF
(219,227,239)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D92D4 color. Also use rgb(93,146,212) instead hex code.

Text Font Color

.myTextColor { color: #5D92D4; }

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

This text font color is #5D92D4.


Background Color

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

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

This div background color is #5D92D4.


Border color

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

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

This div border color is #5D92D4.


Opacity

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

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

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

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

This text has shadow with #5D92D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D92D4 on black background.


Color preview on white background

This text has color #5D92D4 on white background.



Black color preview on #5D92D4 background

This text has black color on #5D92D4 background.


White color preview on #5D92D4 background

This text has white color on #5D92D4 background.