Color Hex Logo

#51576b Color Hex

#51576B
(81,87,107)
0 Favorites   0 Comments

Color spaces of #51576b

RGB 8187107
HSL0.630.140.37
HSV226°24°42°
CMYK 0.240.190.00   0.58
XYZ9.45549.627315.2698
Yxy9.62730.27520.2803
Hunter Lab31.02790.0971-7.4589
CIE-Lab37.16502.5178-12.2454

#51576b color RGB value is (81,87,107).

#51576b hex color red value is 81, green value is 87 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #51576b hue: 0.63 , saturation: 0.14 and the lightness value of 51576b is 0.37.

The process color (four color CMYK) of #51576b color hex is 0.24, 0.19, 0.00, 0.58. Web safe color of #51576b is #666666. Color #51576b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 01101011
Octal 121 127 153
Decimal 81 87 107
Hex 51 57 6B

RGB Percentages of Color #51576b

%29.45
%31.64
%38.91

CMYK Percentages of Color #51576b

%24
%19
%0
%58

Triadic Colors of #51576b

#51576b #6b5157 #576b51

Analogous Colors of #51576b

#51576b #58516b #51646b

Monochromatic Colors of #51576b

#51576b

Complementary Color

#51576b #6b6551

#51576b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51576b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51576b Color CSS Codes

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

#51576b Text Font Color

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

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


#51576b Background Color

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

This div background color is #51576b


#51576b Border Color

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

This div border color is #51576b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,87,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51576b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51576b;
  -webkit-box-shadow: 1px 1px 3px 2px #51576b;
  box-shadow:         1px 1px 3px 2px #51576b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51576b

#51576b Color Palettes


Comments

No comments written yet.

Please login to write comment.