COLOR #550506

HEX: #550506 RGB: (85,5,6)

Color info

#550506 contains mainly red color. Web safe color of #550506 is #660000 (or #600).

RGB color model

#550506 color RGB value is (85,5,6).

RGB: (85,5,6) (33%, 2%, 2%)

RGB channels and saturation

R 85 of 255 = 33%
G 5 of 255 = 2%
B 6 of 255 = 2%

85
5
6

R + G + B ~ 12%. #550506 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 5 + 6 = 96 (100%)
R 85 of 96 ~ 88.54%
G 5 of 96 ~ 5.21%
B 6 of 96 ~ 6.25'%

%88.54

CMYK color model

#550506 color CMYK value is (0,94,93,67).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 92.94%
  • key color value is 66.67%

CMYK: (0,94,93,67)
C0M94Y93K67 (0%, 94%, 93%, 67%)
(0.00 / 0.94 / 0.93 / 0.67)

CMYK percentages

%0
%94.12
%92.94
%66.67

Codes

Color #550506 in popluar color models

55 05 06
RGB 85 5 6
HSL 359° 88.89% 17.65%
HSB/HSV 359° 94.12% 33.33%
CMYK 0.00% 94.12% 92.94%
66.67%

Color #550506 in popluar number systems.

HEX 55 05 06
Decimal 85 5 6
Binary 1010101 101 110
Octal 125 5 6

Shades and tints

Shades of #550506

#550506
(85,5,6)
#4E0506
(78,5,6)
#470506
(71,5,6)
#400506
(64,5,6)
#390506
(57,5,6)
#320506
(50,5,6)
#2B0506
(43,5,6)
#240506
(36,5,6)
#1D0506
(29,5,6)
#160506
(22,5,6)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #550506

#550506
(85,5,6)
#641B1C
(100,27,28)
#733132
(115,49,50)
#824748
(130,71,72)
#915D5E
(145,93,94)
#A07374
(160,115,116)
#AF898A
(175,137,138)
#BE9FA0
(190,159,160)
#CDB5B6
(205,181,182)
#DCCBCC
(220,203,204)
#EBE1E2
(235,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550506 color. Also use rgb(85,5,6) instead hex code.

Text Font Color

.myTextColor { color: #550506; }

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

This text font color is #550506.

Background Color

.myBgColor { background-color: #550506; }

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

This div background color is #550506.

Border color

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

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

This div border color is #550506.

Opacity

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

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

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

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

This text has shadow with #550506 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550506.

Preview

Color preview on black background

This text has color #550506 on black background.


Color preview on white background

This text has color #550506 on white background.


Black color preview on #550506 background

This text has black color on #550506 background.


White color preview on #550506 background

This text has white color on #550506 background.


Related colors

Complementary color

Complementary color for #hex is #AAFAF9.


I love getcolorcode.com

Triadic colors

1 #065505 and #050655 with #550506 are triadic colors.

2 #060555 and #055506 with #550506 are triadic colors.