Color Hex Logo

#5c56bc Color Hex

#5C56BC
(92,86,188)
0 Favorites   0 Comments

Color spaces of #5c56bc

RGB 9286188
HSL0.680.430.54
HSV244°54°74°
CMYK 0.510.540.00   0.26
XYZ16.818512.561749.1152
Yxy12.56170.21430.1600
Hunter Lab35.442522.6791-57.3527
CIE-Lab42.095330.2962-53.2204

#5c56bc color RGB value is (92,86,188).

#5c56bc hex color red value is 92, green value is 86 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5c56bc hue: 0.68 , saturation: 0.43 and the lightness value of 5c56bc is 0.54.

The process color (four color CMYK) of #5c56bc color hex is 0.51, 0.54, 0.00, 0.26. Web safe color of #5c56bc is #6666cc. Color #5c56bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010110 10111100
Octal 134 126 274
Decimal 92 86 188
Hex 5C 56 BC

RGB Percentages of Color #5c56bc

%25.14
%23.50
%51.37

CMYK Percentages of Color #5c56bc

%51
%54
%0
%26

Triadic Colors of #5c56bc

#5c56bc #bc5c56 #56bc5c

Analogous Colors of #5c56bc

#5c56bc #8f56bc #5683bc

Monochromatic Colors of #5c56bc

#5c56bc

Complementary Color

#5c56bc #b6bc56

#5c56bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c56bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c56bc Color CSS Codes

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

#5c56bc Text Font Color

<p style="color:#5c56bc">Text here</p>

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


#5c56bc Background Color

<div style="background-color:#5c56bc">
Div content here</div>

This div background color is #5c56bc


#5c56bc Border Color

<div style="border:3px solid #5c56bc">
Div here</div>

This div border color is #5c56bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,86,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c56bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c56bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5c56bc;
  box-shadow:         1px 1px 3px 2px #5c56bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c56bc


Comments

No comments written yet.

Please login to write comment.