Color Hex Logo

#51556b Color Hex

#51556B
(81,85,107)
0 Favorites   0 Comments

Color spaces of #51556b

RGB 8185107
HSL0.640.140.37
HSV231°24°42°
CMYK 0.240.210.00   0.58
XYZ9.29579.307915.2166
Yxy9.30790.27490.2752
Hunter Lab30.50890.9964-8.2153
CIE-Lab36.57053.7689-13.1497

#51556b color RGB value is (81,85,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 01101011
Octal 121 125 153
Decimal 81 85 107
Hex 51 55 6B

RGB Percentages of Color #51556b

%29.67
%31.14
%39.19

CMYK Percentages of Color #51556b

%24
%21
%0
%58

Triadic Colors of #51556b

#51556b #6b5155 #556b51

Analogous Colors of #51556b

#51556b #5a516b #51626b

Monochromatic Colors of #51556b

#51556b

Complementary Color

#51556b #6b6751

#51556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51556b Color CSS Codes

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

#51556b Text Font Color

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

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


#51556b Background Color

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

This div background color is #51556b


#51556b Border Color

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

This div border color is #51556b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,85,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 #51556b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51556b


Comments

No comments written yet.

Please login to write comment.