Color Hex Logo

#5b617c Color Hex

#5B617C
(91,97,124)
0 Favorites   0 Comments

Color spaces of #5b617c

RGB 9197124
HSL0.640.150.42
HSV229°27°49°
CMYK 0.270.220.00   0.51
XYZ12.227212.228820.7847
Yxy12.22880.27030.2703
Hunter Lab34.96971.2158-10.7610
CIE-Lab41.57754.2272-15.8857

#5b617c color RGB value is (91,97,124).

#5b617c hex color red value is 91, green value is 97 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #5b617c hue: 0.64 , saturation: 0.15 and the lightness value of 5b617c is 0.42.

The process color (four color CMYK) of #5b617c color hex is 0.27, 0.22, 0.00, 0.51. Web safe color of #5b617c is #666666. Color #5b617c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01100001 01111100
Octal 133 141 174
Decimal 91 97 124
Hex 5B 61 7C

RGB Percentages of Color #5b617c

%29.17
%31.09
%39.74

CMYK Percentages of Color #5b617c

%27
%22
%0
%51

Triadic Colors of #5b617c

#5b617c #7c5b61 #617c5b

Analogous Colors of #5b617c

#5b617c #665b7c #5b727c

Monochromatic Colors of #5b617c

#5b617c

Complementary Color

#5b617c #7c765b

#5b617c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b617c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b617c Color CSS Codes

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

#5b617c Text Font Color

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

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


#5b617c Background Color

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

This div background color is #5b617c


#5b617c Border Color

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

This div border color is #5b617c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,97,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b617c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b617c;
  -webkit-box-shadow: 1px 1px 3px 2px #5b617c;
  box-shadow:         1px 1px 3px 2px #5b617c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,97,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b617c


Comments

No comments written yet.

Please login to write comment.