Color Hex Logo

#5c5388 Color Hex

#5C5388
(92,83,136)
0 Favorites   0 Comments

Color spaces of #5c5388

RGB 9283136
HSL0.690.240.43
HSV250°39°53°
CMYK 0.320.390.00   0.47
XYZ11.950810.239424.6391
Yxy10.23940.25520.2187
Hunter Lab31.999110.6667-23.2536
CIE-Lab38.268716.5726-28.3093

#5c5388 color RGB value is (92,83,136).

#5c5388 hex color red value is 92, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5c5388 hue: 0.69 , saturation: 0.24 and the lightness value of 5c5388 is 0.43.

The process color (four color CMYK) of #5c5388 color hex is 0.32, 0.39, 0.00, 0.47. Web safe color of #5c5388 is #666699. Color #5c5388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010011 10001000
Octal 134 123 210
Decimal 92 83 136
Hex 5C 53 88

RGB Percentages of Color #5c5388

%29.58
%26.69
%43.73

CMYK Percentages of Color #5c5388

%32
%39
%0
%47

Triadic Colors of #5c5388

#5c5388 #885c53 #53885c

Analogous Colors of #5c5388

#5c5388 #775388 #536588

Monochromatic Colors of #5c5388

#5c5388

Complementary Color

#5c5388 #7f8853

#5c5388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5388 Color CSS Codes

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

#5c5388 Text Font Color

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

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


#5c5388 Background Color

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

This div background color is #5c5388


#5c5388 Border Color

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

This div border color is #5c5388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5388


Comments

No comments written yet.

Please login to write comment.