Color Hex Logo

#55183a Color Hex

#55183A
(85,24,58)
0 Favorites   0 Comments

Color spaces of #55183a

RGB 852458
HSL0.910.560.21
HSV327°72°33°
CMYK 0.000.720.32   0.67
XYZ4.83672.89014.3059
Yxy2.89010.40200.2402
Hunter Lab17.000321.0340-3.1170
CIE-Lab19.598331.8442-6.7630

#55183a color RGB value is (85,24,58).

#55183a hex color red value is 85, green value is 24 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #55183a hue: 0.91 , saturation: 0.56 and the lightness value of 55183a is 0.21.

The process color (four color CMYK) of #55183a color hex is 0.00, 0.72, 0.32, 0.67. Web safe color of #55183a is #660033. Color #55183a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011000 00111010
Octal 125 30 72
Decimal 85 24 58
Hex 55 18 3A

RGB Percentages of Color #55183a

%50.90
%14.37
%34.73

CMYK Percentages of Color #55183a

%0
%72
%32
%67

Triadic Colors of #55183a

#55183a #3a5518 #183a55

Analogous Colors of #55183a

#55183a #55181b #521855

Monochromatic Colors of #55183a

#55183a

Complementary Color

#55183a #185533

#55183a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55183a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55183a Color CSS Codes

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

#55183a Text Font Color

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

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


#55183a Background Color

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

This div background color is #55183a


#55183a Border Color

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

This div border color is #55183a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,24,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55183a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55183a;
  -webkit-box-shadow: 1px 1px 3px 2px #55183a;
  box-shadow:         1px 1px 3px 2px #55183a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55183a


Comments

No comments written yet.

Please login to write comment.