Color Hex Logo

#550617 Color Hex

#550617
(85,6,23)
0 Favorites   0 Comments

Color spaces of #550617

RGB 85623
HSL0.960.870.18
HSV347°93°33°
CMYK 0.000.930.73   0.67
XYZ3.96612.12341.0114
Yxy2.12340.55850.2990
Hunter Lab14.571923.08246.0851
CIE-Lab16.122034.968313.3406

#550617 color RGB value is (85,6,23).

#550617 hex color red value is 85, green value is 6 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #550617 hue: 0.96 , saturation: 0.87 and the lightness value of 550617 is 0.18.

The process color (four color CMYK) of #550617 color hex is 0.00, 0.93, 0.73, 0.67. Web safe color of #550617 is #660000. Color #550617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000110 00010111
Octal 125 6 27
Decimal 85 6 23
Hex 55 6 17

RGB Percentages of Color #550617

%74.56
%5.26
%20.18

CMYK Percentages of Color #550617

%0
%93
%73
%67

Triadic Colors of #550617

#550617 #175506 #061755

Analogous Colors of #550617

#550617 #551c06 #55063f

Monochromatic Colors of #550617

#550617

Complementary Color

#550617 #065544

#550617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550617 Color CSS Codes

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

#550617 Text Font Color

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

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


#550617 Background Color

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

This div background color is #550617


#550617 Border Color

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

This div border color is #550617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550617


Comments

No comments written yet.

Please login to write comment.