Color Hex Logo

#565301 Color Hex

#565301
(86,83,1)
0 Favorites   0 Comments

Color spaces of #565301

RGB 86831
HSL0.160.980.17
HSV58°99°34°
CMYK 0.000.030.99   0.66
XYZ6.93658.16711.2395
Yxy8.16710.42440.4997
Hunter Lab28.5781-6.686117.4332
CIE-Lab34.3285-7.985641.7823

#565301 color RGB value is (86,83,1).

#565301 hex color red value is 86, green value is 83 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #565301 hue: 0.16 , saturation: 0.98 and the lightness value of 565301 is 0.17.

The process color (four color CMYK) of #565301 color hex is 0.00, 0.03, 0.99, 0.66. Web safe color of #565301 is #666600. Color #565301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010011 00000001
Octal 126 123 1
Decimal 86 83 1
Hex 56 53 1

RGB Percentages of Color #565301

%50.59
%48.82
%0.59

CMYK Percentages of Color #565301

%0
%3
%99
%66

Triadic Colors of #565301

#565301 #015653 #530156

Analogous Colors of #565301

#565301 #2f5601 #562901

Monochromatic Colors of #565301

#565301

Complementary Color

#565301 #010456

#565301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565301 Color CSS Codes

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

#565301 Text Font Color

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

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


#565301 Background Color

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

This div background color is #565301


#565301 Border Color

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

This div border color is #565301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565301


Comments

No comments written yet.

Please login to write comment.