Color Hex Logo

#5b334c Color Hex

#5B334C
(91,51,76)
0 Favorites   0 Comments

Color spaces of #5b334c

RGB 915176
HSL0.900.280.28
HSV323°44°36°
CMYK 0.000.440.16   0.64
XYZ6.80275.11367.4660
Yxy5.11360.35100.2638
Hunter Lab22.613314.1245-3.7459
CIE-Lab27.056022.0092-7.6257

#5b334c color RGB value is (91,51,76).

#5b334c hex color red value is 91, green value is 51 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #5b334c hue: 0.90 , saturation: 0.28 and the lightness value of 5b334c is 0.28.

The process color (four color CMYK) of #5b334c color hex is 0.00, 0.44, 0.16, 0.64. Web safe color of #5b334c is #663333. Color #5b334c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110011 01001100
Octal 133 63 114
Decimal 91 51 76
Hex 5B 33 4C

RGB Percentages of Color #5b334c

%41.74
%23.39
%34.86

CMYK Percentages of Color #5b334c

%0
%44
%16
%64

Triadic Colors of #5b334c

#5b334c #4c5b33 #334c5b

Analogous Colors of #5b334c

#5b334c #5b3338 #56335b

Monochromatic Colors of #5b334c

#5b334c

Complementary Color

#5b334c #335b42

#5b334c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b334c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b334c Color CSS Codes

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

#5b334c Text Font Color

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

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


#5b334c Background Color

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

This div background color is #5b334c


#5b334c Border Color

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

This div border color is #5b334c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b334c


Comments

No comments written yet.

Please login to write comment.