COLOR #5D7DB5

HEX: #5D7DB5
RGB: (93,125,181)

Color info

#5D7DB5 contains mainly green and blue colors. Web safe color of #5D7DB5 is #6666CC (or #66C).

RGB color model

#5D7DB5 color RGB value is (93,125,181).

  • red value is 93;
  • green value is 125;
  • blue value is 181.
RGB:
(93,125,181)
(36%,49%,71%)

RGB channels and saturation

R 93 of 255 = 36%
G 125 of 255 = 49%
B 181 of 255 = 71%

93
125
181

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

Portions of RGB colors in percentages

R + G + B =
93 + 125 + 181 = 399 (100%)
R 93 of 399 ~ 23.31%
G 125 of 399 ~ 31.33%
B 181 of 399 ~ 45.36%

%23.31
%31.33
%45.36

CMYK color model

#5D7DB5 color CMYK value is (49,31,0,29).

  • cyan value is 48.62%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(49,31,0,29)
C49M31Y0K29 
(49%,31%,0%,29%)
(0.49/0.31/0.00/0.29)	

CMYK percentages

%48.62
%30.94
%0
%29.02

Codes

Color #5D7DB5 in popluar color models

5D7DB5
RGB93125181
HSL218°37.29%53.73%
HSB/HSV218°48.62%70.98%
CMYK48.62%30.94%0.00%
29.02%

Color #5D7DB5 in popluar number systems.

HEX5D7DB5
Decimal93125181
Binary1011101111110110110101
Octal135175265

Shades and tints

Shades of #5D7DB5

#5D7DB5
(93,125,181)
#5572A5
(85,114,165)
#4D6795
(77,103,149)
#455C85
(69,92,133)
#3D5175
(61,81,117)
#354665
(53,70,101)
#2D3B55
(45,59,85)
#253045
(37,48,69)
#1D2535
(29,37,53)
#151A25
(21,26,37)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #5D7DB5

#5D7DB5
(93,125,181)
#6B88BB
(107,136,187)
#7993C1
(121,147,193)
#879EC7
(135,158,199)
#95A9CD
(149,169,205)
#A3B4D3
(163,180,211)
#B1BFD9
(177,191,217)
#BFCADF
(191,202,223)
#CDD5E5
(205,213,229)
#DBE0EB
(219,224,235)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7DB5 color. Also use rgb(93,125,181) instead hex code.

Text Font Color

.myTextColor { color: #5D7DB5; }

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

This text font color is #5D7DB5.


Background Color

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

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

This div background color is #5D7DB5.


Border color

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

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

This div border color is #5D7DB5.


Opacity

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

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

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

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

This text has shadow with #5D7DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7DB5 on black background.


Color preview on white background

This text has color #5D7DB5 on white background.



Black color preview on #5D7DB5 background

This text has black color on #5D7DB5 background.


White color preview on #5D7DB5 background

This text has white color on #5D7DB5 background.