Color Hex Logo

#515963 Color Hex

#515963
(81,89,99)
1 Favorites   0 Comments

Color spaces of #515963

RGB 818999
HSL0.590.100.35
HSV213°18°39°
CMYK 0.180.100.00   0.61
XYZ9.21789.794913.2092
Yxy9.79490.28610.3040
Hunter Lab31.2968-2.1961-3.1163
CIE-Lab37.4718-0.7614-6.8149

#515963 color RGB value is (81,89,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011001 01100011
Octal 121 131 143
Decimal 81 89 99
Hex 51 59 63

RGB Percentages of Color #515963

%30.11
%33.09
%36.80

CMYK Percentages of Color #515963

%18
%10
%0
%61

Triadic Colors of #515963

#515963 #635159 #596351

Analogous Colors of #515963

#515963 #525163 #516263

Monochromatic Colors of #515963

#515963

Complementary Color

#515963 #635b51

#515963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515963 Color CSS Codes

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

#515963 Text Font Color

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

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


#515963 Background Color

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

This div background color is #515963


#515963 Border Color

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

This div border color is #515963


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,89,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 #515963">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515963

#515963 Color Palettes


Comments

No comments written yet.

Please login to write comment.