Color Hex Logo

#56737b Color Hex

#56737B
(86,115,123)
0 Favorites   0 Comments

Color spaces of #56737b

RGB 86115123
HSL0.540.180.41
HSV193°30°48°
CMYK 0.300.070.00   0.52
XYZ13.543615.670021.0497
Yxy15.67000.26950.3118
Hunter Lab39.5854-8.2030-3.8180
CIE-Lab46.5385-8.4055-7.8195

#56737b color RGB value is (86,115,123).

#56737b hex color red value is 86, green value is 115 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #56737b hue: 0.54 , saturation: 0.18 and the lightness value of 56737b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110011 01111011
Octal 126 163 173
Decimal 86 115 123
Hex 56 73 7B

RGB Percentages of Color #56737b

%26.54
%35.49
%37.96

CMYK Percentages of Color #56737b

%30
%7
%0
%52

Triadic Colors of #56737b

#56737b #7b5673 #737b56

Analogous Colors of #56737b

#56737b #56617b #567b71

Monochromatic Colors of #56737b

#56737b

Complementary Color

#56737b #7b5e56

#56737b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56737b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56737b Color CSS Codes

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

#56737b Text Font Color

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

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


#56737b Background Color

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

This div background color is #56737b


#56737b Border Color

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

This div border color is #56737b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56737b


Comments

No comments written yet.

Please login to write comment.