Color Hex Logo

#5b4366 Color Hex

#5B4366
(91,67,102)
0 Favorites   0 Comments

Color spaces of #5b4366

RGB 9167102
HSL0.780.210.33
HSV281°34°40°
CMYK 0.110.340.00   0.60
XYZ8.71987.197813.5001
Yxy7.19780.29640.2447
Hunter Lab26.828711.0654-11.0544
CIE-Lab32.253017.5195-16.5343

#5b4366 color RGB value is (91,67,102).

#5b4366 hex color red value is 91, green value is 67 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #5b4366 hue: 0.78 , saturation: 0.21 and the lightness value of 5b4366 is 0.33.

The process color (four color CMYK) of #5b4366 color hex is 0.11, 0.34, 0.00, 0.60. Web safe color of #5b4366 is #663366. Color #5b4366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000011 01100110
Octal 133 103 146
Decimal 91 67 102
Hex 5B 43 66

RGB Percentages of Color #5b4366

%35.00
%25.77
%39.23

CMYK Percentages of Color #5b4366

%11
%34
%0
%60

Triadic Colors of #5b4366

#5b4366 #665b43 #43665b

Analogous Colors of #5b4366

#5b4366 #664360 #4a4366

Monochromatic Colors of #5b4366

#5b4366

Complementary Color

#5b4366 #4e6643

#5b4366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b4366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b4366 Color CSS Codes

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

#5b4366 Text Font Color

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

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


#5b4366 Background Color

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

This div background color is #5b4366


#5b4366 Border Color

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

This div border color is #5b4366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b4366


Comments

No comments written yet.

Please login to write comment.