Color Hex Logo

#515763 Color Hex

#515763
(81,87,99)
0 Favorites   0 Comments

Color spaces of #515763

RGB 818799
HSL0.610.100.35
HSV220°18°39°
CMYK 0.180.120.00   0.61
XYZ9.05379.466613.1544
Yxy9.46660.28580.2989
Hunter Lab30.7678-1.3186-3.8112
CIE-Lab36.86760.4716-7.7196

#515763 color RGB value is (81,87,99).

#515763 hex color red value is 81, green value is 87 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #515763 hue: 0.61 , saturation: 0.10 and the lightness value of 515763 is 0.35.

The process color (four color CMYK) of #515763 color hex is 0.18, 0.12, 0.00, 0.61. Web safe color of #515763 is #666666. Color #515763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 01100011
Octal 121 127 143
Decimal 81 87 99
Hex 51 57 63

RGB Percentages of Color #515763

%30.34
%32.58
%37.08

CMYK Percentages of Color #515763

%18
%12
%0
%61

Triadic Colors of #515763

#515763 #635157 #576351

Analogous Colors of #515763

#515763 #545163 #516063

Monochromatic Colors of #515763

#515763

Complementary Color

#515763 #635d51

#515763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515763 Color CSS Codes

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

#515763 Text Font Color

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

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


#515763 Background Color

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

This div background color is #515763


#515763 Border Color

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

This div border color is #515763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515763


Comments

No comments written yet.

Please login to write comment.