COLOR #551751

HEX: #551751 RGB: (85,23,81)

Color info

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

RGB color model

#551751 color RGB value is (85,23,81).

RGB: (85,23,81) (33%, 9%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 23 of 255 = 9%
B 81 of 255 = 32%

85
23
81

R + G + B ~ 25%. #551751 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 23 + 81 = 189 (100%)
R 85 of 189 ~ 44.97%
G 23 of 189 ~ 12.17%
B 81 of 189 ~ 42.86'%

%44.97
%12.17
%42.86

CMYK color model

#551751 color CMYK value is (0,73,5,67).

  • cyan value is 0.00%
  • magenta value is 72.94%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK: (0,73,5,67) C0M73Y5K67 (0%,73%,5%,67%) (0.00/0.73/0.05/0.67) 

CMYK percentages

%0
%72.94
%4.71
%66.67

Codes

Color #551751 in popluar color models

55 17 51
RGB 85 23 81
HSL 304° 57.41% 21.18%
HSB/HSV 304° 72.94% 33.33%
CMYK 0.00% 72.94% 4.71%
66.67%

Color #551751 in popluar number systems.

HEX 55 17 51
Decimal 85 23 81
Binary 1010101 10111 1010001
Octal 125 27 121

Shades and tints

Shades of #551751

#551751
(85,23,81)
#4E154A
(78,21,74)
#471343
(71,19,67)
#40113C
(64,17,60)
#390F35
(57,15,53)
#320D2E
(50,13,46)
#2B0B27
(43,11,39)
#240920
(36,9,32)
#1D0719
(29,7,25)
#160512
(22,5,18)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #551751

#551751
(85,23,81)
#642C60
(100,44,96)
#73416F
(115,65,111)
#82567E
(130,86,126)
#916B8D
(145,107,141)
#A0809C
(160,128,156)
#AF95AB
(175,149,171)
#BEAABA
(190,170,186)
#CDBFC9
(205,191,201)
#DCD4D8
(220,212,216)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551751 color. Also use rgb(85,23,81) instead hex code.

Text Font Color

.myTextColor { color: #551751; }

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

This text font color is #551751.

Background Color

.myBgColor { background-color: #551751; }

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

This div background color is #551751.

Border color

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

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

This div border color is #551751.

Opacity

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

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

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

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

This text has shadow with #551751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551751.

Preview

Color preview on black background

This text has color #551751 on black background.


Color preview on white background

This text has color #551751 on white background.


Black color preview on #551751 background

This text has black color on #551751 background.


White color preview on #551751 background

This text has white color on #551751 background.


Related colors

Complementary color

Complementary color for #hex is #AAE8AE.


I love getcolorcode.com

Triadic colors

1 #515517 and #175155 with #551751 are triadic colors.

2 #511755 and #175551 with #551751 are triadic colors.