Color Hex Logo

#515263 Color Hex

#515263
(81,82,99)
0 Favorites   0 Comments

Color spaces of #515263

RGB 818299
HSL0.660.100.35
HSV237°18°39°
CMYK 0.180.170.00   0.61
XYZ8.66288.684813.0241
Yxy8.68480.28520.2860
Hunter Lab29.47000.8982-5.5739
CIE-Lab35.37023.5909-9.9737

#515263 color RGB value is (81,82,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010010 01100011
Octal 121 122 143
Decimal 81 82 99
Hex 51 52 63

RGB Percentages of Color #515263

%30.92
%31.30
%37.79

CMYK Percentages of Color #515263

%18
%17
%0
%61

Triadic Colors of #515263

#515263 #635152 #526351

Analogous Colors of #515263

#515263 #595163 #515b63

Monochromatic Colors of #515263

#515263

Complementary Color

#515263 #636251

#515263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515263 Color CSS Codes

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

#515263 Text Font Color

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

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


#515263 Background Color

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

This div background color is #515263


#515263 Border Color

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

This div border color is #515263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515263


Comments

No comments written yet.

Please login to write comment.