COLOR #551F50

HEX: #551F50 RGB: (85,31,80)

Color info

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

RGB color model

#551F50 color RGB value is (85,31,80).

RGB: (85,31,80) (33%, 12%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 31 of 255 = 12%
B 80 of 255 = 31%

85
31
80

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

Portions of RGB colors in percentages

R + G + B = 85 + 31 + 80 = 196 (100%)
R 85 of 196 ~ 43.37%
G 31 of 196 ~ 15.82%
B 80 of 196 ~ 40.82'%

%43.37
%15.82
%40.82

CMYK color model

#551F50 color CMYK value is (0,64,6,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 5.88%
  • key color value is 66.67%

CMYK: (0,64,6,67)
C0M64Y6K67 (0%, 64%, 6%, 67%)
(0.00 / 0.64 / 0.06 / 0.67)

CMYK percentages

%0
%63.53
%5.88
%66.67

Codes

Color #551F50 in popluar color models

55 1F 50
RGB 85 31 80
HSL 306° 46.55% 22.75%
HSB/HSV 306° 63.53% 33.33%
CMYK 0.00% 63.53% 5.88%
66.67%

Color #551F50 in popluar number systems.

HEX 55 1F 50
Decimal 85 31 80
Binary 1010101 11111 1010000
Octal 125 37 120

Shades and tints

Shades of #551F50

#551F50
(85,31,80)
#4E1D49
(78,29,73)
#471B42
(71,27,66)
#40193B
(64,25,59)
#391734
(57,23,52)
#32152D
(50,21,45)
#2B1326
(43,19,38)
#24111F
(36,17,31)
#1D0F18
(29,15,24)
#160D11
(22,13,17)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #551F50

#551F50
(85,31,80)
#64335F
(100,51,95)
#73476E
(115,71,110)
#825B7D
(130,91,125)
#916F8C
(145,111,140)
#A0839B
(160,131,155)
#AF97AA
(175,151,170)
#BEABB9
(190,171,185)
#CDBFC8
(205,191,200)
#DCD3D7
(220,211,215)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551F50 color. Also use rgb(85,31,80) instead hex code.

Text Font Color

.myTextColor { color: #551F50; }

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

This text font color is #551F50.

Background Color

.myBgColor { background-color: #551F50; }

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

This div background color is #551F50.

Border color

.myBorderColor { border: 1px solid #551F50; }

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

This div border color is #551F50.

Opacity

.myOpacity80 { color: #551F50; opacity: 0.8; }

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

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

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

This text has shadow with #551F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551F50.

Preview

Color preview on black background

This text has color #551F50 on black background.


Color preview on white background

This text has color #551F50 on white background.


Black color preview on #551F50 background

This text has black color on #551F50 background.


White color preview on #551F50 background

This text has white color on #551F50 background.


Related colors

Complementary color

Complementary color for #hex is #AAE0AF.


I love getcolorcode.com

Triadic colors

1 #50551F and #1F5055 with #551F50 are triadic colors.

2 #501F55 and #1F5550 with #551F50 are triadic colors.