COLOR #534EA1

HEX: #534EA1
RGB: (83,78,161)

Color info

#534EA1 contains mainly blue color. Web safe color of #534EA1 is #666699 (or #669).

RGB color model

#534EA1 color RGB value is (83,78,161).

  • red value is 83;
  • green value is 78;
  • blue value is 161.
RGB:
(83,78,161)
(33%,31%,63%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 161 of 255 = 63%

83
78
161

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

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 161 = 322 (100%)
R 83 of 322 ~ 25.78%
G 78 of 322 ~ 24.22%
B 161 of 322 ~ 50%

%25.78
%24.22
%50

CMYK color model

#534EA1 color CMYK value is (48,52,0,37).

  • cyan value is 48.45%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(48,52,0,37)
C48M52Y0K37 
(48%,52%,0%,37%)
(0.48/0.52/0.00/0.37)	

CMYK percentages

%48.45
%51.55
%0
%36.86

Codes

Color #534EA1 in popluar color models

534EA1
RGB8378161
HSL244°34.73%46.86%
HSB/HSV244°51.55%63.14%
CMYK48.45%51.55%0.00%
36.86%

Color #534EA1 in popluar number systems.

HEX534EA1
Decimal8378161
Binary1010011100111010100001
Octal123116241

Shades and tints

Shades of #534EA1

#534EA1
(83,78,161)
#4C4793
(76,71,147)
#454085
(69,64,133)
#3E3977
(62,57,119)
#373269
(55,50,105)
#302B5B
(48,43,91)
#29244D
(41,36,77)
#221D3F
(34,29,63)
#1B1631
(27,22,49)
#140F23
(20,15,35)
#0D0815
(13,8,21)
#000000
(0,0,0)

Tints of #534EA1

#534EA1
(83,78,161)
#625EA9
(98,94,169)
#716EB1
(113,110,177)
#807EB9
(128,126,185)
#8F8EC1
(143,142,193)
#9E9EC9
(158,158,201)
#ADAED1
(173,174,209)
#BCBED9
(188,190,217)
#CBCEE1
(203,206,225)
#DADEE9
(218,222,233)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534EA1 color. Also use rgb(83,78,161) instead hex code.

Text Font Color

.myTextColor { color: #534EA1; }

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

This text font color is #534EA1.


Background Color

.myBgColor { background-color: #534EA1; }

<div style="background-color:#534EA1">Inner text</div>

This div background color is #534EA1.


Border color

.myBorderColor { border: 1px solid #534EA1; }

<div style="border:3px solid #534EA1">Div</div>

This div border color is #534EA1.


Opacity

.myOpacity80 { color: #534EA1; opacity: 0.8; }

<p style="color:#534EA1;opacity:0.8;">80%</p>

Text with #534EA1 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 #534EA1;}

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

This text has shadow with #534EA1 color.

.textShadow {text-shadow: 3px 3px 1px #534EA1, 3px 3px 1px red;}

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

This text has shadow with #534EA1 primary color and red secondary color.


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

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

This text has shadow with #534EA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534EA1 on black background.


Color preview on white background

This text has color #534EA1 on white background.



Black color preview on #534EA1 background

This text has black color on #534EA1 background.


White color preview on #534EA1 background

This text has white color on #534EA1 background.