Color Hex Logo

#553f86 Color Hex

#553F86
(85,63,134)
0 Favorites   0 Comments

Color spaces of #553f86

RGB 8563134
HSL0.720.360.39
HSV259°53°53°
CMYK 0.370.530.00   0.47
XYZ9.82697.207523.4275
Yxy7.20750.24290.1781
Hunter Lab26.846818.3556-32.9459
CIE-Lab32.274726.5922-36.6124

#553f86 color RGB value is (85,63,134).

#553f86 hex color red value is 85, green value is 63 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #553f86 hue: 0.72 , saturation: 0.36 and the lightness value of 553f86 is 0.39.

The process color (four color CMYK) of #553f86 color hex is 0.37, 0.53, 0.00, 0.47. Web safe color of #553f86 is #663399. Color #553f86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111111 10000110
Octal 125 77 206
Decimal 85 63 134
Hex 55 3F 86

RGB Percentages of Color #553f86

%30.14
%22.34
%47.52

CMYK Percentages of Color #553f86

%37
%53
%0
%47

Triadic Colors of #553f86

#553f86 #86553f #3f8655

Analogous Colors of #553f86

#553f86 #793f86 #3f4d86

Monochromatic Colors of #553f86

#553f86

Complementary Color

#553f86 #70863f

#553f86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553f86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553f86 Color CSS Codes

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

#553f86 Text Font Color

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

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


#553f86 Background Color

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

This div background color is #553f86


#553f86 Border Color

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

This div border color is #553f86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553f86


Comments

No comments written yet.

Please login to write comment.