COLOR #53549A

HEX: #53549A
RGB: (83,84,154)

Color info

#53549A contains mainly blue color. Web safe color of #53549A is #666699 (or #669).

RGB color model

#53549A color RGB value is (83,84,154).

  • red value is 83;
  • green value is 84;
  • blue value is 154.
RGB:
(83,84,154)
(33%,33%,60%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 154 of 255 = 60%

83
84
154

R + G + B ~ 42%. #53549A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 154 = 321 (100%)
R 83 of 321 ~ 25.86%
G 84 of 321 ~ 26.17%
B 154 of 321 ~ 47.98%

%25.86
%26.17
%47.98

CMYK color model

#53549A color CMYK value is (46,45,0,40).

  • cyan value is 46.10%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(46,45,0,40)
C46M45Y0K40 
(46%,45%,0%,40%)
(0.46/0.45/0.00/0.40)	

CMYK percentages

%46.1
%45.45
%0
%39.61

Codes

Color #53549A in popluar color models

53549A
RGB8384154
HSL239°29.96%46.47%
HSB/HSV239°46.10%60.39%
CMYK46.10%45.45%0.00%
39.61%

Color #53549A in popluar number systems.

HEX53549A
Decimal8384154
Binary1010011101010010011010
Octal123124232

Shades and tints

Shades of #53549A

#53549A
(83,84,154)
#4C4D8C
(76,77,140)
#45467E
(69,70,126)
#3E3F70
(62,63,112)
#373862
(55,56,98)
#303154
(48,49,84)
#292A46
(41,42,70)
#222338
(34,35,56)
#1B1C2A
(27,28,42)
#14151C
(20,21,28)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #53549A

#53549A
(83,84,154)
#6263A3
(98,99,163)
#7172AC
(113,114,172)
#8081B5
(128,129,181)
#8F90BE
(143,144,190)
#9E9FC7
(158,159,199)
#ADAED0
(173,174,208)
#BCBDD9
(188,189,217)
#CBCCE2
(203,204,226)
#DADBEB
(218,219,235)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53549A color. Also use rgb(83,84,154) instead hex code.

Text Font Color

.myTextColor { color: #53549A; }

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

This text font color is #53549A.


Background Color

.myBgColor { background-color: #53549A; }

<div style="background-color:#53549A">Inner text</div>

This div background color is #53549A.


Border color

.myBorderColor { border: 1px solid #53549A; }

<div style="border:3px solid #53549A">Div</div>

This div border color is #53549A.


Opacity

.myOpacity80 { color: #53549A; opacity: 0.8; }

<p style="color:#53549A;opacity:0.8;">80%</p>

Text with #53549A 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 #53549A;}

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

This text has shadow with #53549A color.

.textShadow {text-shadow: 3px 3px 1px #53549A, 3px 3px 1px red;}

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

This text has shadow with #53549A primary color and red secondary color.


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

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

This text has shadow with #53549A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53549A on black background.


Color preview on white background

This text has color #53549A on white background.



Black color preview on #53549A background

This text has black color on #53549A background.


White color preview on #53549A background

This text has white color on #53549A background.