Color Hex Logo

#555529 Color Hex

#555529
(85,85,41)
0 Favorites   0 Comments

Color spaces of #555529

RGB 858541
HSL0.170.350.25
HSV60°52°33°
CMYK 0.000.000.52   0.67
XYZ7.39518.58843.3658
Yxy8.58840.38220.4439
Hunter Lab29.3060-6.242613.7047
CIE-Lab35.1794-7.146525.4722

#555529 color RGB value is (85,85,41).

#555529 hex color red value is 85, green value is 85 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #555529 hue: 0.17 , saturation: 0.35 and the lightness value of 555529 is 0.25.

The process color (four color CMYK) of #555529 color hex is 0.00, 0.00, 0.52, 0.67. Web safe color of #555529 is #666633. Color #555529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 00101001
Octal 125 125 51
Decimal 85 85 41
Hex 55 55 29

RGB Percentages of Color #555529

%40.28
%40.28
%19.43

CMYK Percentages of Color #555529

%0
%0
%52
%67

Triadic Colors of #555529

#555529 #295555 #552955

Analogous Colors of #555529

#555529 #3f5529 #553f29

Monochromatic Colors of #555529

#555529

Complementary Color

#555529 #292955

#555529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555529 Color CSS Codes

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

#555529 Text Font Color

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

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


#555529 Background Color

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

This div background color is #555529


#555529 Border Color

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

This div border color is #555529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555529


Comments

No comments written yet.

Please login to write comment.