Color Hex Logo

#5d6393 Color Hex

#5D6393
(93,99,147)
1 Favorites   0 Comments

Color spaces of #5d6393

RGB 9399147
HSL0.650.230.47
HSV233°37°58°
CMYK 0.370.330.00   0.42
XYZ14.242513.357429.4313
Yxy13.35740.24970.2342
Hunter Lab36.54785.6020-22.1618
CIE-Lab43.29699.9842-27.0782

#5d6393 color RGB value is (93,99,147).

#5d6393 hex color red value is 93, green value is 99 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5d6393 hue: 0.65 , saturation: 0.23 and the lightness value of 5d6393 is 0.47.

The process color (four color CMYK) of #5d6393 color hex is 0.37, 0.33, 0.00, 0.42. Web safe color of #5d6393 is #666699. Color #5d6393 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100011 10010011
Octal 135 143 223
Decimal 93 99 147
Hex 5D 63 93

RGB Percentages of Color #5d6393

%27.43
%29.20
%43.36

CMYK Percentages of Color #5d6393

%37
%33
%0
%42

Triadic Colors of #5d6393

#5d6393 #935d63 #63935d

Analogous Colors of #5d6393

#5d6393 #725d93 #5d7e93

Monochromatic Colors of #5d6393

#5d6393

Complementary Color

#5d6393 #938d5d

#5d6393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d6393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d6393 Color CSS Codes

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

#5d6393 Text Font Color

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

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


#5d6393 Background Color

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

This div background color is #5d6393


#5d6393 Border Color

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

This div border color is #5d6393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d6393


Comments

No comments written yet.

Please login to write comment.