COLOR #544B83

HEX: #544B83 RGB: (84,75,131)

Color info

#544B83 contains red, green and blue colors in about the same proportion. Web safe color of #544B83 is #663399 (or #639).

RGB color model

#544B83 color RGB value is (84,75,131).

RGB: (84,75,131) (33%, 29%, 51%)

RGB channels and saturation

R 84 of 255 = 33%
G 75 of 255 = 29%
B 131 of 255 = 51%

84
75
131

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

Portions of RGB colors in percentages

R + G + B = 84 + 75 + 131 = 290 (100%)
R 84 of 290 ~ 28.97%
G 75 of 290 ~ 25.86%
B 131 of 290 ~ 45.17'%

%28.97
%25.86
%45.17

CMYK color model

#544B83 color CMYK value is (36,43,0,49).

  • cyan value is 35.88%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (36,43,0,49)
C36M43Y0K49 (36%, 43%, 0%, 49%)
(0.36 / 0.43 / 0.00 / 0.49)

CMYK percentages

%35.88
%42.75
%0
%48.63

Codes

Color #544B83 in popluar color models

54 4B 83
RGB 84 75 131
HSL 250° 27.18% 40.39%
HSB/HSV 250° 42.75% 51.37%
CMYK 35.88% 42.75% 0.00%
48.63%

Color #544B83 in popluar number systems.

HEX 54 4B 83
Decimal 84 75 131
Binary 1010100 1001011 10000011
Octal 124 113 203

Shades and tints

Shades of #544B83

#544B83
(84,75,131)
#4D4578
(77,69,120)
#463F6D
(70,63,109)
#3F3962
(63,57,98)
#383357
(56,51,87)
#312D4C
(49,45,76)
#2A2741
(42,39,65)
#232136
(35,33,54)
#1C1B2B
(28,27,43)
#151520
(21,21,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #544B83

#544B83
(84,75,131)
#635B8E
(99,91,142)
#726B99
(114,107,153)
#817BA4
(129,123,164)
#908BAF
(144,139,175)
#9F9BBA
(159,155,186)
#AEABC5
(174,171,197)
#BDBBD0
(189,187,208)
#CCCBDB
(204,203,219)
#DBDBE6
(219,219,230)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544B83 color. Also use rgb(84,75,131) instead hex code.

Text Font Color

.myTextColor { color: #544B83; }

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

This text font color is #544B83.

Background Color

.myBgColor { background-color: #544B83; }

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

This div background color is #544B83.

Border color

.myBorderColor { border: 1px solid #544B83; }

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

This div border color is #544B83.

Opacity

.myOpacity80 { color: #544B83; opacity: 0.8; }

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

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

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

This text has shadow with #544B83 color.


.textShadow {text-shadow: 3px 3px 1px #544B83', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #544B83; -webkit-box-shadow: 1px 1px 3px 2px #544B83; box-shadow:1px 1px 3px 2px #544B83;">
Div content here
</div>

This div box has shadow with color #544B83.

Preview

Color preview on black background

This text has color #544B83 on black background.


Color preview on white background

This text has color #544B83 on white background.


Black color preview on #544B83 background

This text has black color on #544B83 background.


White color preview on #544B83 background

This text has white color on #544B83 background.


Related colors

Complementary color

Complementary color for #hex is #ABB47C.


I love getcolorcode.com

Triadic colors

1 #83544B and #4B8354 with #544B83 are triadic colors.

2 #834B54 and #4B5483 with #544B83 are triadic colors.