Color Hex Logo

#513e5d Color Hex

#513E5D
(81,62,93)
0 Favorites   0 Comments

Color spaces of #513e5d

RGB 816293
HSL0.770.200.30
HSV277°33°36°
CMYK 0.130.330.00   0.64
XYZ7.09175.984911.1373
Yxy5.98490.29290.2472
Hunter Lab24.46418.9319-9.8670
CIE-Lab29.374314.9154-15.3025

#513e5d color RGB value is (81,62,93).

#513e5d hex color red value is 81, green value is 62 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #513e5d hue: 0.77 , saturation: 0.20 and the lightness value of 513e5d is 0.30.

The process color (four color CMYK) of #513e5d color hex is 0.13, 0.33, 0.00, 0.64. Web safe color of #513e5d is #663366. Color #513e5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 01011101
Octal 121 76 135
Decimal 81 62 93
Hex 51 3E 5D

RGB Percentages of Color #513e5d

%34.32
%26.27
%39.41

CMYK Percentages of Color #513e5d

%13
%33
%0
%64

Triadic Colors of #513e5d

#513e5d #5d513e #3e5d51

Analogous Colors of #513e5d

#513e5d #5d3e5a #423e5d

Monochromatic Colors of #513e5d

#513e5d

Complementary Color

#513e5d #4a5d3e

#513e5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513e5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#513e5d Color CSS Codes

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

#513e5d Text Font Color

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

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


#513e5d Background Color

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

This div background color is #513e5d


#513e5d Border Color

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

This div border color is #513e5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,62,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513e5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513e5d;
  -webkit-box-shadow: 1px 1px 3px 2px #513e5d;
  box-shadow:         1px 1px 3px 2px #513e5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513e5d


Comments

No comments written yet.

Please login to write comment.