COLOR #5D92B2

HEX: #5D92B2
RGB: (93,146,178)

Color info

#5D92B2 contains mainly green and blue colors. Web safe color of #5D92B2 is #669999 (or #699).

RGB color model

#5D92B2 color RGB value is (93,146,178).

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

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 178 of 255 = 70%

93
146
178

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

Portions of RGB colors in percentages

R + G + B =
93 + 146 + 178 = 417 (100%)
R 93 of 417 ~ 22.3%
G 146 of 417 ~ 35.01%
B 178 of 417 ~ 42.69%

%22.3
%35.01
%42.69

CMYK color model

#5D92B2 color CMYK value is (48,18,0,30).

  • cyan value is 47.75%
  • magenta value is 17.98%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(48,18,0,30)
C48M18Y0K30 
(48%,18%,0%,30%)
(0.48/0.18/0.00/0.30)	

CMYK percentages

%47.75
%17.98
%0
%30.2

Codes

Color #5D92B2 in popluar color models

5D92B2
RGB93146178
HSL203°35.56%53.14%
HSB/HSV203°47.75%69.80%
CMYK47.75%17.98%0.00%
30.20%

Color #5D92B2 in popluar number systems.

HEX5D92B2
Decimal93146178
Binary10111011001001010110010
Octal135222262

Shades and tints

Shades of #5D92B2

#5D92B2
(93,146,178)
#5585A2
(85,133,162)
#4D7892
(77,120,146)
#456B82
(69,107,130)
#3D5E72
(61,94,114)
#355162
(53,81,98)
#2D4452
(45,68,82)
#253742
(37,55,66)
#1D2A32
(29,42,50)
#151D22
(21,29,34)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #5D92B2

#5D92B2
(93,146,178)
#6B9BB9
(107,155,185)
#79A4C0
(121,164,192)
#87ADC7
(135,173,199)
#95B6CE
(149,182,206)
#A3BFD5
(163,191,213)
#B1C8DC
(177,200,220)
#BFD1E3
(191,209,227)
#CDDAEA
(205,218,234)
#DBE3F1
(219,227,241)
#E9ECF8
(233,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D92B2; }

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

This text font color is #5D92B2.


Background Color

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

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

This div background color is #5D92B2.


Border color

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

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

This div border color is #5D92B2.


Opacity

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

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

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

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

This text has shadow with #5D92B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D92B2 on black background.


Color preview on white background

This text has color #5D92B2 on white background.



Black color preview on #5D92B2 background

This text has black color on #5D92B2 background.


White color preview on #5D92B2 background

This text has white color on #5D92B2 background.