COLOR #534889

HEX: #534889
RGB: (83,72,137)

Color info

#534889 contains mainly red and blue colors. Web safe color of #534889 is #663399 (or #639).

RGB color model

#534889 color RGB value is (83,72,137).

  • red value is 83;
  • green value is 72;
  • blue value is 137.
RGB:
(83,72,137)
(33%,28%,54%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 137 of 255 = 54%

83
72
137

R + G + B ~ 38%. #534889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 137 = 292 (100%)
R 83 of 292 ~ 28.42%
G 72 of 292 ~ 24.66%
B 137 of 292 ~ 46.92%

%28.42
%24.66
%46.92

CMYK color model

#534889 color CMYK value is (39,47,0,46).

  • cyan value is 39.42%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(39,47,0,46)
C39M47Y0K46 
(39%,47%,0%,46%)
(0.39/0.47/0.00/0.46)	

CMYK percentages

%39.42
%47.45
%0
%46.27

Codes

Color #534889 in popluar color models

534889
RGB8372137
HSL250°31.10%40.98%
HSB/HSV250°47.45%53.73%
CMYK39.42%47.45%0.00%
46.27%

Color #534889 in popluar number systems.

HEX534889
Decimal8372137
Binary1010011100100010001001
Octal123110211

Shades and tints

Shades of #534889

#534889
(83,72,137)
#4C427D
(76,66,125)
#453C71
(69,60,113)
#3E3665
(62,54,101)
#373059
(55,48,89)
#302A4D
(48,42,77)
#292441
(41,36,65)
#221E35
(34,30,53)
#1B1829
(27,24,41)
#14121D
(20,18,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #534889

#534889
(83,72,137)
#625893
(98,88,147)
#71689D
(113,104,157)
#8078A7
(128,120,167)
#8F88B1
(143,136,177)
#9E98BB
(158,152,187)
#ADA8C5
(173,168,197)
#BCB8CF
(188,184,207)
#CBC8D9
(203,200,217)
#DAD8E3
(218,216,227)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534889 color. Also use rgb(83,72,137) instead hex code.

Text Font Color

.myTextColor { color: #534889; }

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

This text font color is #534889.


Background Color

.myBgColor { background-color: #534889; }

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

This div background color is #534889.


Border color

.myBorderColor { border: 1px solid #534889; }

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

This div border color is #534889.


Opacity

.myOpacity80 { color: #534889; opacity: 0.8; }

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

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

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

This text has shadow with #534889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534889 on black background.


Color preview on white background

This text has color #534889 on white background.



Black color preview on #534889 background

This text has black color on #534889 background.


White color preview on #534889 background

This text has white color on #534889 background.