Color Hex Logo

#5b093c Color Hex

#5B093C
(91,9,60)
0 Favorites   0 Comments

Color spaces of #5b093c

RGB 91960
HSL0.900.820.20
HSV323°90°36°
CMYK 0.000.900.34   0.64
XYZ5.22772.74584.5294
Yxy2.74580.41810.2196
Hunter Lab16.570527.3154-4.6071
CIE-Lab18.995739.3056-8.9611

#5b093c color RGB value is (91,9,60).

#5b093c hex color red value is 91, green value is 9 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #5b093c hue: 0.90 , saturation: 0.82 and the lightness value of 5b093c is 0.20.

The process color (four color CMYK) of #5b093c color hex is 0.00, 0.90, 0.34, 0.64. Web safe color of #5b093c is #660033. Color #5b093c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00001001 00111100
Octal 133 11 74
Decimal 91 9 60
Hex 5B 9 3C

RGB Percentages of Color #5b093c

%56.88
%5.63
%37.50

CMYK Percentages of Color #5b093c

%0
%90
%34
%64

Triadic Colors of #5b093c

#5b093c #3c5b09 #093c5b

Analogous Colors of #5b093c

#5b093c #5b0913 #51095b

Monochromatic Colors of #5b093c

#5b093c

Complementary Color

#5b093c #095b28

#5b093c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b093c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b093c Color CSS Codes

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

#5b093c Text Font Color

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

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


#5b093c Background Color

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

This div background color is #5b093c


#5b093c Border Color

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

This div border color is #5b093c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b093c


Comments

No comments written yet.

Please login to write comment.