Color Hex Logo

#558caa Color Hex

#558CAA
(85,140,170)
0 Favorites   0 Comments

Color spaces of #558caa

RGB 85140170
HSL0.560.330.50
HSV201°50°67°
CMYK 0.500.180.00   0.33
XYZ20.380123.589741.5093
Yxy23.58970.23840.2760
Hunter Lab48.5692-10.0959-16.6733
CIE-Lab55.6746-9.6750-21.4421

#558caa color RGB value is (85,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 10101010
Octal 125 214 252
Decimal 85 140 170
Hex 55 8C AA

RGB Percentages of Color #558caa

%21.52
%35.44
%43.04

CMYK Percentages of Color #558caa

%50
%18
%0
%33

Triadic Colors of #558caa

#558caa #aa558c #8caa55

Analogous Colors of #558caa

#558caa #5561aa #55aa9e

Monochromatic Colors of #558caa

#558caa

Complementary Color

#558caa #aa7355

#558caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#558caa Color CSS Codes

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

#558caa Text Font Color

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

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


#558caa Background Color

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

This div background color is #558caa


#558caa Border Color

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

This div border color is #558caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558caa


Comments

No comments written yet.

Please login to write comment.