Color Hex Logo

#550933 Color Hex

#550933
(85,9,51)
0 Favorites   0 Comments

Color spaces of #550933

RGB 85951
HSL0.910.810.18
HSV327°89°33°
CMYK 0.000.890.40   0.67
XYZ4.44152.36573.3545
Yxy2.36570.43710.2328
Hunter Lab15.380824.6287-2.1643
CIE-Lab17.300036.5599-5.2840

#550933 color RGB value is (85,9,51).

#550933 hex color red value is 85, green value is 9 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #550933 hue: 0.91 , saturation: 0.81 and the lightness value of 550933 is 0.18.

The process color (four color CMYK) of #550933 color hex is 0.00, 0.89, 0.40, 0.67. Web safe color of #550933 is #660033. Color #550933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001001 00110011
Octal 125 11 63
Decimal 85 9 51
Hex 55 9 33

RGB Percentages of Color #550933

%58.62
%6.21
%35.17

CMYK Percentages of Color #550933

%0
%89
%40
%67

Triadic Colors of #550933

#550933 #335509 #093355

Analogous Colors of #550933

#550933 #55090d #510955

Monochromatic Colors of #550933

#550933

Complementary Color

#550933 #09552b

#550933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550933 Color CSS Codes

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

#550933 Text Font Color

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

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


#550933 Background Color

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

This div background color is #550933


#550933 Border Color

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

This div border color is #550933


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,9,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550933; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550933;
  -webkit-box-shadow: 1px 1px 3px 2px #550933;
  box-shadow:         1px 1px 3px 2px #550933; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550933


Comments

No comments written yet.

Please login to write comment.