Color Hex Logo

#557998 Color Hex

#557998
(85,121,152)
0 Favorites   0 Comments

Color spaces of #557998

RGB 85121152
HSL0.580.280.46
HSV208°44°60°
CMYK 0.440.200.00   0.40
XYZ16.251217.873032.2991
Yxy17.87300.24470.2691
Hunter Lab42.2765-5.3679-15.7039
CIE-Lab49.3417-4.1308-20.7268

#557998 color RGB value is (85,121,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 10011000
Octal 125 171 230
Decimal 85 121 152
Hex 55 79 98

RGB Percentages of Color #557998

%23.74
%33.80
%42.46

CMYK Percentages of Color #557998

%44
%20
%0
%40

Triadic Colors of #557998

#557998 #985579 #799855

Analogous Colors of #557998

#557998 #555898 #559896

Monochromatic Colors of #557998

#557998

Complementary Color

#557998 #987455

#557998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557998 Color CSS Codes

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

#557998 Text Font Color

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

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


#557998 Background Color

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

This div background color is #557998


#557998 Border Color

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

This div border color is #557998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557998


Comments

No comments written yet.

Please login to write comment.