Color Hex Logo

#55599f Color Hex

#55599F
(85,89,159)
0 Favorites   0 Comments

Color spaces of #55599f

RGB 8589159
HSL0.660.300.48
HSV237°47°62°
CMYK 0.470.440.00   0.38
XYZ13.576711.579334.3203
Yxy11.57930.22830.1947
Hunter Lab34.028411.6686-35.9788
CIE-Lab40.539517.6649-38.6292

#55599f color RGB value is (85,89,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 10011111
Octal 125 131 237
Decimal 85 89 159
Hex 55 59 9F

RGB Percentages of Color #55599f

%25.53
%26.73
%47.75

CMYK Percentages of Color #55599f

%47
%44
%0
%38

Triadic Colors of #55599f

#55599f #9f5559 #599f55

Analogous Colors of #55599f

#55599f #76559f #557e9f

Monochromatic Colors of #55599f

#55599f

Complementary Color

#55599f #9f9b55

#55599f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55599f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55599f Color CSS Codes

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

#55599f Text Font Color

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

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


#55599f Background Color

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

This div background color is #55599f


#55599f Border Color

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

This div border color is #55599f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,89,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 #55599f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55599f


Comments

No comments written yet.

Please login to write comment.