Color Hex Logo

#56b555 Color Hex

#56B555
(86,181,85)
0 Favorites   0 Comments

Color spaces of #56b555

RGB 8618185
HSL0.330.390.52
HSV119°53°71°
CMYK 0.520.000.53   0.29
XYZ22.001335.682114.3221
Yxy35.68210.30560.4955
Hunter Lab59.7345-38.790627.5986
CIE-Lab66.2763-47.638140.1421

#56b555 color RGB value is (86,181,85).

#56b555 hex color red value is 86, green value is 181 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #56b555 hue: 0.33 , saturation: 0.39 and the lightness value of 56b555 is 0.52.

The process color (four color CMYK) of #56b555 color hex is 0.52, 0.00, 0.53, 0.29. Web safe color of #56b555 is #66cc66. Color #56b555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10110101 01010101
Octal 126 265 125
Decimal 86 181 85
Hex 56 B5 55

RGB Percentages of Color #56b555

%24.43
%51.42
%24.15

CMYK Percentages of Color #56b555

%52
%0
%53
%29

Triadic Colors of #56b555

#56b555 #5556b5 #b55556

Analogous Colors of #56b555

#56b555 #55b584 #86b555

Monochromatic Colors of #56b555

#56b555

Complementary Color

#56b555 #b455b5

#56b555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56b555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56b555 Color CSS Codes

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

#56b555 Text Font Color

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

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


#56b555 Background Color

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

This div background color is #56b555


#56b555 Border Color

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

This div border color is #56b555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56b555


Comments

No comments written yet.

Please login to write comment.