Color Hex Logo

#553064 Color Hex

#553064
(85,48,100)
0 Favorites   0 Comments

Color spaces of #553064

RGB 8548100
HSL0.790.350.29
HSV283°52°39°
CMYK 0.150.520.00   0.61
XYZ7.10354.965312.6406
Yxy4.96530.28750.2009
Hunter Lab22.283017.9082-18.0358
CIE-Lab26.635726.8367-24.0564

#553064 color RGB value is (85,48,100).

#553064 hex color red value is 85, green value is 48 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #553064 hue: 0.79 , saturation: 0.35 and the lightness value of 553064 is 0.29.

The process color (four color CMYK) of #553064 color hex is 0.15, 0.52, 0.00, 0.61. Web safe color of #553064 is #663366. Color #553064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 01100100
Octal 125 60 144
Decimal 85 48 100
Hex 55 30 64

RGB Percentages of Color #553064

%36.48
%20.60
%42.92

CMYK Percentages of Color #553064

%15
%52
%0
%61

Triadic Colors of #553064

#553064 #645530 #306455

Analogous Colors of #553064

#553064 #643059 #3b3064

Monochromatic Colors of #553064

#553064

Complementary Color

#553064 #3f6430

#553064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553064 Color CSS Codes

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

#553064 Text Font Color

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

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


#553064 Background Color

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

This div background color is #553064


#553064 Border Color

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

This div border color is #553064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553064


Comments

No comments written yet.

Please login to write comment.