Color Hex Logo

#555028 Color Hex

#555028
(85,80,40)
0 Favorites   0 Comments

Color spaces of #555028

RGB 858040
HSL0.150.360.25
HSV53°53°33°
CMYK 0.000.060.53   0.67
XYZ6.99807.82183.1484
Yxy7.82180.38950.4353
Hunter Lab27.9675-4.279012.9027
CIE-Lab33.6090-4.268524.1462

#555028 color RGB value is (85,80,40).

#555028 hex color red value is 85, green value is 80 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #555028 hue: 0.15 , saturation: 0.36 and the lightness value of 555028 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 00101000
Octal 125 120 50
Decimal 85 80 40
Hex 55 50 28

RGB Percentages of Color #555028

%41.46
%39.02
%19.51

CMYK Percentages of Color #555028

%0
%6
%53
%67

Triadic Colors of #555028

#555028 #285550 #502855

Analogous Colors of #555028

#555028 #445528 #553a28

Monochromatic Colors of #555028

#555028

Complementary Color

#555028 #282d55

#555028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555028 Color CSS Codes

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

#555028 Text Font Color

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

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


#555028 Background Color

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

This div background color is #555028


#555028 Border Color

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

This div border color is #555028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555028


Comments

No comments written yet.

Please login to write comment.