Color Hex Logo

#5651b1 Color Hex

#5651B1
(86,81,177)
0 Favorites   0 Comments

Color spaces of #5651b1

RGB 8681177
HSL0.680.380.51
HSV243°54°69°
CMYK 0.510.540.00   0.31
XYZ14.716011.037642.9498
Yxy11.03760.21420.1607
Hunter Lab33.222920.9261-53.3928
CIE-Lab39.643728.6416-50.7401

#5651b1 color RGB value is (86,81,177).

#5651b1 hex color red value is 86, green value is 81 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #5651b1 hue: 0.68 , saturation: 0.38 and the lightness value of 5651b1 is 0.51.

The process color (four color CMYK) of #5651b1 color hex is 0.51, 0.54, 0.00, 0.31. Web safe color of #5651b1 is #666699. Color #5651b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 10110001
Octal 126 121 261
Decimal 86 81 177
Hex 56 51 B1

RGB Percentages of Color #5651b1

%25.00
%23.55
%51.45

CMYK Percentages of Color #5651b1

%51
%54
%0
%31

Triadic Colors of #5651b1

#5651b1 #b15651 #51b156

Analogous Colors of #5651b1

#5651b1 #8651b1 #517cb1

Monochromatic Colors of #5651b1

#5651b1

Complementary Color

#5651b1 #acb151

#5651b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5651b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5651b1 Color CSS Codes

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

#5651b1 Text Font Color

<p style="color:#5651b1">Text here</p>

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


#5651b1 Background Color

<div style="background-color:#5651b1">
Div content here</div>

This div background color is #5651b1


#5651b1 Border Color

<div style="border:3px solid #5651b1">
Div here</div>

This div border color is #5651b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,81,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5651b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5651b1;
  -webkit-box-shadow: 1px 1px 3px 2px #5651b1;
  box-shadow:         1px 1px 3px 2px #5651b1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5651b1


Comments

No comments written yet.

Please login to write comment.