COLOR #55648D

HEX: #55648D
RGB: (85,100,141)

Color info

#55648D contains red, green and blue colors in about the same proportion. Web safe color of #55648D is #666699 (or #669).

RGB color model

#55648D color RGB value is (85,100,141).

  • red value is 85;
  • green value is 100;
  • blue value is 141.
RGB:
(85,100,141)
(33%,39%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 100 of 255 = 39%
B 141 of 255 = 55%

85
100
141

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

Portions of RGB colors in percentages

R + G + B =
85 + 100 + 141 = 326 (100%)
R 85 of 326 ~ 26.07%
G 100 of 326 ~ 30.67%
B 141 of 326 ~ 43.25%

%26.07
%30.67
%43.25

CMYK color model

#55648D color CMYK value is (40,29,0,45).

  • cyan value is 39.72%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(40,29,0,45)
C40M29Y0K45 
(40%,29%,0%,45%)
(0.40/0.29/0.00/0.45)	

CMYK percentages

%39.72
%29.08
%0
%44.71

Codes

Color #55648D in popluar color models

55648D
RGB85100141
HSL224°24.78%44.31%
HSB/HSV224°39.72%55.29%
CMYK39.72%29.08%0.00%
44.71%

Color #55648D in popluar number systems.

HEX55648D
Decimal85100141
Binary1010101110010010001101
Octal125144215

Shades and tints

Shades of #55648D

#55648D
(85,100,141)
#4E5B81
(78,91,129)
#475275
(71,82,117)
#404969
(64,73,105)
#39405D
(57,64,93)
#323751
(50,55,81)
#2B2E45
(43,46,69)
#242539
(36,37,57)
#1D1C2D
(29,28,45)
#161321
(22,19,33)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #55648D

#55648D
(85,100,141)
#647297
(100,114,151)
#7380A1
(115,128,161)
#828EAB
(130,142,171)
#919CB5
(145,156,181)
#A0AABF
(160,170,191)
#AFB8C9
(175,184,201)
#BEC6D3
(190,198,211)
#CDD4DD
(205,212,221)
#DCE2E7
(220,226,231)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55648D color. Also use rgb(85,100,141) instead hex code.

Text Font Color

.myTextColor { color: #55648D; }

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

This text font color is #55648D.


Background Color

.myBgColor { background-color: #55648D; }

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

This div background color is #55648D.


Border color

.myBorderColor { border: 1px solid #55648D; }

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

This div border color is #55648D.


Opacity

.myOpacity80 { color: #55648D; opacity: 0.8; }

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

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

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

This text has shadow with #55648D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55648D on black background.


Color preview on white background

This text has color #55648D on white background.



Black color preview on #55648D background

This text has black color on #55648D background.


White color preview on #55648D background

This text has white color on #55648D background.