COLOR #551861

HEX: #551861 RGB: (85,24,97)

Color info

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

RGB color model

#551861 color RGB value is (85,24,97).

RGB: (85,24,97) (33%, 9%, 38%)

RGB channels and saturation

R 85 of 255 = 33%
G 24 of 255 = 9%
B 97 of 255 = 38%

85
24
97

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

Portions of RGB colors in percentages

R + G + B = 85 + 24 + 97 = 206 (100%)
R 85 of 206 ~ 41.26%
G 24 of 206 ~ 11.65%
B 97 of 206 ~ 47.09'%

%41.26
%11.65
%47.09

CMYK color model

#551861 color CMYK value is (12,75,0,62).

  • cyan value is 12.37%
  • magenta value is 75.26%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (12,75,0,62) C12M75Y0K62 (12%,75%,0%,62%) (0.12/0.75/0.00/0.62) 

CMYK percentages

%12.37
%75.26
%0
%61.96

Codes

Color #551861 in popluar color models

55 18 61
RGB 85 24 97
HSL 290° 60.33% 23.73%
HSB/HSV 290° 75.26% 38.04%
CMYK 12.37% 75.26% 0.00%
61.96%

Color #551861 in popluar number systems.

HEX 55 18 61
Decimal 85 24 97
Binary 1010101 11000 1100001
Octal 125 30 141

Shades and tints

Shades of #551861

#551861
(85,24,97)
#4E1659
(78,22,89)
#471451
(71,20,81)
#401249
(64,18,73)
#391041
(57,16,65)
#320E39
(50,14,57)
#2B0C31
(43,12,49)
#240A29
(36,10,41)
#1D0821
(29,8,33)
#160619
(22,6,25)
#0F0411
(15,4,17)
#000000
(0,0,0)

Tints of #551861

#551861
(85,24,97)
#642D6F
(100,45,111)
#73427D
(115,66,125)
#82578B
(130,87,139)
#916C99
(145,108,153)
#A081A7
(160,129,167)
#AF96B5
(175,150,181)
#BEABC3
(190,171,195)
#CDC0D1
(205,192,209)
#DCD5DF
(220,213,223)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551861; }

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

This text font color is #551861.

Background Color

.myBgColor { background-color: #551861; }

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

This div background color is #551861.

Border color

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

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

This div border color is #551861.

Opacity

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

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

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

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

This text has shadow with #551861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551861.

Preview

Color preview on black background

This text has color #551861 on black background.


Color preview on white background

This text has color #551861 on white background.


Black color preview on #551861 background

This text has black color on #551861 background.


White color preview on #551861 background

This text has white color on #551861 background.


Related colors

Complementary color

Complementary color for #hex is #AAE79E.


I love getcolorcode.com

Triadic colors

1 #615518 and #186155 with #551861 are triadic colors.

2 #611855 and #185561 with #551861 are triadic colors.