Color Hex Logo

#565508 Color Hex

#565508
(86,85,8)
0 Favorites   0 Comments

Color spaces of #565508

RGB 86858
HSL0.160.830.18
HSV59°91°34°
CMYK 0.000.010.91   0.66
XYZ7.13018.49301.4932
Yxy8.49300.41660.4962
Hunter Lab29.1428-7.327817.3621
CIE-Lab34.9892-8.907440.0403

#565508 color RGB value is (86,85,8).

#565508 hex color red value is 86, green value is 85 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #565508 hue: 0.16 , saturation: 0.83 and the lightness value of 565508 is 0.18.

The process color (four color CMYK) of #565508 color hex is 0.00, 0.01, 0.91, 0.66. Web safe color of #565508 is #666600. Color #565508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 00001000
Octal 126 125 10
Decimal 86 85 8
Hex 56 55 8

RGB Percentages of Color #565508

%48.04
%47.49
%4.47

CMYK Percentages of Color #565508

%0
%1
%91
%66

Triadic Colors of #565508

#565508 #085655 #550856

Analogous Colors of #565508

#565508 #305608 #562e08

Monochromatic Colors of #565508

#565508

Complementary Color

#565508 #080956

#565508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565508 Color CSS Codes

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

#565508 Text Font Color

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

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


#565508 Background Color

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

This div background color is #565508


#565508 Border Color

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

This div border color is #565508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565508


Comments

No comments written yet.

Please login to write comment.