Color Hex Logo

#56580a Color Hex

#56580A
(86,88,10)
0 Favorites   0 Comments

Color spaces of #56580a

RGB 868810
HSL0.170.800.19
HSV62°89°35°
CMYK 0.020.000.89   0.65
XYZ7.38238.97981.6313
Yxy8.97980.41030.4991
Hunter Lab29.9663-8.467017.7488
CIE-Lab35.9454-10.571240.2563

#56580a color RGB value is (86,88,10).

#56580a hex color red value is 86, green value is 88 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #56580a hue: 0.17 , saturation: 0.80 and the lightness value of 56580a is 0.19.

The process color (four color CMYK) of #56580a color hex is 0.02, 0.00, 0.89, 0.65. Web safe color of #56580a is #666600. Color #56580a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011000 00001010
Octal 126 130 12
Decimal 86 88 10
Hex 56 58 A

RGB Percentages of Color #56580a

%46.74
%47.83
%5.43

CMYK Percentages of Color #56580a

%2
%0
%89
%65

Triadic Colors of #56580a

#56580a #0a5658 #580a56

Analogous Colors of #56580a

#56580a #2f580a #58330a

Monochromatic Colors of #56580a

#56580a

Complementary Color

#56580a #0c0a58

#56580a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56580a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56580a Color CSS Codes

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

#56580a Text Font Color

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

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


#56580a Background Color

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

This div background color is #56580a


#56580a Border Color

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

This div border color is #56580a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56580a


Comments

No comments written yet.

Please login to write comment.