COLOR #5772A3

HEX: #5772A3
RGB: (87,114,163)

Color info

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

RGB color model

#5772A3 color RGB value is (87,114,163).

  • red value is 87;
  • green value is 114;
  • blue value is 163.
RGB:
(87,114,163)
(34%,45%,64%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 163 of 255 = 64%

87
114
163

R + G + B ~ 48%. #5772A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 114 + 163 = 364 (100%)
R 87 of 364 ~ 23.9%
G 114 of 364 ~ 31.32%
B 163 of 364 ~ 44.78%

%23.9
%31.32
%44.78

CMYK color model

#5772A3 color CMYK value is (47,30,0,36).

  • cyan value is 46.63%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(47,30,0,36)
C47M30Y0K36 
(47%,30%,0%,36%)
(0.47/0.30/0.00/0.36)	

CMYK percentages

%46.63
%30.06
%0
%36.08

Codes

Color #5772A3 in popluar color models

5772A3
RGB87114163
HSL219°30.40%49.02%
HSB/HSV219°46.63%63.92%
CMYK46.63%30.06%0.00%
36.08%

Color #5772A3 in popluar number systems.

HEX5772A3
Decimal87114163
Binary1010111111001010100011
Octal127162243

Shades and tints

Shades of #5772A3

#5772A3
(87,114,163)
#506895
(80,104,149)
#495E87
(73,94,135)
#425479
(66,84,121)
#3B4A6B
(59,74,107)
#34405D
(52,64,93)
#2D364F
(45,54,79)
#262C41
(38,44,65)
#1F2233
(31,34,51)
#181825
(24,24,37)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #5772A3

#5772A3
(87,114,163)
#667EAB
(102,126,171)
#758AB3
(117,138,179)
#8496BB
(132,150,187)
#93A2C3
(147,162,195)
#A2AECB
(162,174,203)
#B1BAD3
(177,186,211)
#C0C6DB
(192,198,219)
#CFD2E3
(207,210,227)
#DEDEEB
(222,222,235)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5772A3 color. Also use rgb(87,114,163) instead hex code.

Text Font Color

.myTextColor { color: #5772A3; }

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

This text font color is #5772A3.


Background Color

.myBgColor { background-color: #5772A3; }

<div style="background-color:#5772A3">Inner text</div>

This div background color is #5772A3.


Border color

.myBorderColor { border: 1px solid #5772A3; }

<div style="border:3px solid #5772A3">Div</div>

This div border color is #5772A3.


Opacity

.myOpacity80 { color: #5772A3; opacity: 0.8; }

<p style="color:#5772A3;opacity:0.8;">80%</p>

Text with #5772A3 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 #5772A3;}

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

This text has shadow with #5772A3 color.

.textShadow {text-shadow: 3px 3px 1px #5772A3, 3px 3px 1px red;}

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

This text has shadow with #5772A3 primary color and red secondary color.


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

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

This text has shadow with #5772A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5772A3 on black background.


Color preview on white background

This text has color #5772A3 on white background.



Black color preview on #5772A3 background

This text has black color on #5772A3 background.


White color preview on #5772A3 background

This text has white color on #5772A3 background.