Color Hex Logo

#55201f Color Hex

#55201F
(85,32,31)
1 Favorites   0 Comments

Color spaces of #55201f

RGB 853231
HSL0.000.470.23
HSV64°33°
CMYK 0.000.620.64   0.67
XYZ4.51013.06321.6499
Yxy3.06320.48900.3321
Hunter Lab17.502015.36936.6622
CIE-Lab20.295224.571913.0867

#55201f color RGB value is (85,32,31).

#55201f hex color red value is 85, green value is 32 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #55201f hue: 0.00 , saturation: 0.47 and the lightness value of 55201f is 0.23.

The process color (four color CMYK) of #55201f color hex is 0.00, 0.62, 0.64, 0.67. Web safe color of #55201f is #663333. Color #55201f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100000 00011111
Octal 125 40 37
Decimal 85 32 31
Hex 55 20 1F

RGB Percentages of Color #55201f

%57.43
%21.62
%20.95

CMYK Percentages of Color #55201f

%0
%62
%64
%67

Triadic Colors of #55201f

#55201f #1f5520 #201f55

Analogous Colors of #55201f

#55201f #553b1f #551f39

Monochromatic Colors of #55201f

#55201f

Complementary Color

#55201f #1f5455

#55201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55201f Color CSS Codes

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

#55201f Text Font Color

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

This sample text font color is #55201f
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.


#55201f Background Color

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

This div background color is #55201f


#55201f Border Color

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

This div border color is #55201f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,32,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55201f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55201f;
  -webkit-box-shadow: 1px 1px 3px 2px #55201f;
  box-shadow:         1px 1px 3px 2px #55201f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55201f

#55201f Color Palettes


Comments

No comments written yet.

Please login to write comment.