Color Hex Logo

#55293b Color Hex

#55293B
(85,41,59)
0 Favorites   0 Comments

Color spaces of #55293b

RGB 854159
HSL0.930.350.25
HSV335°52°33°
CMYK 0.000.520.31   0.67
XYZ5.32873.83294.5967
Yxy3.83290.38730.2786
Hunter Lab19.577814.3231-0.2163
CIE-Lab23.111122.7833-2.2070

#55293b color RGB value is (85,41,59).

#55293b hex color red value is 85, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #55293b hue: 0.93 , saturation: 0.35 and the lightness value of 55293b is 0.25.

The process color (four color CMYK) of #55293b color hex is 0.00, 0.52, 0.31, 0.67. Web safe color of #55293b is #663333. Color #55293b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101001 00111011
Octal 125 51 73
Decimal 85 41 59
Hex 55 29 3B

RGB Percentages of Color #55293b

%45.95
%22.16
%31.89

CMYK Percentages of Color #55293b

%0
%52
%31
%67

Triadic Colors of #55293b

#55293b #3b5529 #293b55

Analogous Colors of #55293b

#55293b #552d29 #552951

Monochromatic Colors of #55293b

#55293b

Complementary Color

#55293b #295543

#55293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55293b Color CSS Codes

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

#55293b Text Font Color

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

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


#55293b Background Color

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

This div background color is #55293b


#55293b Border Color

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

This div border color is #55293b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,41,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55293b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55293b;
  -webkit-box-shadow: 1px 1px 3px 2px #55293b;
  box-shadow:         1px 1px 3px 2px #55293b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55293b


Comments

No comments written yet.

Please login to write comment.