Color Hex Logo

#557999 Color Hex

#557999
(85,121,153)
0 Favorites   0 Comments

Color spaces of #557999

RGB 85121153
HSL0.580.290.47
HSV208°44°60°
CMYK 0.440.210.00   0.40
XYZ16.333517.905932.7323
Yxy17.90590.24390.2674
Hunter Lab42.3154-5.1519-16.2420
CIE-Lab49.3818-3.8358-21.2514

#557999 color RGB value is (85,121,153).

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

The process color (four color CMYK) of #557999 color hex is 0.44, 0.21, 0.00, 0.40. Web safe color of #557999 is #666699. Color #557999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 10011001
Octal 125 171 231
Decimal 85 121 153
Hex 55 79 99

RGB Percentages of Color #557999

%23.68
%33.70
%42.62

CMYK Percentages of Color #557999

%44
%21
%0
%40

Triadic Colors of #557999

#557999 #995579 #799955

Analogous Colors of #557999

#557999 #555799 #559997

Monochromatic Colors of #557999

#557999

Complementary Color

#557999 #997555

#557999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557999 Color CSS Codes

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

#557999 Text Font Color

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

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


#557999 Background Color

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

This div background color is #557999


#557999 Border Color

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

This div border color is #557999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557999


Comments

No comments written yet.

Please login to write comment.