Color Hex Logo

#56898d Color Hex

#56898D
(86,137,141)
0 Favorites   0 Comments

Color spaces of #56898d

RGB 86137141
HSL0.510.240.45
HSV184°39°55°
CMYK 0.390.030.00   0.45
XYZ17.591121.792828.4786
Yxy21.79280.25920.3211
Hunter Lab46.6828-14.4321-3.4917
CIE-Lab53.8065-15.9490-7.5476

#56898d color RGB value is (86,137,141).

#56898d hex color red value is 86, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #56898d hue: 0.51 , saturation: 0.24 and the lightness value of 56898d is 0.45.

The process color (four color CMYK) of #56898d color hex is 0.39, 0.03, 0.00, 0.45. Web safe color of #56898d is #669999. Color #56898d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001001 10001101
Octal 126 211 215
Decimal 86 137 141
Hex 56 89 8D

RGB Percentages of Color #56898d

%23.63
%37.64
%38.74

CMYK Percentages of Color #56898d

%39
%3
%0
%45

Triadic Colors of #56898d

#56898d #8d5689 #898d56

Analogous Colors of #56898d

#56898d #566e8d #568d76

Monochromatic Colors of #56898d

#56898d

Complementary Color

#56898d #8d5a56

#56898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56898d Color CSS Codes

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

#56898d Text Font Color

<p style="color:#56898d">Text here</p>

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


#56898d Background Color

<div style="background-color:#56898d">
Div content here</div>

This div background color is #56898d


#56898d Border Color

<div style="border:3px solid #56898d">
Div here</div>

This div border color is #56898d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,137,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56898d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56898d;
  -webkit-box-shadow: 1px 1px 3px 2px #56898d;
  box-shadow:         1px 1px 3px 2px #56898d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56898d


Comments

No comments written yet.

Please login to write comment.