Color Hex Logo

#5b3165 Color Hex

#5B3165
(91,49,101)
2 Favorites   1 Comments

Color spaces of #5b3165

RGB 9149101
HSL0.800.350.29
HSV288°51°40°
CMYK 0.100.510.00   0.60
XYZ7.76175.360412.9375
Yxy5.36040.29780.2057
Hunter Lab23.152519.3237-16.9241
CIE-Lab27.737828.3999-22.9141

#5b3165 color RGB value is (91,49,101).

#5b3165 hex color red value is 91, green value is 49 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #5b3165 hue: 0.80 , saturation: 0.35 and the lightness value of 5b3165 is 0.29.

The process color (four color CMYK) of #5b3165 color hex is 0.10, 0.51, 0.00, 0.60. Web safe color of #5b3165 is #663366. Color #5b3165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110001 01100101
Octal 133 61 145
Decimal 91 49 101
Hex 5B 31 65

RGB Percentages of Color #5b3165

%37.76
%20.33
%41.91

CMYK Percentages of Color #5b3165

%10
%51
%0
%60

Triadic Colors of #5b3165

#5b3165 #655b31 #31655b

Analogous Colors of #5b3165

#5b3165 #653155 #413165

Monochromatic Colors of #5b3165

#5b3165

Complementary Color

#5b3165 #3b6531

#5b3165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b3165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b3165 Color CSS Codes

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

#5b3165 Text Font Color

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

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


#5b3165 Background Color

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

This div background color is #5b3165


#5b3165 Border Color

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

This div border color is #5b3165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b3165

#5b3165 Color Palettes


Comments

21 Oct 2019, 17:21 PoderosBruce

For someone wish to know, name of that color is Dark Lavender.

Please login to write comment.