Color Hex Logo

#552135 Color Hex

#552135
(85,33,53)
0 Favorites   0 Comments

Color spaces of #552135

RGB 853353
HSL0.940.440.23
HSV337°61°33°
CMYK 0.000.610.38   0.67
XYZ4.93283.27603.7405
Yxy3.27600.41280.2742
Hunter Lab18.099716.97290.4169
CIE-Lab21.117026.5171-1.0212

#552135 color RGB value is (85,33,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00110101
Octal 125 41 65
Decimal 85 33 53
Hex 55 21 35

RGB Percentages of Color #552135

%49.71
%19.30
%30.99

CMYK Percentages of Color #552135

%0
%61
%38
%67

Triadic Colors of #552135

#552135 #355521 #213555

Analogous Colors of #552135

#552135 #552721 #55214f

Monochromatic Colors of #552135

#552135

Complementary Color

#552135 #215541

#552135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552135 Color CSS Codes

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

#552135 Text Font Color

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

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


#552135 Background Color

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

This div background color is #552135


#552135 Border Color

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

This div border color is #552135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552135


Comments

No comments written yet.

Please login to write comment.