Color Hex Logo

#566053 Color Hex

#566053
(86,96,83)
0 Favorites   0 Comments

Color spaces of #566053

RGB 869683
HSL0.290.070.35
HSV106°14°38°
CMYK 0.100.000.14   0.62
XYZ9.582010.96879.7958
Yxy10.96870.31580.3614
Hunter Lab33.1190-6.31475.6468
CIE-Lab39.5277-6.63676.1205

#566053 color RGB value is (86,96,83).

#566053 hex color red value is 86, green value is 96 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #566053 hue: 0.29 , saturation: 0.07 and the lightness value of 566053 is 0.35.

The process color (four color CMYK) of #566053 color hex is 0.10, 0.00, 0.14, 0.62. Web safe color of #566053 is #666666. Color #566053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 01010011
Octal 126 140 123
Decimal 86 96 83
Hex 56 60 53

RGB Percentages of Color #566053

%32.45
%36.23
%31.32

CMYK Percentages of Color #566053

%10
%0
%14
%62

Triadic Colors of #566053

#566053 #535660 #605356

Analogous Colors of #566053

#566053 #536057 #5d6053

Monochromatic Colors of #566053

#566053

Complementary Color

#566053 #5d5360

#566053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566053 Color CSS Codes

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

#566053 Text Font Color

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

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


#566053 Background Color

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

This div background color is #566053


#566053 Border Color

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

This div border color is #566053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566053


Comments

No comments written yet.

Please login to write comment.