Color Hex Logo

#5c5376 Color Hex

#5C5376
(92,83,118)
0 Favorites   0 Comments

Color spaces of #5c5376

RGB 9283118
HSL0.710.170.39
HSV255°30°46°
CMYK 0.220.300.00   0.54
XYZ10.77699.769818.4573
Yxy9.76980.27630.2505
Hunter Lab31.25676.8453-13.1315
CIE-Lab37.426111.7188-18.5738

#5c5376 color RGB value is (92,83,118).

#5c5376 hex color red value is 92, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #5c5376 hue: 0.71 , saturation: 0.17 and the lightness value of 5c5376 is 0.39.

The process color (four color CMYK) of #5c5376 color hex is 0.22, 0.30, 0.00, 0.54. Web safe color of #5c5376 is #666666. Color #5c5376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010011 01110110
Octal 134 123 166
Decimal 92 83 118
Hex 5C 53 76

RGB Percentages of Color #5c5376

%31.40
%28.33
%40.27

CMYK Percentages of Color #5c5376

%22
%30
%0
%54

Triadic Colors of #5c5376

#5c5376 #765c53 #53765c

Analogous Colors of #5c5376

#5c5376 #6e5376 #535c76

Monochromatic Colors of #5c5376

#5c5376

Complementary Color

#5c5376 #6d7653

#5c5376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5376 Color CSS Codes

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

#5c5376 Text Font Color

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

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


#5c5376 Background Color

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

This div background color is #5c5376


#5c5376 Border Color

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

This div border color is #5c5376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5376


Comments

No comments written yet.

Please login to write comment.