Color Hex Logo

#551842 Color Hex

#551842
(85,24,66)
0 Favorites   0 Comments

Color spaces of #551842

RGB 852466
HSL0.890.560.21
HSV319°72°33°
CMYK 0.000.720.22   0.67
XYZ5.05632.97795.4626
Yxy2.97790.37460.2206
Hunter Lab17.256622.1027-6.6887
CIE-Lab19.955233.0686-11.7721

#551842 color RGB value is (85,24,66).

#551842 hex color red value is 85, green value is 24 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #551842 hue: 0.89 , saturation: 0.56 and the lightness value of 551842 is 0.21.

The process color (four color CMYK) of #551842 color hex is 0.00, 0.72, 0.22, 0.67. Web safe color of #551842 is #660033. Color #551842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 01000010
Octal 125 30 102
Decimal 85 24 66
Hex 55 18 42

RGB Percentages of Color #551842

%48.57
%13.71
%37.71

CMYK Percentages of Color #551842

%0
%72
%22
%67

Triadic Colors of #551842

#551842 #425518 #184255

Analogous Colors of #551842

#551842 #551824 #491855

Monochromatic Colors of #551842

#551842

Complementary Color

#551842 #18552b

#551842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#551842 Color CSS Codes

.mybgcolor {background-color:#551842; } 
.myforecolor {color:#551842; }
.mybordercolor {border:3px solid #551842; }

#551842 Text Font Color

<p style="color:#551842">Text here</p>

This sample text font color is #551842
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#551842 Background Color

<div style="background-color:#551842">
Div content here</div>

This div background color is #551842


#551842 Border Color

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

This div border color is #551842


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,24,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #551842; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #551842;
  -webkit-box-shadow: 1px 1px 3px 2px #551842;
  box-shadow:         1px 1px 3px 2px #551842; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,24,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #551842">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #551842;
  -webkit-box-shadow: 1px 1px 3px 2px #551842;
  box-shadow:         1px 1px 3px 2px #551842;">
Div content here</div>

This div box has shadow with color #551842

#551842 Color Palettes


Comments

No comments written yet.

Please login to write comment.