Color Hex Logo

#5667be Color Hex

#5667BE
(86,103,190)
0 Favorites   0 Comments

Color spaces of #5667be

RGB 86103190
HSL0.640.440.54
HSV230°55°75°
CMYK 0.550.460.00   0.25
XYZ17.982315.396650.7393
Yxy15.39660.21380.1830
Hunter Lab39.238513.1360-49.2009
CIE-Lab46.172719.0520-47.8628

#5667be color RGB value is (86,103,190).

#5667be hex color red value is 86, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5667be hue: 0.64 , saturation: 0.44 and the lightness value of 5667be is 0.54.

The process color (four color CMYK) of #5667be color hex is 0.55, 0.46, 0.00, 0.25. Web safe color of #5667be is #6666cc. Color #5667be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100111 10111110
Octal 126 147 276
Decimal 86 103 190
Hex 56 67 BE

RGB Percentages of Color #5667be

%22.69
%27.18
%50.13

CMYK Percentages of Color #5667be

%55
%46
%0
%25

Triadic Colors of #5667be

#5667be #be5667 #67be56

Analogous Colors of #5667be

#5667be #7956be #569bbe

Monochromatic Colors of #5667be

#5667be

Complementary Color

#5667be #bead56

#5667be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5667be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5667be Color CSS Codes

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

#5667be Text Font Color

<p style="color:#5667be">Text here</p>

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


#5667be Background Color

<div style="background-color:#5667be">
Div content here</div>

This div background color is #5667be


#5667be Border Color

<div style="border:3px solid #5667be">
Div here</div>

This div border color is #5667be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,103,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5667be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5667be;
  -webkit-box-shadow: 1px 1px 3px 2px #5667be;
  box-shadow:         1px 1px 3px 2px #5667be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5667be


Comments

No comments written yet.

Please login to write comment.