COLOR #5295A2

HEX: #5295A2
RGB: (82,149,162)

Color info

#5295A2 contains mainly green and blue colors. Web safe color of #5295A2 is #669999 (or #699).

RGB color model

#5295A2 color RGB value is (82,149,162).

  • red value is 82;
  • green value is 149;
  • blue value is 162.
RGB:
(82,149,162)
(32%,58%,64%)

RGB channels and saturation

R 82 of 255 = 32%
G 149 of 255 = 58%
B 162 of 255 = 64%

82
149
162

R + G + B ~ 51%. #5295A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 149 + 162 = 393 (100%)
R 82 of 393 ~ 20.87%
G 149 of 393 ~ 37.91%
B 162 of 393 ~ 41.22%

%20.87
%37.91
%41.22

CMYK color model

#5295A2 color CMYK value is (49,8,0,36).

  • cyan value is 49.38%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,8,0,36)
C49M8Y0K36 
(49%,8%,0%,36%)
(0.49/0.08/0.00/0.36)	

CMYK percentages

%49.38
%8.02
%0
%36.47

Codes

Color #5295A2 in popluar color models

5295A2
RGB82149162
HSL190°32.79%47.84%
HSB/HSV190°49.38%63.53%
CMYK49.38%8.02%0.00%
36.47%

Color #5295A2 in popluar number systems.

HEX5295A2
Decimal82149162
Binary10100101001010110100010
Octal122225242

Shades and tints

Shades of #5295A2

#5295A2
(82,149,162)
#4B8894
(75,136,148)
#447B86
(68,123,134)
#3D6E78
(61,110,120)
#36616A
(54,97,106)
#2F545C
(47,84,92)
#28474E
(40,71,78)
#213A40
(33,58,64)
#1A2D32
(26,45,50)
#132024
(19,32,36)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #5295A2

#5295A2
(82,149,162)
#619EAA
(97,158,170)
#70A7B2
(112,167,178)
#7FB0BA
(127,176,186)
#8EB9C2
(142,185,194)
#9DC2CA
(157,194,202)
#ACCBD2
(172,203,210)
#BBD4DA
(187,212,218)
#CADDE2
(202,221,226)
#D9E6EA
(217,230,234)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5295A2 color. Also use rgb(82,149,162) instead hex code.

Text Font Color

.myTextColor { color: #5295A2; }

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

This text font color is #5295A2.


Background Color

.myBgColor { background-color: #5295A2; }

<div style="background-color:#5295A2">Inner text</div>

This div background color is #5295A2.


Border color

.myBorderColor { border: 1px solid #5295A2; }

<div style="border:3px solid #5295A2">Div</div>

This div border color is #5295A2.


Opacity

.myOpacity80 { color: #5295A2; opacity: 0.8; }

<p style="color:#5295A2;opacity:0.8;">80%</p>

Text with #5295A2 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 #5295A2;}

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

This text has shadow with #5295A2 color.

.textShadow {text-shadow: 3px 3px 1px #5295A2, 3px 3px 1px red;}

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

This text has shadow with #5295A2 primary color and red secondary color.


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

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

This text has shadow with #5295A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5295A2 on black background.


Color preview on white background

This text has color #5295A2 on white background.



Black color preview on #5295A2 background

This text has black color on #5295A2 background.


White color preview on #5295A2 background

This text has white color on #5295A2 background.