Color Hex Logo

#5c556a Color Hex

#5C556A
(92,85,106)
0 Favorites   0 Comments

Color spaces of #5c556a

RGB 9285106
HSL0.720.110.37
HSV260°20°42°
CMYK 0.130.200.00   0.58
XYZ10.26379.812914.9888
Yxy9.81290.29270.2798
Hunter Lab31.32553.6652-6.4415
CIE-Lab37.50457.4766-11.0188

#5c556a color RGB value is (92,85,106).

#5c556a hex color red value is 92, green value is 85 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5c556a hue: 0.72 , saturation: 0.11 and the lightness value of 5c556a is 0.37.

The process color (four color CMYK) of #5c556a color hex is 0.13, 0.20, 0.00, 0.58. Web safe color of #5c556a is #666666. Color #5c556a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010101 01101010
Octal 134 125 152
Decimal 92 85 106
Hex 5C 55 6A

RGB Percentages of Color #5c556a

%32.51
%30.04
%37.46

CMYK Percentages of Color #5c556a

%13
%20
%0
%58

Triadic Colors of #5c556a

#5c556a #6a5c55 #556a5c

Analogous Colors of #5c556a

#5c556a #67556a #55596a

Monochromatic Colors of #5c556a

#5c556a

Complementary Color

#5c556a #636a55

#5c556a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c556a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c556a Color CSS Codes

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

#5c556a Text Font Color

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

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


#5c556a Background Color

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

This div background color is #5c556a


#5c556a Border Color

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

This div border color is #5c556a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c556a


Comments

No comments written yet.

Please login to write comment.