Color Hex Logo

#513755 Color Hex

#513755
(81,55,85)
0 Favorites   0 Comments

Color spaces of #513755

RGB 815585
HSL0.810.210.27
HSV292°35°33°
CMYK 0.050.350.00   0.67
XYZ6.39925.13769.2487
Yxy5.13760.30790.2472
Hunter Lab22.666310.7286-8.3262
CIE-Lab27.123217.5309-13.5660

#513755 color RGB value is (81,55,85).

#513755 hex color red value is 81, green value is 55 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #513755 hue: 0.81 , saturation: 0.21 and the lightness value of 513755 is 0.27.

The process color (four color CMYK) of #513755 color hex is 0.05, 0.35, 0.00, 0.67. Web safe color of #513755 is #663366. Color #513755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 01010101
Octal 121 67 125
Decimal 81 55 85
Hex 51 37 55

RGB Percentages of Color #513755

%36.65
%24.89
%38.46

CMYK Percentages of Color #513755

%5
%35
%0
%67

Triadic Colors of #513755

#513755 #555137 #375551

Analogous Colors of #513755

#513755 #55374a #423755

Monochromatic Colors of #513755

#513755

Complementary Color

#513755 #3b5537

#513755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513755 Color CSS Codes

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

#513755 Text Font Color

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

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


#513755 Background Color

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

This div background color is #513755


#513755 Border Color

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

This div border color is #513755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513755


Comments

No comments written yet.

Please login to write comment.