Color Hex Logo

#5d537b Color Hex

#5D537B
(93,83,123)
0 Favorites   0 Comments

Color spaces of #5d537b

RGB 9383123
HSL0.710.190.40
HSV255°33°48°
CMYK 0.240.330.00   0.52
XYZ11.18269.943720.0688
Yxy9.94370.27150.2414
Hunter Lab31.53368.1166-15.6601
CIE-Lab37.741213.3599-21.1624

#5d537b color RGB value is (93,83,123).

#5d537b hex color red value is 93, green value is 83 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5d537b hue: 0.71 , saturation: 0.19 and the lightness value of 5d537b is 0.40.

The process color (four color CMYK) of #5d537b color hex is 0.24, 0.33, 0.00, 0.52. Web safe color of #5d537b is #666666. Color #5d537b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010011 01111011
Octal 135 123 173
Decimal 93 83 123
Hex 5D 53 7B

RGB Percentages of Color #5d537b

%31.10
%27.76
%41.14

CMYK Percentages of Color #5d537b

%24
%33
%0
%52

Triadic Colors of #5d537b

#5d537b #7b5d53 #537b5d

Analogous Colors of #5d537b

#5d537b #71537b #535d7b

Monochromatic Colors of #5d537b

#5d537b

Complementary Color

#5d537b #717b53

#5d537b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d537b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d537b Color CSS Codes

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

#5d537b Text Font Color

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

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


#5d537b Background Color

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

This div background color is #5d537b


#5d537b Border Color

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

This div border color is #5d537b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d537b


Comments

No comments written yet.

Please login to write comment.