Color Hex Logo

#5658bf Color Hex

#5658BF
(86,88,191)
0 Favorites   0 Comments

Color spaces of #5658bf

RGB 8688191
HSL0.660.450.54
HSV239°55°75°
CMYK 0.550.540.00   0.25
XYZ16.731412.719550.8635
Yxy12.71950.20830.1584
Hunter Lab35.664421.3278-59.5925
CIE-Lab42.337528.7665-54.6015

#5658bf color RGB value is (86,88,191).

#5658bf hex color red value is 86, green value is 88 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5658bf hue: 0.66 , saturation: 0.45 and the lightness value of 5658bf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011000 10111111
Octal 126 130 277
Decimal 86 88 191
Hex 56 58 BF

RGB Percentages of Color #5658bf

%23.56
%24.11
%52.33

CMYK Percentages of Color #5658bf

%55
%54
%0
%25

Triadic Colors of #5658bf

#5658bf #bf5658 #58bf56

Analogous Colors of #5658bf

#5658bf #8956bf #568dbf

Monochromatic Colors of #5658bf

#5658bf

Complementary Color

#5658bf #bfbd56

#5658bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5658bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5658bf Color CSS Codes

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

#5658bf Text Font Color

<p style="color:#5658bf">Text here</p>

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


#5658bf Background Color

<div style="background-color:#5658bf">
Div content here</div>

This div background color is #5658bf


#5658bf Border Color

<div style="border:3px solid #5658bf">
Div here</div>

This div border color is #5658bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,88,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5658bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5658bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5658bf;
  box-shadow:         1px 1px 3px 2px #5658bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5658bf


Comments

No comments written yet.

Please login to write comment.