Color Hex Logo

#5b509f Color Hex

#5B509F
(91,80,159)
0 Favorites   0 Comments

Color spaces of #5b509f

RGB 9180159
HSL0.690.330.47
HSV248°50°62°
CMYK 0.430.500.00   0.38
XYZ13.441110.464734.1124
Yxy10.46470.23170.1804
Hunter Lab32.349217.5557-39.8772
CIE-Lab38.663924.8766-41.5877

#5b509f color RGB value is (91,80,159).

#5b509f hex color red value is 91, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5b509f hue: 0.69 , saturation: 0.33 and the lightness value of 5b509f is 0.47.

The process color (four color CMYK) of #5b509f color hex is 0.43, 0.50, 0.00, 0.38. Web safe color of #5b509f is #666699. Color #5b509f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01010000 10011111
Octal 133 120 237
Decimal 91 80 159
Hex 5B 50 9F

RGB Percentages of Color #5b509f

%27.58
%24.24
%48.18

CMYK Percentages of Color #5b509f

%43
%50
%0
%38

Triadic Colors of #5b509f

#5b509f #9f5b50 #509f5b

Analogous Colors of #5b509f

#5b509f #83509f #506d9f

Monochromatic Colors of #5b509f

#5b509f

Complementary Color

#5b509f #949f50

#5b509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b509f Color CSS Codes

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

#5b509f Text Font Color

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

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


#5b509f Background Color

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

This div background color is #5b509f


#5b509f Border Color

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

This div border color is #5b509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b509f


Comments

No comments written yet.

Please login to write comment.