COLOR #551562

HEX: #551562 RGB: (85,21,98)

Color info

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

RGB color model

#551562 color RGB value is (85,21,98).

RGB: (85,21,98) (33%, 8%, 38%)

RGB channels and saturation

R 85 of 255 = 33%
G 21 of 255 = 8%
B 98 of 255 = 38%

85
21
98

R + G + B ~ 26%. #551562 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 21 + 98 = 204 (100%)
R 85 of 204 ~ 41.67%
G 21 of 204 ~ 10.29%
B 98 of 204 ~ 48.04'%

%41.67
%10.29
%48.04

CMYK color model

#551562 color CMYK value is (13,79,0,62).

  • cyan value is 13.27%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK: (13,79,0,62) C13M79Y0K62 (13%,79%,0%,62%) (0.13/0.79/0.00/0.62) 

CMYK percentages

%13.27
%78.57
%0
%61.57

Codes

Color #551562 in popluar color models

55 15 62
RGB 85 21 98
HSL 290° 64.71% 23.33%
HSB/HSV 290° 78.57% 38.43%
CMYK 13.27% 78.57% 0.00%
61.57%

Color #551562 in popluar number systems.

HEX 55 15 62
Decimal 85 21 98
Binary 1010101 10101 1100010
Octal 125 25 142

Shades and tints

Shades of #551562

#551562
(85,21,98)
#4E145A
(78,20,90)
#471352
(71,19,82)
#40124A
(64,18,74)
#391142
(57,17,66)
#32103A
(50,16,58)
#2B0F32
(43,15,50)
#240E2A
(36,14,42)
#1D0D22
(29,13,34)
#160C1A
(22,12,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #551562

#551562
(85,21,98)
#642A70
(100,42,112)
#733F7E
(115,63,126)
#82548C
(130,84,140)
#91699A
(145,105,154)
#A07EA8
(160,126,168)
#AF93B6
(175,147,182)
#BEA8C4
(190,168,196)
#CDBDD2
(205,189,210)
#DCD2E0
(220,210,224)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551562 color. Also use rgb(85,21,98) instead hex code.

Text Font Color

.myTextColor { color: #551562; }

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

This text font color is #551562.

Background Color

.myBgColor { background-color: #551562; }

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

This div background color is #551562.

Border color

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

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

This div border color is #551562.

Opacity

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

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

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

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

This text has shadow with #551562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551562.

Preview

Color preview on black background

This text has color #551562 on black background.


Color preview on white background

This text has color #551562 on white background.


Black color preview on #551562 background

This text has black color on #551562 background.


White color preview on #551562 background

This text has white color on #551562 background.


Related colors

Complementary color

Complementary color for #hex is #AAEA9D.


I love getcolorcode.com

Triadic colors

1 #625515 and #156255 with #551562 are triadic colors.

2 #621555 and #155562 with #551562 are triadic colors.