Color Hex Logo

#553559 Color Hex

#553559
(85,53,89)
0 Favorites   0 Comments

Color spaces of #553559

RGB 855389
HSL0.810.250.28
HSV293°40°35°
CMYK 0.040.400.00   0.65
XYZ6.82265.198810.0951
Yxy5.19880.30850.2351
Hunter Lab22.800913.5102-10.2901
CIE-Lab27.293821.1864-15.8760

#553559 color RGB value is (85,53,89).

#553559 hex color red value is 85, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #553559 hue: 0.81 , saturation: 0.25 and the lightness value of 553559 is 0.28.

The process color (four color CMYK) of #553559 color hex is 0.04, 0.40, 0.00, 0.65. Web safe color of #553559 is #663366. Color #553559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 01011001
Octal 125 65 131
Decimal 85 53 89
Hex 55 35 59

RGB Percentages of Color #553559

%37.44
%23.35
%39.21

CMYK Percentages of Color #553559

%4
%40
%0
%65

Triadic Colors of #553559

#553559 #595535 #355955

Analogous Colors of #553559

#553559 #59354b #433559

Monochromatic Colors of #553559

#553559

Complementary Color

#553559 #395935

#553559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553559 Color CSS Codes

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

#553559 Text Font Color

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

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


#553559 Background Color

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

This div background color is #553559


#553559 Border Color

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

This div border color is #553559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553559


Comments

No comments written yet.

Please login to write comment.