Color Hex Logo

#56698f Color Hex

#56698F
(86,105,143)
0 Favorites   0 Comments

Color spaces of #56698f

RGB 86105143
HSL0.610.250.45
HSV220°40°56°
CMYK 0.400.270.00   0.44
XYZ13.847314.064827.9715
Yxy14.06480.24780.2517
Hunter Lab37.50310.2774-17.9690
CIE-Lab44.32573.0701-23.1300

#56698f color RGB value is (86,105,143).

#56698f hex color red value is 86, green value is 105 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #56698f hue: 0.61 , saturation: 0.25 and the lightness value of 56698f is 0.45.

The process color (four color CMYK) of #56698f color hex is 0.40, 0.27, 0.00, 0.44. Web safe color of #56698f is #666699. Color #56698f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101001 10001111
Octal 126 151 217
Decimal 86 105 143
Hex 56 69 8F

RGB Percentages of Color #56698f

%25.75
%31.44
%42.81

CMYK Percentages of Color #56698f

%40
%27
%0
%44

Triadic Colors of #56698f

#56698f #8f5669 #698f56

Analogous Colors of #56698f

#56698f #60568f #56868f

Monochromatic Colors of #56698f

#56698f

Complementary Color

#56698f #8f7c56

#56698f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56698f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56698f Color CSS Codes

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

#56698f Text Font Color

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

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


#56698f Background Color

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

This div background color is #56698f


#56698f Border Color

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

This div border color is #56698f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56698f


Comments

No comments written yet.

Please login to write comment.