COLOR #5482C4

HEX: #5482C4
RGB: (84,130,196)

Color info

#5482C4 contains mainly blue color. Web safe color of #5482C4 is #6699CC (or #69C).

RGB color model

#5482C4 color RGB value is (84,130,196).

  • red value is 84;
  • green value is 130;
  • blue value is 196.
RGB:
(84,130,196)
(33%,51%,77%)

RGB channels and saturation

R 84 of 255 = 33%
G 130 of 255 = 51%
B 196 of 255 = 77%

84
130
196

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

Portions of RGB colors in percentages

R + G + B =
84 + 130 + 196 = 410 (100%)
R 84 of 410 ~ 20.49%
G 130 of 410 ~ 31.71%
B 196 of 410 ~ 47.8%

%20.49
%31.71
%47.8

CMYK color model

#5482C4 color CMYK value is (57,34,0,23).

  • cyan value is 57.14%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(57,34,0,23)
C57M34Y0K23 
(57%,34%,0%,23%)
(0.57/0.34/0.00/0.23)	

CMYK percentages

%57.14
%33.67
%0
%23.14

Codes

Color #5482C4 in popluar color models

5482C4
RGB84130196
HSL215°48.70%54.90%
HSB/HSV215°57.14%76.86%
CMYK57.14%33.67%0.00%
23.14%

Color #5482C4 in popluar number systems.

HEX5482C4
Decimal84130196
Binary10101001000001011000100
Octal124202304

Shades and tints

Shades of #5482C4

#5482C4
(84,130,196)
#4D77B3
(77,119,179)
#466CA2
(70,108,162)
#3F6191
(63,97,145)
#385680
(56,86,128)
#314B6F
(49,75,111)
#2A405E
(42,64,94)
#23354D
(35,53,77)
#1C2A3C
(28,42,60)
#151F2B
(21,31,43)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #5482C4

#5482C4
(84,130,196)
#638DC9
(99,141,201)
#7298CE
(114,152,206)
#81A3D3
(129,163,211)
#90AED8
(144,174,216)
#9FB9DD
(159,185,221)
#AEC4E2
(174,196,226)
#BDCFE7
(189,207,231)
#CCDAEC
(204,218,236)
#DBE5F1
(219,229,241)
#EAF0F6
(234,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5482C4 color. Also use rgb(84,130,196) instead hex code.

Text Font Color

.myTextColor { color: #5482C4; }

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

This text font color is #5482C4.


Background Color

.myBgColor { background-color: #5482C4; }

<div style="background-color:#5482C4">Inner text</div>

This div background color is #5482C4.


Border color

.myBorderColor { border: 1px solid #5482C4; }

<div style="border:3px solid #5482C4">Div</div>

This div border color is #5482C4.


Opacity

.myOpacity80 { color: #5482C4; opacity: 0.8; }

<p style="color:#5482C4;opacity:0.8;">80%</p>

Text with #5482C4 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 #5482C4;}

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

This text has shadow with #5482C4 color.

.textShadow {text-shadow: 3px 3px 1px #5482C4, 3px 3px 1px red;}

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

This text has shadow with #5482C4 primary color and red secondary color.


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

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

This text has shadow with #5482C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5482C4 on black background.


Color preview on white background

This text has color #5482C4 on white background.



Black color preview on #5482C4 background

This text has black color on #5482C4 background.


White color preview on #5482C4 background

This text has white color on #5482C4 background.