Color Hex Logo

#558faa Color Hex

#558FAA
(85,143,170)
0 Favorites   0 Comments

Color spaces of #558faa

RGB 85143170
HSL0.550.330.50
HSV199°50°67°
CMYK 0.500.160.00   0.33
XYZ20.824524.478541.6575
Yxy24.47850.23950.2815
Hunter Lab49.4758-11.4514-15.2879
CIE-Lab56.5637-11.3478-20.0816

#558faa color RGB value is (85,143,170).

#558faa hex color red value is 85, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #558faa hue: 0.55 , saturation: 0.33 and the lightness value of 558faa is 0.50.

The process color (four color CMYK) of #558faa color hex is 0.50, 0.16, 0.00, 0.33. Web safe color of #558faa is #669999. Color #558faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 10101010
Octal 125 217 252
Decimal 85 143 170
Hex 55 8F AA

RGB Percentages of Color #558faa

%21.36
%35.93
%42.71

CMYK Percentages of Color #558faa

%50
%16
%0
%33

Triadic Colors of #558faa

#558faa #aa558f #8faa55

Analogous Colors of #558faa

#558faa #5565aa #55aa9b

Monochromatic Colors of #558faa

#558faa

Complementary Color

#558faa #aa7055

#558faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#558faa Color CSS Codes

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

#558faa Text Font Color

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

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


#558faa Background Color

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

This div background color is #558faa


#558faa Border Color

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

This div border color is #558faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558faa;
  -webkit-box-shadow: 1px 1px 3px 2px #558faa;
  box-shadow:         1px 1px 3px 2px #558faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558faa


Comments

No comments written yet.

Please login to write comment.