Color Hex Logo

#51485c Color Hex

#51485C
(81,72,92)
0 Favorites   0 Comments

Color spaces of #51485c

RGB 817292
HSL0.740.120.32
HSV267°22°36°
CMYK 0.120.220.00   0.64
XYZ7.64257.156811.1038
Yxy7.15680.29500.2763
Hunter Lab26.75224.1771-5.8824
CIE-Lab32.16128.2172-10.4036

#51485c color RGB value is (81,72,92).

#51485c hex color red value is 81, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #51485c hue: 0.74 , saturation: 0.12 and the lightness value of 51485c is 0.32.

The process color (four color CMYK) of #51485c color hex is 0.12, 0.22, 0.00, 0.64. Web safe color of #51485c is #663366. Color #51485c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 01011100
Octal 121 110 134
Decimal 81 72 92
Hex 51 48 5C

RGB Percentages of Color #51485c

%33.06
%29.39
%37.55

CMYK Percentages of Color #51485c

%12
%22
%0
%64

Triadic Colors of #51485c

#51485c #5c5148 #485c51

Analogous Colors of #51485c

#51485c #5b485c #48495c

Monochromatic Colors of #51485c

#51485c

Complementary Color

#51485c #535c48

#51485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51485c Color CSS Codes

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

#51485c Text Font Color

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

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


#51485c Background Color

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

This div background color is #51485c


#51485c Border Color

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

This div border color is #51485c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,72,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51485c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51485c;
  -webkit-box-shadow: 1px 1px 3px 2px #51485c;
  box-shadow:         1px 1px 3px 2px #51485c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51485c


Comments

No comments written yet.

Please login to write comment.