COLOR #551865

HEX: #551865 RGB: (85,24,101)

Color info

#551865 contains mainly red and blue colors. Web safe color of #551865 is #660066 (or #606).

RGB color model

#551865 color RGB value is (85,24,101).

RGB: (85,24,101) (33%, 9%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 24 of 255 = 9%
B 101 of 255 = 40%

85
24
101

R + G + B ~ 27%. #551865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 24 + 101 = 210 (100%)
R 85 of 210 ~ 40.48%
G 24 of 210 ~ 11.43%
B 101 of 210 ~ 48.1'%

%40.48
%11.43
%48.1

CMYK color model

#551865 color CMYK value is (16,76,0,60).

  • cyan value is 15.84%
  • magenta value is 76.24%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (16,76,0,60)
C16M76Y0K60 (16%, 76%, 0%, 60%)
(0.16 / 0.76 / 0.00 / 0.60)

CMYK percentages

%15.84
%76.24
%0
%60.39

Codes

Color #551865 in popluar color models

55 18 65
RGB 85 24 101
HSL 288° 61.60% 24.51%
HSB/HSV 288° 76.24% 39.61%
CMYK 15.84% 76.24% 0.00%
60.39%

Color #551865 in popluar number systems.

HEX 55 18 65
Decimal 85 24 101
Binary 1010101 11000 1100101
Octal 125 30 145

Shades and tints

Shades of #551865

#551865
(85,24,101)
#4E165C
(78,22,92)
#471453
(71,20,83)
#40124A
(64,18,74)
#391041
(57,16,65)
#320E38
(50,14,56)
#2B0C2F
(43,12,47)
#240A26
(36,10,38)
#1D081D
(29,8,29)
#160614
(22,6,20)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #551865

#551865
(85,24,101)
#642D73
(100,45,115)
#734281
(115,66,129)
#82578F
(130,87,143)
#916C9D
(145,108,157)
#A081AB
(160,129,171)
#AF96B9
(175,150,185)
#BEABC7
(190,171,199)
#CDC0D5
(205,192,213)
#DCD5E3
(220,213,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551865 color. Also use rgb(85,24,101) instead hex code.

Text Font Color

.myTextColor { color: #551865; }

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

This text font color is #551865.

Background Color

.myBgColor { background-color: #551865; }

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

This div background color is #551865.

Border color

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

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

This div border color is #551865.

Opacity

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

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

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

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

This text has shadow with #551865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551865.

Preview

Color preview on black background

This text has color #551865 on black background.


Color preview on white background

This text has color #551865 on white background.


Black color preview on #551865 background

This text has black color on #551865 background.


White color preview on #551865 background

This text has white color on #551865 background.


Related colors

Complementary color

Complementary color for #hex is #AAE79A.


I love getcolorcode.com

Triadic colors

1 #655518 and #186555 with #551865 are triadic colors.

2 #651855 and #185565 with #551865 are triadic colors.