Color Hex Logo

#56a558 Color Hex

#56A558
(86,165,88)
0 Favorites   0 Comments

Color spaces of #56a558

RGB 8616588
HSL0.340.310.49
HSV122°48°65°
CMYK 0.480.000.47   0.35
XYZ19.054329.593313.9403
Yxy29.59330.30440.4728
Hunter Lab54.3997-32.677322.8863
CIE-Lab61.3017-40.565232.4772

#56a558 color RGB value is (86,165,88).

#56a558 hex color red value is 86, green value is 165 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #56a558 hue: 0.34 , saturation: 0.31 and the lightness value of 56a558 is 0.49.

The process color (four color CMYK) of #56a558 color hex is 0.48, 0.00, 0.47, 0.35. Web safe color of #56a558 is #669966. Color #56a558 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10100101 01011000
Octal 126 245 130
Decimal 86 165 88
Hex 56 A5 58

RGB Percentages of Color #56a558

%25.37
%48.67
%25.96

CMYK Percentages of Color #56a558

%48
%0
%47
%35

Triadic Colors of #56a558

#56a558 #5856a5 #a55856

Analogous Colors of #56a558

#56a558 #56a580 #7ca556

Monochromatic Colors of #56a558

#56a558

Complementary Color

#56a558 #a556a3

#56a558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56a558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#56a558 Color CSS Codes

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

#56a558 Text Font Color

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

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


#56a558 Background Color

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

This div background color is #56a558


#56a558 Border Color

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

This div border color is #56a558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56a558


Comments

No comments written yet.

Please login to write comment.