Color Hex Logo

#559899 Color Hex

#559899
(85,152,153)
0 Favorites   0 Comments

Color spaces of #559899

RGB 85152153
HSL0.500.290.47
HSV181°44°60°
CMYK 0.440.010.00   0.40
XYZ20.724326.687734.1959
Yxy26.68770.25390.3270
Hunter Lab51.6601-18.7971-3.0843
CIE-Lab58.6841-20.9717-7.1807

#559899 color RGB value is (85,152,153).

#559899 hex color red value is 85, green value is 152 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #559899 hue: 0.50 , saturation: 0.29 and the lightness value of 559899 is 0.47.

The process color (four color CMYK) of #559899 color hex is 0.44, 0.01, 0.00, 0.40. Web safe color of #559899 is #669999. Color #559899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 10011001
Octal 125 230 231
Decimal 85 152 153
Hex 55 98 99

RGB Percentages of Color #559899

%21.79
%38.97
%39.23

CMYK Percentages of Color #559899

%44
%1
%0
%40

Triadic Colors of #559899

#559899 #995598 #989955

Analogous Colors of #559899

#559899 #557699 #559978

Monochromatic Colors of #559899

#559899

Complementary Color

#559899 #995655

#559899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559899 Color CSS Codes

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

#559899 Text Font Color

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

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


#559899 Background Color

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

This div background color is #559899


#559899 Border Color

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

This div border color is #559899


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,152,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559899; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559899;
  -webkit-box-shadow: 1px 1px 3px 2px #559899;
  box-shadow:         1px 1px 3px 2px #559899; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559899


Comments

No comments written yet.

Please login to write comment.