COLOR #5B709D

HEX: #5B709D RGB: (91,112,157)

Color info

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

RGB color model

#5B709D color RGB value is (91,112,157).

RGB: (91,112,157) (36%, 44%, 62%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 157 of 255 = 62%

91
112
157

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

Portions of RGB colors in percentages

R + G + B = 91 + 112 + 157 = 360 (100%)
R 91 of 360 ~ 25.28%
G 112 of 360 ~ 31.11%
B 157 of 360 ~ 43.61'%

%25.28
%31.11
%43.61

CMYK color model

#5B709D color CMYK value is (42,29,0,38).

  • cyan value is 42.04%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (42,29,0,38) C42M29Y0K38 (42%,29%,0%,38%) (0.42/0.29/0.00/0.38) 

CMYK percentages

%42.04
%28.66
%0
%38.43

Codes

Color #5B709D in popluar color models

5B 70 9D
RGB 91 112 157
HSL 221° 26.61% 48.63%
HSB/HSV 221° 42.04% 61.57%
CMYK 42.04% 28.66% 0.00%
38.43%

Color #5B709D in popluar number systems.

HEX 5B 70 9D
Decimal 91 112 157
Binary 1011011 1110000 10011101
Octal 133 160 235

Shades and tints

Shades of #5B709D

#5B709D
(91,112,157)
#53668F
(83,102,143)
#4B5C81
(75,92,129)
#435273
(67,82,115)
#3B4865
(59,72,101)
#333E57
(51,62,87)
#2B3449
(43,52,73)
#232A3B
(35,42,59)
#1B202D
(27,32,45)
#13161F
(19,22,31)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #5B709D

#5B709D
(91,112,157)
#697DA5
(105,125,165)
#778AAD
(119,138,173)
#8597B5
(133,151,181)
#93A4BD
(147,164,189)
#A1B1C5
(161,177,197)
#AFBECD
(175,190,205)
#BDCBD5
(189,203,213)
#CBD8DD
(203,216,221)
#D9E5E5
(217,229,229)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B709D color. Also use rgb(91,112,157) instead hex code.

Text Font Color

.myTextColor { color: #5B709D; }

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

This text font color is #5B709D.

Background Color

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

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

This div background color is #5B709D.

Border color

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

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

This div border color is #5B709D.

Opacity

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

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

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

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

This text has shadow with #5B709D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B709D.

Preview

Color preview on black background

This text has color #5B709D on black background.


Color preview on white background

This text has color #5B709D on white background.


Black color preview on #5B709D background

This text has black color on #5B709D background.


White color preview on #5B709D background

This text has white color on #5B709D background.


Related colors

Complementary color

Complementary color for #hex is #A48F62.


I love getcolorcode.com

Triadic colors

1 #9D5B70 and #709D5B with #5B709D are triadic colors.

2 #9D705B and #705B9D with #5B709D are triadic colors.