COLOR #5B699C

HEX: #5B699C
RGB: (91,105,156)

Color info

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

RGB color model

#5B699C color RGB value is (91,105,156).

  • red value is 91;
  • green value is 105;
  • blue value is 156.
RGB:
(91,105,156)
(36%,41%,61%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 156 of 255 = 61%

91
105
156

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

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 156 = 352 (100%)
R 91 of 352 ~ 25.85%
G 105 of 352 ~ 29.83%
B 156 of 352 ~ 44.32%

%25.85
%29.83
%44.32

CMYK color model

#5B699C color CMYK value is (42,33,0,39).

  • cyan value is 41.67%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(42,33,0,39)
C42M33Y0K39 
(42%,33%,0%,39%)
(0.42/0.33/0.00/0.39)	

CMYK percentages

%41.67
%32.69
%0
%38.82

Codes

Color #5B699C in popluar color models

5B699C
RGB91105156
HSL227°26.32%48.43%
HSB/HSV227°41.67%61.18%
CMYK41.67%32.69%0.00%
38.82%

Color #5B699C in popluar number systems.

HEX5B699C
Decimal91105156
Binary1011011110100110011100
Octal133151234

Shades and tints

Shades of #5B699C

#5B699C
(91,105,156)
#53608E
(83,96,142)
#4B5780
(75,87,128)
#434E72
(67,78,114)
#3B4564
(59,69,100)
#333C56
(51,60,86)
#2B3348
(43,51,72)
#232A3A
(35,42,58)
#1B212C
(27,33,44)
#13181E
(19,24,30)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B699C

#5B699C
(91,105,156)
#6976A5
(105,118,165)
#7783AE
(119,131,174)
#8590B7
(133,144,183)
#939DC0
(147,157,192)
#A1AAC9
(161,170,201)
#AFB7D2
(175,183,210)
#BDC4DB
(189,196,219)
#CBD1E4
(203,209,228)
#D9DEED
(217,222,237)
#E7EBF6
(231,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B699C color. Also use rgb(91,105,156) instead hex code.

Text Font Color

.myTextColor { color: #5B699C; }

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

This text font color is #5B699C.


Background Color

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

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

This div background color is #5B699C.


Border color

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

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

This div border color is #5B699C.


Opacity

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

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

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

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

This text has shadow with #5B699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B699C on black background.


Color preview on white background

This text has color #5B699C on white background.



Black color preview on #5B699C background

This text has black color on #5B699C background.


White color preview on #5B699C background

This text has white color on #5B699C background.