Color Hex Logo

#55583f Color Hex

#55583F
(85,88,63)
0 Favorites   0 Comments

Color spaces of #55583f

RGB 858863
HSL0.190.170.30
HSV67°28°35°
CMYK 0.030.000.28   0.65
XYZ8.13329.26966.0632
Yxy9.26960.34660.3950
Hunter Lab30.4460-5.59699.5049
CIE-Lab36.4983-5.953614.1405

#55583f color RGB value is (85,88,63).

#55583f hex color red value is 85, green value is 88 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #55583f hue: 0.19 , saturation: 0.17 and the lightness value of 55583f is 0.30.

The process color (four color CMYK) of #55583f color hex is 0.03, 0.00, 0.28, 0.65. Web safe color of #55583f is #666633. Color #55583f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 00111111
Octal 125 130 77
Decimal 85 88 63
Hex 55 58 3F

RGB Percentages of Color #55583f

%36.02
%37.29
%26.69

CMYK Percentages of Color #55583f

%3
%0
%28
%65

Triadic Colors of #55583f

#55583f #3f5558 #583f55

Analogous Colors of #55583f

#55583f #49583f #584f3f

Monochromatic Colors of #55583f

#55583f

Complementary Color

#55583f #423f58

#55583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55583f Color CSS Codes

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

#55583f Text Font Color

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

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


#55583f Background Color

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

This div background color is #55583f


#55583f Border Color

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

This div border color is #55583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55583f


Comments

No comments written yet.

Please login to write comment.