Color Hex Logo

#553d69 Color Hex

#553D69
(85,61,105)
0 Favorites   0 Comments

Color spaces of #553d69

RGB 8561105
HSL0.760.270.33
HSV273°42°41°
CMYK 0.190.420.00   0.59
XYZ7.96496.288714.1586
Yxy6.28870.28030.2213
Hunter Lab25.077312.8089-15.9210
CIE-Lab30.129519.9678-21.7915

#553d69 color RGB value is (85,61,105).

#553d69 hex color red value is 85, green value is 61 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #553d69 hue: 0.76 , saturation: 0.27 and the lightness value of 553d69 is 0.33.

The process color (four color CMYK) of #553d69 color hex is 0.19, 0.42, 0.00, 0.59. Web safe color of #553d69 is #663366. Color #553d69 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111101 01101001
Octal 125 75 151
Decimal 85 61 105
Hex 55 3D 69

RGB Percentages of Color #553d69

%33.86
%24.30
%41.83

CMYK Percentages of Color #553d69

%19
%42
%0
%59

Triadic Colors of #553d69

#553d69 #69553d #3d6955

Analogous Colors of #553d69

#553d69 #693d67 #3f3d69

Monochromatic Colors of #553d69

#553d69

Complementary Color

#553d69 #51693d

#553d69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553d69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553d69 Color CSS Codes

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

#553d69 Text Font Color

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

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


#553d69 Background Color

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

This div background color is #553d69


#553d69 Border Color

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

This div border color is #553d69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553d69


Comments

No comments written yet.

Please login to write comment.