Color Hex Logo

#555217 Color Hex

#555217
(85,82,23)
0 Favorites   0 Comments

Color spaces of #555217

RGB 858223
HSL0.160.570.21
HSV57°73°33°
CMYK 0.000.040.73   0.67
XYZ6.91838.02771.9955
Yxy8.02770.40840.4738
Hunter Lab28.3332-5.997615.6575
CIE-Lab34.0405-6.927233.5464

#555217 color RGB value is (85,82,23).

#555217 hex color red value is 85, green value is 82 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #555217 hue: 0.16 , saturation: 0.57 and the lightness value of 555217 is 0.21.

The process color (four color CMYK) of #555217 color hex is 0.00, 0.04, 0.73, 0.67. Web safe color of #555217 is #666600. Color #555217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 00010111
Octal 125 122 27
Decimal 85 82 23
Hex 55 52 17

RGB Percentages of Color #555217

%44.74
%43.16
%12.11

CMYK Percentages of Color #555217

%0
%4
%73
%67

Triadic Colors of #555217

#555217 #175552 #521755

Analogous Colors of #555217

#555217 #395517 #553317

Monochromatic Colors of #555217

#555217

Complementary Color

#555217 #171a55

#555217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555217 Color CSS Codes

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

#555217 Text Font Color

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

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


#555217 Background Color

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

This div background color is #555217


#555217 Border Color

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

This div border color is #555217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555217


Comments

No comments written yet.

Please login to write comment.