Color Hex Logo

#56517b Color Hex

#56517B
(86,81,123)
0 Favorites   0 Comments

Color spaces of #56517b

RGB 8681123
HSL0.690.210.40
HSV247°34°48°
CMYK 0.300.340.00   0.52
XYZ10.35539.293419.9869
Yxy9.29340.26130.2345
Hunter Lab30.48517.2847-17.5327
CIE-Lab36.543212.3266-23.0729

#56517b color RGB value is (86,81,123).

#56517b hex color red value is 86, green value is 81 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #56517b hue: 0.69 , saturation: 0.21 and the lightness value of 56517b is 0.40.

The process color (four color CMYK) of #56517b color hex is 0.30, 0.34, 0.00, 0.52. Web safe color of #56517b is #666666. Color #56517b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 01111011
Octal 126 121 173
Decimal 86 81 123
Hex 56 51 7B

RGB Percentages of Color #56517b

%29.66
%27.93
%42.41

CMYK Percentages of Color #56517b

%30
%34
%0
%52

Triadic Colors of #56517b

#56517b #7b5651 #517b56

Analogous Colors of #56517b

#56517b #6b517b #51617b

Monochromatic Colors of #56517b

#56517b

Complementary Color

#56517b #767b51

#56517b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56517b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56517b Color CSS Codes

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

#56517b Text Font Color

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

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


#56517b Background Color

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

This div background color is #56517b


#56517b Border Color

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

This div border color is #56517b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56517b


Comments

No comments written yet.

Please login to write comment.