Color Hex Logo

#550335 Color Hex

#550335
(85,3,53)
0 Favorites   0 Comments

Color spaces of #550335

RGB 85353
HSL0.900.930.17
HSV323°96°33°
CMYK 0.000.960.38   0.67
XYZ4.42152.25353.5701
Yxy2.25350.43160.2200
Hunter Lab15.011726.3046-3.5923
CIE-Lab16.765038.5952-7.5219

#550335 color RGB value is (85,3,53).

#550335 hex color red value is 85, green value is 3 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #550335 hue: 0.90 , saturation: 0.93 and the lightness value of 550335 is 0.17.

The process color (four color CMYK) of #550335 color hex is 0.00, 0.96, 0.38, 0.67. Web safe color of #550335 is #660033. Color #550335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000011 00110101
Octal 125 3 65
Decimal 85 3 53
Hex 55 3 35

RGB Percentages of Color #550335

%60.28
%2.13
%37.59

CMYK Percentages of Color #550335

%0
%96
%38
%67

Triadic Colors of #550335

#550335 #355503 #033555

Analogous Colors of #550335

#550335 #55030c #4c0355

Monochromatic Colors of #550335

#550335

Complementary Color

#550335 #035523

#550335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550335 Color CSS Codes

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

#550335 Text Font Color

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

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


#550335 Background Color

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

This div background color is #550335


#550335 Border Color

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

This div border color is #550335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550335


Comments

No comments written yet.

Please login to write comment.