COLOR #544558

HEX: #544558
RGB: (84,69,88)

Color info

#544558 contains red, green and blue colors in about the same proportion. Web safe color of #544558 is #663366 (or #636).

RGB color model

#544558 color RGB value is (84,69,88).

  • red value is 84;
  • green value is 69;
  • blue value is 88.
RGB:
(84,69,88)
(33%,27%,35%)

RGB channels and saturation

R 84 of 255 = 33%
G 69 of 255 = 27%
B 88 of 255 = 35%

84
69
88

R + G + B ~ 32%. #544558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 69 + 88 = 241 (100%)
R 84 of 241 ~ 34.85%
G 69 of 241 ~ 28.63%
B 88 of 241 ~ 36.51%

%34.85
%28.63
%36.51

CMYK color model

#544558 color CMYK value is (5,22,0,65).

  • cyan value is 4.55%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(5,22,0,65)
C5M22Y0K65 
(5%,22%,0%,65%)
(0.05/0.22/0.00/0.65)	

CMYK percentages

%4.55
%21.59
%0
%65.49

Codes

Color #544558 in popluar color models

544558
RGB846988
HSL287°12.10%30.78%
HSB/HSV287°21.59%34.51%
CMYK4.55%21.59%0.00%
65.49%

Color #544558 in popluar number systems.

HEX544558
Decimal846988
Binary101010010001011011000
Octal124105130

Shades and tints

Shades of #544558

#544558
(84,69,88)
#4D3F50
(77,63,80)
#463948
(70,57,72)
#3F3340
(63,51,64)
#382D38
(56,45,56)
#312730
(49,39,48)
#2A2128
(42,33,40)
#231B20
(35,27,32)
#1C1518
(28,21,24)
#150F10
(21,15,16)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #544558

#544558
(84,69,88)
#635567
(99,85,103)
#726576
(114,101,118)
#817585
(129,117,133)
#908594
(144,133,148)
#9F95A3
(159,149,163)
#AEA5B2
(174,165,178)
#BDB5C1
(189,181,193)
#CCC5D0
(204,197,208)
#DBD5DF
(219,213,223)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544558 color. Also use rgb(84,69,88) instead hex code.

Text Font Color

.myTextColor { color: #544558; }

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

This text font color is #544558.


Background Color

.myBgColor { background-color: #544558; }

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

This div background color is #544558.


Border color

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

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

This div border color is #544558.


Opacity

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

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

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

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

This text has shadow with #544558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #544558 on black background.


Color preview on white background

This text has color #544558 on white background.



Black color preview on #544558 background

This text has black color on #544558 background.


White color preview on #544558 background

This text has white color on #544558 background.