COLOR #5B72AC

HEX: #5B72AC
RGB: (91,114,172)

Color info

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

RGB color model

#5B72AC color RGB value is (91,114,172).

  • red value is 91;
  • green value is 114;
  • blue value is 172.
RGB:
(91,114,172)
(36%,45%,67%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 172 of 255 = 67%

91
114
172

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

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 172 = 377 (100%)
R 91 of 377 ~ 24.14%
G 114 of 377 ~ 30.24%
B 172 of 377 ~ 45.62%

%24.14
%30.24
%45.62

CMYK color model

#5B72AC color CMYK value is (47,34,0,33).

  • cyan value is 47.09%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(47,34,0,33)
C47M34Y0K33 
(47%,34%,0%,33%)
(0.47/0.34/0.00/0.33)	

CMYK percentages

%47.09
%33.72
%0
%32.55

Codes

Color #5B72AC in popluar color models

5B72AC
RGB91114172
HSL223°32.79%51.57%
HSB/HSV223°47.09%67.45%
CMYK47.09%33.72%0.00%
32.55%

Color #5B72AC in popluar number systems.

HEX5B72AC
Decimal91114172
Binary1011011111001010101100
Octal133162254

Shades and tints

Shades of #5B72AC

#5B72AC
(91,114,172)
#53689D
(83,104,157)
#4B5E8E
(75,94,142)
#43547F
(67,84,127)
#3B4A70
(59,74,112)
#334061
(51,64,97)
#2B3652
(43,54,82)
#232C43
(35,44,67)
#1B2234
(27,34,52)
#131825
(19,24,37)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #5B72AC

#5B72AC
(91,114,172)
#697EB3
(105,126,179)
#778ABA
(119,138,186)
#8596C1
(133,150,193)
#93A2C8
(147,162,200)
#A1AECF
(161,174,207)
#AFBAD6
(175,186,214)
#BDC6DD
(189,198,221)
#CBD2E4
(203,210,228)
#D9DEEB
(217,222,235)
#E7EAF2
(231,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B72AC color. Also use rgb(91,114,172) instead hex code.

Text Font Color

.myTextColor { color: #5B72AC; }

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

This text font color is #5B72AC.


Background Color

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

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

This div background color is #5B72AC.


Border color

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

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

This div border color is #5B72AC.


Opacity

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

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

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

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

This text has shadow with #5B72AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B72AC on black background.


Color preview on white background

This text has color #5B72AC on white background.



Black color preview on #5B72AC background

This text has black color on #5B72AC background.


White color preview on #5B72AC background

This text has white color on #5B72AC background.