Color Hex Logo

#55568b Color Hex

#55568B
(85,86,139)
0 Favorites   0 Comments

Color spaces of #55568b

RGB 8586139
HSL0.660.240.44
HSV239°39°55°
CMYK 0.390.380.00   0.45
XYZ11.734310.451025.8249
Yxy10.45100.24440.2177
Hunter Lab32.32808.2173-24.7336
CIE-Lab38.640013.4505-29.5938

#55568b color RGB value is (85,86,139).

#55568b hex color red value is 85, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #55568b hue: 0.66 , saturation: 0.24 and the lightness value of 55568b is 0.44.

The process color (four color CMYK) of #55568b color hex is 0.39, 0.38, 0.00, 0.45. Web safe color of #55568b is #666699. Color #55568b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010110 10001011
Octal 125 126 213
Decimal 85 86 139
Hex 55 56 8B

RGB Percentages of Color #55568b

%27.42
%27.74
%44.84

CMYK Percentages of Color #55568b

%39
%38
%0
%45

Triadic Colors of #55568b

#55568b #8b5556 #568b55

Analogous Colors of #55568b

#55568b #6f558b #55718b

Monochromatic Colors of #55568b

#55568b

Complementary Color

#55568b #8b8a55

#55568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55568b Color CSS Codes

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

#55568b Text Font Color

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

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


#55568b Background Color

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

This div background color is #55568b


#55568b Border Color

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

This div border color is #55568b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,86,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55568b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55568b;
  -webkit-box-shadow: 1px 1px 3px 2px #55568b;
  box-shadow:         1px 1px 3px 2px #55568b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55568b

#55568b Color Palettes


Comments

No comments written yet.

Please login to write comment.