COLOR #5299B2

HEX: #5299B2
RGB: (82,153,178)

Color info

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

RGB color model

#5299B2 color RGB value is (82,153,178).

  • red value is 82;
  • green value is 153;
  • blue value is 178.
RGB:
(82,153,178)
(32%,60%,70%)

RGB channels and saturation

R 82 of 255 = 32%
G 153 of 255 = 60%
B 178 of 255 = 70%

82
153
178

R + G + B ~ 54%. #5299B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 153 + 178 = 413 (100%)
R 82 of 413 ~ 19.85%
G 153 of 413 ~ 37.05%
B 178 of 413 ~ 43.1%

%19.85
%37.05
%43.1

CMYK color model

#5299B2 color CMYK value is (54,14,0,30).

  • cyan value is 53.93%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(54,14,0,30)
C54M14Y0K30 
(54%,14%,0%,30%)
(0.54/0.14/0.00/0.30)	

CMYK percentages

%53.93
%14.04
%0
%30.2

Codes

Color #5299B2 in popluar color models

5299B2
RGB82153178
HSL196°38.40%50.98%
HSB/HSV196°53.93%69.80%
CMYK53.93%14.04%0.00%
30.20%

Color #5299B2 in popluar number systems.

HEX5299B2
Decimal82153178
Binary10100101001100110110010
Octal122231262

Shades and tints

Shades of #5299B2

#5299B2
(82,153,178)
#4B8CA2
(75,140,162)
#447F92
(68,127,146)
#3D7282
(61,114,130)
#366572
(54,101,114)
#2F5862
(47,88,98)
#284B52
(40,75,82)
#213E42
(33,62,66)
#1A3132
(26,49,50)
#132422
(19,36,34)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #5299B2

#5299B2
(82,153,178)
#61A2B9
(97,162,185)
#70ABC0
(112,171,192)
#7FB4C7
(127,180,199)
#8EBDCE
(142,189,206)
#9DC6D5
(157,198,213)
#ACCFDC
(172,207,220)
#BBD8E3
(187,216,227)
#CAE1EA
(202,225,234)
#D9EAF1
(217,234,241)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5299B2 color. Also use rgb(82,153,178) instead hex code.

Text Font Color

.myTextColor { color: #5299B2; }

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

This text font color is #5299B2.


Background Color

.myBgColor { background-color: #5299B2; }

<div style="background-color:#5299B2">Inner text</div>

This div background color is #5299B2.


Border color

.myBorderColor { border: 1px solid #5299B2; }

<div style="border:3px solid #5299B2">Div</div>

This div border color is #5299B2.


Opacity

.myOpacity80 { color: #5299B2; opacity: 0.8; }

<p style="color:#5299B2;opacity:0.8;">80%</p>

Text with #5299B2 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 #5299B2;}

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

This text has shadow with #5299B2 color.

.textShadow {text-shadow: 3px 3px 1px #5299B2, 3px 3px 1px red;}

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

This text has shadow with #5299B2 primary color and red secondary color.


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

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

This text has shadow with #5299B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5299B2 on black background.


Color preview on white background

This text has color #5299B2 on white background.



Black color preview on #5299B2 background

This text has black color on #5299B2 background.


White color preview on #5299B2 background

This text has white color on #5299B2 background.