COLOR #534FA6

HEX: #534FA6
RGB: (83,79,166)

Color info

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

RGB color model

#534FA6 color RGB value is (83,79,166).

  • red value is 83;
  • green value is 79;
  • blue value is 166.
RGB:
(83,79,166)
(33%,31%,65%)

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 166 of 255 = 65%

83
79
166

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

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 166 = 328 (100%)
R 83 of 328 ~ 25.3%
G 79 of 328 ~ 24.09%
B 166 of 328 ~ 50.61%

%25.3
%24.09
%50.61

CMYK color model

#534FA6 color CMYK value is (50,52,0,35).

  • cyan value is 50.00%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(50,52,0,35)
C50M52Y0K35 
(50%,52%,0%,35%)
(0.50/0.52/0.00/0.35)	

CMYK percentages

%50
%52.41
%0
%34.9

Codes

Color #534FA6 in popluar color models

534FA6
RGB8379166
HSL243°35.51%48.04%
HSB/HSV243°52.41%65.10%
CMYK50.00%52.41%0.00%
34.90%

Color #534FA6 in popluar number systems.

HEX534FA6
Decimal8379166
Binary1010011100111110100110
Octal123117246

Shades and tints

Shades of #534FA6

#534FA6
(83,79,166)
#4C4897
(76,72,151)
#454188
(69,65,136)
#3E3A79
(62,58,121)
#37336A
(55,51,106)
#302C5B
(48,44,91)
#29254C
(41,37,76)
#221E3D
(34,30,61)
#1B172E
(27,23,46)
#14101F
(20,16,31)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #534FA6

#534FA6
(83,79,166)
#625FAE
(98,95,174)
#716FB6
(113,111,182)
#807FBE
(128,127,190)
#8F8FC6
(143,143,198)
#9E9FCE
(158,159,206)
#ADAFD6
(173,175,214)
#BCBFDE
(188,191,222)
#CBCFE6
(203,207,230)
#DADFEE
(218,223,238)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534FA6 color. Also use rgb(83,79,166) instead hex code.

Text Font Color

.myTextColor { color: #534FA6; }

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

This text font color is #534FA6.


Background Color

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

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

This div background color is #534FA6.


Border color

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

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

This div border color is #534FA6.


Opacity

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

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

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

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

This text has shadow with #534FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534FA6 on black background.


Color preview on white background

This text has color #534FA6 on white background.



Black color preview on #534FA6 background

This text has black color on #534FA6 background.


White color preview on #534FA6 background

This text has white color on #534FA6 background.