Color Hex Logo

#5b152e Color Hex

#5B152E
(91,21,46)
0 Favorites   0 Comments

Color spaces of #5b152e

RGB 912146
HSL0.940.630.22
HSV339°77°36°
CMYK 0.000.770.49   0.64
XYZ5.07572.95772.8881
Yxy2.95770.46470.2708
Hunter Lab17.198022.58492.0818
CIE-Lab19.873733.66002.2053

#5b152e color RGB value is (91,21,46).

#5b152e hex color red value is 91, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5b152e hue: 0.94 , saturation: 0.63 and the lightness value of 5b152e is 0.22.

The process color (four color CMYK) of #5b152e color hex is 0.00, 0.77, 0.49, 0.64. Web safe color of #5b152e is #660033. Color #5b152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00010101 00101110
Octal 133 25 56
Decimal 91 21 46
Hex 5B 15 2E

RGB Percentages of Color #5b152e

%57.59
%13.29
%29.11

CMYK Percentages of Color #5b152e

%0
%77
%49
%64

Triadic Colors of #5b152e

#5b152e #2e5b15 #152e5b

Analogous Colors of #5b152e

#5b152e #5b1f15 #5b1551

Monochromatic Colors of #5b152e

#5b152e

Complementary Color

#5b152e #155b42

#5b152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b152e Color CSS Codes

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

#5b152e Text Font Color

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

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


#5b152e Background Color

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

This div background color is #5b152e


#5b152e Border Color

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

This div border color is #5b152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b152e


Comments

No comments written yet.

Please login to write comment.