Color Hex Logo

#515d7d Color Hex

#515D7D
(81,93,125)
0 Favorites   0 Comments

Color spaces of #515d7d

RGB 8193125
HSL0.620.210.40
HSV224°35°49°
CMYK 0.350.260.00   0.51
XYZ11.009411.058720.9563
Yxy11.05870.25590.2570
Hunter Lab33.25460.8993-14.0850
CIE-Lab39.67923.7352-19.4747

#515d7d color RGB value is (81,93,125).

#515d7d hex color red value is 81, green value is 93 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #515d7d hue: 0.62 , saturation: 0.21 and the lightness value of 515d7d is 0.40.

The process color (four color CMYK) of #515d7d color hex is 0.35, 0.26, 0.00, 0.51. Web safe color of #515d7d is #666666. Color #515d7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 01111101
Octal 121 135 175
Decimal 81 93 125
Hex 51 5D 7D

RGB Percentages of Color #515d7d

%27.09
%31.10
%41.81

CMYK Percentages of Color #515d7d

%35
%26
%0
%51

Triadic Colors of #515d7d

#515d7d #7d515d #5d7d51

Analogous Colors of #515d7d

#515d7d #5b517d #51737d

Monochromatic Colors of #515d7d

#515d7d

Complementary Color

#515d7d #7d7151

#515d7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515d7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#515d7d Color CSS Codes

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

#515d7d Text Font Color

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

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


#515d7d Background Color

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

This div background color is #515d7d


#515d7d Border Color

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

This div border color is #515d7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515d7d


Comments

No comments written yet.

Please login to write comment.