Color Hex Logo

#55589f Color Hex

#55589F
(85,88,159)
0 Favorites   0 Comments

Color spaces of #55589f

RGB 8588159
HSL0.660.300.48
HSV238°47°62°
CMYK 0.470.450.00   0.38
XYZ13.494011.413934.2928
Yxy11.41390.22790.1928
Hunter Lab33.784512.1727-36.5330
CIE-Lab40.269018.2991-39.0592

#55589f color RGB value is (85,88,159).

#55589f hex color red value is 85, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #55589f hue: 0.66 , saturation: 0.30 and the lightness value of 55589f is 0.48.

The process color (four color CMYK) of #55589f color hex is 0.47, 0.45, 0.00, 0.38. Web safe color of #55589f is #666699. Color #55589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 10011111
Octal 125 130 237
Decimal 85 88 159
Hex 55 58 9F

RGB Percentages of Color #55589f

%25.60
%26.51
%47.89

CMYK Percentages of Color #55589f

%47
%45
%0
%38

Triadic Colors of #55589f

#55589f #9f5558 #589f55

Analogous Colors of #55589f

#55589f #77559f #557d9f

Monochromatic Colors of #55589f

#55589f

Complementary Color

#55589f #9f9c55

#55589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55589f Color CSS Codes

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

#55589f Text Font Color

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

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


#55589f Background Color

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

This div background color is #55589f


#55589f Border Color

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

This div border color is #55589f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,88,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55589f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55589f;
  -webkit-box-shadow: 1px 1px 3px 2px #55589f;
  box-shadow:         1px 1px 3px 2px #55589f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55589f


Comments

No comments written yet.

Please login to write comment.