Color Hex Logo

#552136 Color Hex

#552136
(85,33,54)
0 Favorites   0 Comments

Color spaces of #552136

RGB 853354
HSL0.930.440.23
HSV336°61°33°
CMYK 0.000.610.36   0.67
XYZ4.95603.28533.8630
Yxy3.28530.40940.2714
Hunter Lab18.125417.08750.0515
CIE-Lab21.152126.6578-1.6628

#552136 color RGB value is (85,33,54).

#552136 hex color red value is 85, green value is 33 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #552136 hue: 0.93 , saturation: 0.44 and the lightness value of 552136 is 0.23.

The process color (four color CMYK) of #552136 color hex is 0.00, 0.61, 0.36, 0.67. Web safe color of #552136 is #663333. Color #552136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00110110
Octal 125 41 66
Decimal 85 33 54
Hex 55 21 36

RGB Percentages of Color #552136

%49.42
%19.19
%31.40

CMYK Percentages of Color #552136

%0
%61
%36
%67

Triadic Colors of #552136

#552136 #365521 #213655

Analogous Colors of #552136

#552136 #552621 #552150

Monochromatic Colors of #552136

#552136

Complementary Color

#552136 #215540

#552136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552136 Color CSS Codes

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

#552136 Text Font Color

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

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


#552136 Background Color

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

This div background color is #552136


#552136 Border Color

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

This div border color is #552136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552136


Comments

No comments written yet.

Please login to write comment.