Color Hex Logo

#558acc Color Hex

#558ACC
(85,138,204)
0 Favorites   0 Comments

Color spaces of #558acc

RGB 85138204
HSL0.590.540.57
HSV213°58°80°
CMYK 0.580.320.00   0.20
XYZ23.733924.467960.5986
Yxy24.46790.21810.2249
Hunter Lab49.4650-0.9174-38.0094
CIE-Lab56.55332.1276-39.4202

#558acc color RGB value is (85,138,204).

#558acc hex color red value is 85, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #558acc hue: 0.59 , saturation: 0.54 and the lightness value of 558acc is 0.57.

The process color (four color CMYK) of #558acc color hex is 0.58, 0.32, 0.00, 0.20. Web safe color of #558acc is #6699cc. Color #558acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11001100
Octal 125 212 314
Decimal 85 138 204
Hex 55 8A CC

RGB Percentages of Color #558acc

%19.91
%32.32
%47.78

CMYK Percentages of Color #558acc

%58
%32
%0
%20

Triadic Colors of #558acc

#558acc #cc558a #8acc55

Analogous Colors of #558acc

#558acc #5c55cc #55c6cc

Monochromatic Colors of #558acc

#558acc

Complementary Color

#558acc #cc9755

#558acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558acc Color CSS Codes

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

#558acc Text Font Color

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

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


#558acc Background Color

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

This div background color is #558acc


#558acc Border Color

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

This div border color is #558acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558acc


Comments

No comments written yet.

Please login to write comment.