Color Hex Logo

#553363 Color Hex

#553363
(85,51,99)
0 Favorites   0 Comments

Color spaces of #553363

RGB 855199
HSL0.780.320.29
HSV283°48°39°
CMYK 0.140.480.00   0.61
XYZ7.18235.199812.4295
Yxy5.19980.28950.2096
Hunter Lab22.803116.3169-16.3557
CIE-Lab27.296624.7639-22.3707

#553363 color RGB value is (85,51,99).

#553363 hex color red value is 85, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #553363 hue: 0.78 , saturation: 0.32 and the lightness value of 553363 is 0.29.

The process color (four color CMYK) of #553363 color hex is 0.14, 0.48, 0.00, 0.61. Web safe color of #553363 is #663366. Color #553363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110011 01100011
Octal 125 63 143
Decimal 85 51 99
Hex 55 33 63

RGB Percentages of Color #553363

%36.17
%21.70
%42.13

CMYK Percentages of Color #553363

%14
%48
%0
%61

Triadic Colors of #553363

#553363 #635533 #336355

Analogous Colors of #553363

#553363 #633359 #3d3363

Monochromatic Colors of #553363

#553363

Complementary Color

#553363 #416333

#553363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553363 Color CSS Codes

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

#553363 Text Font Color

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

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


#553363 Background Color

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

This div background color is #553363


#553363 Border Color

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

This div border color is #553363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553363


Comments

No comments written yet.

Please login to write comment.