Color Hex Logo

#56879f Color Hex

#56879F
(86,135,159)
0 Favorites   0 Comments

Color spaces of #56879f

RGB 86135159
HSL0.550.300.48
HSV200°46°62°
CMYK 0.460.150.00   0.38
XYZ18.759721.809636.0218
Yxy21.80960.24490.2848
Hunter Lab46.7007-10.0228-13.0418
CIE-Lab53.8244-9.8514-17.9374

#56879f color RGB value is (86,135,159).

#56879f hex color red value is 86, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #56879f hue: 0.55 , saturation: 0.30 and the lightness value of 56879f is 0.48.

The process color (four color CMYK) of #56879f color hex is 0.46, 0.15, 0.00, 0.38. Web safe color of #56879f is #669999. Color #56879f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000111 10011111
Octal 126 207 237
Decimal 86 135 159
Hex 56 87 9F

RGB Percentages of Color #56879f

%22.63
%35.53
%41.84

CMYK Percentages of Color #56879f

%46
%15
%0
%38

Triadic Colors of #56879f

#56879f #9f5687 #879f56

Analogous Colors of #56879f

#56879f #56629f #569f93

Monochromatic Colors of #56879f

#56879f

Complementary Color

#56879f #9f6e56

#56879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56879f Color CSS Codes

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

#56879f Text Font Color

<p style="color:#56879f">Text here</p>

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


#56879f Background Color

<div style="background-color:#56879f">
Div content here</div>

This div background color is #56879f


#56879f Border Color

<div style="border:3px solid #56879f">
Div here</div>

This div border color is #56879f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,135,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56879f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56879f;
  -webkit-box-shadow: 1px 1px 3px 2px #56879f;
  box-shadow:         1px 1px 3px 2px #56879f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56879f


Comments

No comments written yet.

Please login to write comment.