COLOR #5B76AD

HEX: #5B76AD
RGB: (91,118,173)

Color info

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

RGB color model

#5B76AD color RGB value is (91,118,173).

  • red value is 91;
  • green value is 118;
  • blue value is 173.
RGB:
(91,118,173)
(36%,46%,68%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 173 of 255 = 68%

91
118
173

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 173 = 382 (100%)
R 91 of 382 ~ 23.82%
G 118 of 382 ~ 30.89%
B 173 of 382 ~ 45.29%

%23.82
%30.89
%45.29

CMYK color model

#5B76AD color CMYK value is (47,32,0,32).

  • cyan value is 47.40%
  • magenta value is 31.79%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(47,32,0,32)
C47M32Y0K32 
(47%,32%,0%,32%)
(0.47/0.32/0.00/0.32)	

CMYK percentages

%47.4
%31.79
%0
%32.16

Codes

Color #5B76AD in popluar color models

5B76AD
RGB91118173
HSL220°33.33%51.76%
HSB/HSV220°47.40%67.84%
CMYK47.40%31.79%0.00%
32.16%

Color #5B76AD in popluar number systems.

HEX5B76AD
Decimal91118173
Binary1011011111011010101101
Octal133166255

Shades and tints

Shades of #5B76AD

#5B76AD
(91,118,173)
#536C9E
(83,108,158)
#4B628F
(75,98,143)
#435880
(67,88,128)
#3B4E71
(59,78,113)
#334462
(51,68,98)
#2B3A53
(43,58,83)
#233044
(35,48,68)
#1B2635
(27,38,53)
#131C26
(19,28,38)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #5B76AD

#5B76AD
(91,118,173)
#6982B4
(105,130,180)
#778EBB
(119,142,187)
#859AC2
(133,154,194)
#93A6C9
(147,166,201)
#A1B2D0
(161,178,208)
#AFBED7
(175,190,215)
#BDCADE
(189,202,222)
#CBD6E5
(203,214,229)
#D9E2EC
(217,226,236)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B76AD color. Also use rgb(91,118,173) instead hex code.

Text Font Color

.myTextColor { color: #5B76AD; }

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

This text font color is #5B76AD.


Background Color

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

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

This div background color is #5B76AD.


Border color

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

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

This div border color is #5B76AD.


Opacity

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

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

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

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

This text has shadow with #5B76AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B76AD on black background.


Color preview on white background

This text has color #5B76AD on white background.



Black color preview on #5B76AD background

This text has black color on #5B76AD background.


White color preview on #5B76AD background

This text has white color on #5B76AD background.