COLOR #5D7299

HEX: #5D7299 RGB: (93,114,153)

Color info

#5D7299 contains mainly green and blue colors. Web safe color of #5D7299 is #666699 (or #669).

RGB color model

#5D7299 color RGB value is (93,114,153).

RGB: (93,114,153) (36%, 45%, 60%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 153 of 255 = 60%

93
114
153

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

Portions of RGB colors in percentages

R + G + B = 93 + 114 + 153 = 360 (100%)
R 93 of 360 ~ 25.83%
G 114 of 360 ~ 31.67%
B 153 of 360 ~ 42.5'%

%25.83
%31.67
%42.5

CMYK color model

#5D7299 color CMYK value is (39,25,0,40).

  • cyan value is 39.22%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (39,25,0,40)
C39M25Y0K40 (39%, 25%, 0%, 40%)
(0.39 / 0.25 / 0.00 / 0.40)

CMYK percentages

%39.22
%25.49
%0
%40

Codes

Color #5D7299 in popluar color models

5D 72 99
RGB 93 114 153
HSL 219° 24.39% 48.24%
HSB/HSV 219° 39.22% 60.00%
CMYK 39.22% 25.49% 0.00%
40.00%

Color #5D7299 in popluar number systems.

HEX 5D 72 99
Decimal 93 114 153
Binary 1011101 1110010 10011001
Octal 135 162 231

Shades and tints

Shades of #5D7299

#5D7299
(93,114,153)
#55688C
(85,104,140)
#4D5E7F
(77,94,127)
#455472
(69,84,114)
#3D4A65
(61,74,101)
#354058
(53,64,88)
#2D364B
(45,54,75)
#252C3E
(37,44,62)
#1D2231
(29,34,49)
#151824
(21,24,36)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #5D7299

#5D7299
(93,114,153)
#6B7EA2
(107,126,162)
#798AAB
(121,138,171)
#8796B4
(135,150,180)
#95A2BD
(149,162,189)
#A3AEC6
(163,174,198)
#B1BACF
(177,186,207)
#BFC6D8
(191,198,216)
#CDD2E1
(205,210,225)
#DBDEEA
(219,222,234)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7299 color. Also use rgb(93,114,153) instead hex code.

Text Font Color

.myTextColor { color: #5D7299; }

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

This text font color is #5D7299.

Background Color

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

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

This div background color is #5D7299.

Border color

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

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

This div border color is #5D7299.

Opacity

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

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

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

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

This text has shadow with #5D7299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7299.

Preview

Color preview on black background

This text has color #5D7299 on black background.


Color preview on white background

This text has color #5D7299 on white background.


Black color preview on #5D7299 background

This text has black color on #5D7299 background.


White color preview on #5D7299 background

This text has white color on #5D7299 background.


Related colors

Complementary color

Complementary color for #hex is #A28D66.


I love getcolorcode.com

Triadic colors

1 #995D72 and #72995D with #5D7299 are triadic colors.

2 #99725D and #725D99 with #5D7299 are triadic colors.