COLOR #53548A

HEX: #53548A
RGB: (83,84,138)

Color info

#53548A contains red, green and blue colors in about the same proportion. Web safe color of #53548A is #666699 (or #669).

RGB color model

#53548A color RGB value is (83,84,138).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 138 of 255 = 54%

83
84
138

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 138 = 305 (100%)
R 83 of 305 ~ 27.21%
G 84 of 305 ~ 27.54%
B 138 of 305 ~ 45.25%

%27.21
%27.54
%45.25

CMYK color model

#53548A color CMYK value is (40,39,0,46).

  • cyan value is 39.86%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(40,39,0,46)
C40M39Y0K46 
(40%,39%,0%,46%)
(0.40/0.39/0.00/0.46)	

CMYK percentages

%39.86
%39.13
%0
%45.88

Codes

Color #53548A in popluar color models

53548A
RGB8384138
HSL239°24.89%43.33%
HSB/HSV239°39.86%54.12%
CMYK39.86%39.13%0.00%
45.88%

Color #53548A in popluar number systems.

HEX53548A
Decimal8384138
Binary1010011101010010001010
Octal123124212

Shades and tints

Shades of #53548A

#53548A
(83,84,138)
#4C4D7E
(76,77,126)
#454672
(69,70,114)
#3E3F66
(62,63,102)
#37385A
(55,56,90)
#30314E
(48,49,78)
#292A42
(41,42,66)
#222336
(34,35,54)
#1B1C2A
(27,28,42)
#14151E
(20,21,30)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #53548A

#53548A
(83,84,138)
#626394
(98,99,148)
#71729E
(113,114,158)
#8081A8
(128,129,168)
#8F90B2
(143,144,178)
#9E9FBC
(158,159,188)
#ADAEC6
(173,174,198)
#BCBDD0
(188,189,208)
#CBCCDA
(203,204,218)
#DADBE4
(218,219,228)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53548A; }

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

This text font color is #53548A.


Background Color

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

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

This div background color is #53548A.


Border color

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

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

This div border color is #53548A.


Opacity

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

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

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

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

This text has shadow with #53548A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53548A on black background.


Color preview on white background

This text has color #53548A on white background.



Black color preview on #53548A background

This text has black color on #53548A background.


White color preview on #53548A background

This text has white color on #53548A background.