Color Hex Logo

#515856 Color Hex

#515856
(81,88,86)
0 Favorites   0 Comments

Color spaces of #515856

RGB 818886
HSL0.450.040.33
HSV163°35°
CMYK 0.080.000.02   0.65
XYZ8.56289.400710.1673
Yxy9.40070.30440.3342
Hunter Lab30.6606-3.80501.8013
CIE-Lab36.7446-3.20240.2032

#515856 color RGB value is (81,88,86).

#515856 hex color red value is 81, green value is 88 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #515856 hue: 0.45 , saturation: 0.04 and the lightness value of 515856 is 0.33.

The process color (four color CMYK) of #515856 color hex is 0.08, 0.00, 0.02, 0.65. Web safe color of #515856 is #666666. Color #515856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 01010110
Octal 121 130 126
Decimal 81 88 86
Hex 51 58 56

RGB Percentages of Color #515856

%31.76
%34.51
%33.73

CMYK Percentages of Color #515856

%8
%0
%2
%65

Triadic Colors of #515856

#515856 #565158 #585651

Analogous Colors of #515856

#515856 #515758 #515853

Monochromatic Colors of #515856

#515856

Complementary Color

#515856 #585153

#515856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515856 Color CSS Codes

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

#515856 Text Font Color

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

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


#515856 Background Color

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

This div background color is #515856


#515856 Border Color

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

This div border color is #515856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515856


Comments

No comments written yet.

Please login to write comment.