Color Hex Logo

#553572 Color Hex

#553572
(85,53,114)
0 Favorites   0 Comments

Color spaces of #553572

RGB 8553114
HSL0.750.370.33
HSV271°54°45°
CMYK 0.250.540.00   0.55
XYZ8.05675.692416.5937
Yxy5.69240.26550.1876
Hunter Lab23.858818.5236-24.5349
CIE-Lab28.622827.2996-29.8937

#553572 color RGB value is (85,53,114).

#553572 hex color red value is 85, green value is 53 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #553572 hue: 0.75 , saturation: 0.37 and the lightness value of 553572 is 0.33.

The process color (four color CMYK) of #553572 color hex is 0.25, 0.54, 0.00, 0.55. Web safe color of #553572 is #663366. Color #553572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 01110010
Octal 125 65 162
Decimal 85 53 114
Hex 55 35 72

RGB Percentages of Color #553572

%33.73
%21.03
%45.24

CMYK Percentages of Color #553572

%25
%54
%0
%55

Triadic Colors of #553572

#553572 #725535 #357255

Analogous Colors of #553572

#553572 #723571 #373572

Monochromatic Colors of #553572

#553572

Complementary Color

#553572 #527235

#553572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553572 Color CSS Codes

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

#553572 Text Font Color

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

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


#553572 Background Color

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

This div background color is #553572


#553572 Border Color

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

This div border color is #553572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553572


Comments

No comments written yet.

Please login to write comment.