Color Hex Logo

#5b537c Color Hex

#5B537C
(91,83,124)
0 Favorites   0 Comments

Color spaces of #5b537c

RGB 9183124
HSL0.700.200.41
HSV252°33°49°
CMYK 0.270.330.00   0.51
XYZ11.04579.865920.3909
Yxy9.86590.26740.2389
Hunter Lab31.41007.8040-16.5031
CIE-Lab37.600712.9618-22.0104

#5b537c color RGB value is (91,83,124).

#5b537c hex color red value is 91, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #5b537c hue: 0.70 , saturation: 0.20 and the lightness value of 5b537c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01010011 01111100
Octal 133 123 174
Decimal 91 83 124
Hex 5B 53 7C

RGB Percentages of Color #5b537c

%30.54
%27.85
%41.61

CMYK Percentages of Color #5b537c

%27
%33
%0
%51

Triadic Colors of #5b537c

#5b537c #7c5b53 #537c5b

Analogous Colors of #5b537c

#5b537c #70537c #53607c

Monochromatic Colors of #5b537c

#5b537c

Complementary Color

#5b537c #747c53

#5b537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b537c Color CSS Codes

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

#5b537c Text Font Color

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

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


#5b537c Background Color

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

This div background color is #5b537c


#5b537c Border Color

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

This div border color is #5b537c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,83,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 #5b537c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b537c


Comments

No comments written yet.

Please login to write comment.