Color Hex Logo

#5685ce Color Hex

#5685CE
(86,133,206)
0 Favorites   0 Comments

Color spaces of #5685ce

RGB 86133206
HSL0.600.550.57
HSV217°58°81°
CMYK 0.580.350.00   0.19
XYZ23.365923.209761.6409
Yxy23.20970.21590.2145
Hunter Lab48.17642.2649-42.1370
CIE-Lab55.28775.9469-42.5400

#5685ce color RGB value is (86,133,206).

#5685ce hex color red value is 86, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5685ce hue: 0.60 , saturation: 0.55 and the lightness value of 5685ce is 0.57.

The process color (four color CMYK) of #5685ce color hex is 0.58, 0.35, 0.00, 0.19. Web safe color of #5685ce is #6699cc. Color #5685ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000101 11001110
Octal 126 205 316
Decimal 86 133 206
Hex 56 85 CE

RGB Percentages of Color #5685ce

%20.24
%31.29
%48.47

CMYK Percentages of Color #5685ce

%58
%35
%0
%19

Triadic Colors of #5685ce

#5685ce #ce5685 #85ce56

Analogous Colors of #5685ce

#5685ce #6356ce #56c1ce

Monochromatic Colors of #5685ce

#5685ce

Complementary Color

#5685ce #ce9f56

#5685ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5685ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5685ce Color CSS Codes

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

#5685ce Text Font Color

<p style="color:#5685ce">Text here</p>

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


#5685ce Background Color

<div style="background-color:#5685ce">
Div content here</div>

This div background color is #5685ce


#5685ce Border Color

<div style="border:3px solid #5685ce">
Div here</div>

This div border color is #5685ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,133,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5685ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5685ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5685ce;
  box-shadow:         1px 1px 3px 2px #5685ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5685ce


Comments

No comments written yet.

Please login to write comment.