COLOR #5D92B0

HEX: #5D92B0
RGB: (93,146,176)

Color info

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

RGB color model

#5D92B0 color RGB value is (93,146,176).

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

RGB channels and saturation

R 93 of 255 = 36%
G 146 of 255 = 57%
B 176 of 255 = 69%

93
146
176

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

Portions of RGB colors in percentages

R + G + B =
93 + 146 + 176 = 415 (100%)
R 93 of 415 ~ 22.41%
G 146 of 415 ~ 35.18%
B 176 of 415 ~ 42.41%

%22.41
%35.18
%42.41

CMYK color model

#5D92B0 color CMYK value is (47,17,0,31).

  • cyan value is 47.16%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(47,17,0,31)
C47M17Y0K31 
(47%,17%,0%,31%)
(0.47/0.17/0.00/0.31)	

CMYK percentages

%47.16
%17.05
%0
%30.98

Codes

Color #5D92B0 in popluar color models

5D92B0
RGB93146176
HSL202°34.44%52.75%
HSB/HSV202°47.16%69.02%
CMYK47.16%17.05%0.00%
30.98%

Color #5D92B0 in popluar number systems.

HEX5D92B0
Decimal93146176
Binary10111011001001010110000
Octal135222260

Shades and tints

Shades of #5D92B0

#5D92B0
(93,146,176)
#5585A0
(85,133,160)
#4D7890
(77,120,144)
#456B80
(69,107,128)
#3D5E70
(61,94,112)
#355160
(53,81,96)
#2D4450
(45,68,80)
#253740
(37,55,64)
#1D2A30
(29,42,48)
#151D20
(21,29,32)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #5D92B0

#5D92B0
(93,146,176)
#6B9BB7
(107,155,183)
#79A4BE
(121,164,190)
#87ADC5
(135,173,197)
#95B6CC
(149,182,204)
#A3BFD3
(163,191,211)
#B1C8DA
(177,200,218)
#BFD1E1
(191,209,225)
#CDDAE8
(205,218,232)
#DBE3EF
(219,227,239)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D92B0; }

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

This text font color is #5D92B0.


Background Color

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

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

This div background color is #5D92B0.


Border color

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

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

This div border color is #5D92B0.


Opacity

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

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

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

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

This text has shadow with #5D92B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D92B0 on black background.


Color preview on white background

This text has color #5D92B0 on white background.



Black color preview on #5D92B0 background

This text has black color on #5D92B0 background.


White color preview on #5D92B0 background

This text has white color on #5D92B0 background.