Color Hex Logo

#56867b Color Hex

#56867B
(86,134,123)
0 Favorites   0 Comments

Color spaces of #56867b

RGB 86134123
HSL0.460.220.43
HSV166°36°53°
CMYK 0.360.000.08   0.47
XYZ15.938020.458721.8478
Yxy20.45870.27360.3513
Hunter Lab45.2313-16.25733.0234
CIE-Lab52.3519-18.90020.7601

#56867b color RGB value is (86,134,123).

#56867b hex color red value is 86, green value is 134 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #56867b hue: 0.46 , saturation: 0.22 and the lightness value of 56867b is 0.43.

The process color (four color CMYK) of #56867b color hex is 0.36, 0.00, 0.08, 0.47. Web safe color of #56867b is #669966. Color #56867b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000110 01111011
Octal 126 206 173
Decimal 86 134 123
Hex 56 86 7B

RGB Percentages of Color #56867b

%25.07
%39.07
%35.86

CMYK Percentages of Color #56867b

%36
%0
%8
%47

Triadic Colors of #56867b

#56867b #7b5686 #867b56

Analogous Colors of #56867b

#56867b #567986 #568663

Monochromatic Colors of #56867b

#56867b

Complementary Color

#56867b #865661

#56867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56867b Color CSS Codes

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

#56867b Text Font Color

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

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


#56867b Background Color

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

This div background color is #56867b


#56867b Border Color

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

This div border color is #56867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56867b


Comments

No comments written yet.

Please login to write comment.