COLOR #5496C0

HEX: #5496C0
RGB: (84,150,192)

Color info

#5496C0 contains mainly green and blue colors. Web safe color of #5496C0 is #6699CC (or #69C).

RGB color model

#5496C0 color RGB value is (84,150,192).

  • red value is 84;
  • green value is 150;
  • blue value is 192.
RGB:
(84,150,192)
(33%,59%,75%)

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 192 of 255 = 75%

84
150
192

R + G + B ~ 56%. #5496C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 192 = 426 (100%)
R 84 of 426 ~ 19.72%
G 150 of 426 ~ 35.21%
B 192 of 426 ~ 45.07%

%19.72
%35.21
%45.07

CMYK color model

#5496C0 color CMYK value is (56,22,0,25).

  • cyan value is 56.25%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(56,22,0,25)
C56M22Y0K25 
(56%,22%,0%,25%)
(0.56/0.22/0.00/0.25)	

CMYK percentages

%56.25
%21.88
%0
%24.71

Codes

Color #5496C0 in popluar color models

5496C0
RGB84150192
HSL203°46.15%54.12%
HSB/HSV203°56.25%75.29%
CMYK56.25%21.88%0.00%
24.71%

Color #5496C0 in popluar number systems.

HEX5496C0
Decimal84150192
Binary10101001001011011000000
Octal124226300

Shades and tints

Shades of #5496C0

#5496C0
(84,150,192)
#4D89AF
(77,137,175)
#467C9E
(70,124,158)
#3F6F8D
(63,111,141)
#38627C
(56,98,124)
#31556B
(49,85,107)
#2A485A
(42,72,90)
#233B49
(35,59,73)
#1C2E38
(28,46,56)
#152127
(21,33,39)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #5496C0

#5496C0
(84,150,192)
#639FC5
(99,159,197)
#72A8CA
(114,168,202)
#81B1CF
(129,177,207)
#90BAD4
(144,186,212)
#9FC3D9
(159,195,217)
#AECCDE
(174,204,222)
#BDD5E3
(189,213,227)
#CCDEE8
(204,222,232)
#DBE7ED
(219,231,237)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5496C0 color. Also use rgb(84,150,192) instead hex code.

Text Font Color

.myTextColor { color: #5496C0; }

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

This text font color is #5496C0.


Background Color

.myBgColor { background-color: #5496C0; }

<div style="background-color:#5496C0">Inner text</div>

This div background color is #5496C0.


Border color

.myBorderColor { border: 1px solid #5496C0; }

<div style="border:3px solid #5496C0">Div</div>

This div border color is #5496C0.


Opacity

.myOpacity80 { color: #5496C0; opacity: 0.8; }

<p style="color:#5496C0;opacity:0.8;">80%</p>

Text with #5496C0 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 #5496C0;}

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

This text has shadow with #5496C0 color.

.textShadow {text-shadow: 3px 3px 1px #5496C0, 3px 3px 1px red;}

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

This text has shadow with #5496C0 primary color and red secondary color.


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

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

This text has shadow with #5496C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5496C0 on black background.


Color preview on white background

This text has color #5496C0 on white background.



Black color preview on #5496C0 background

This text has black color on #5496C0 background.


White color preview on #5496C0 background

This text has white color on #5496C0 background.