Color Hex Logo

#558ebc Color Hex

#558EBC
(85,142,188)
0 Favorites   0 Comments

Color spaces of #558ebc

RGB 85142188
HSL0.570.430.54
HSV207°55°74°
CMYK 0.550.240.00   0.26
XYZ22.496424.908151.1990
Yxy24.90810.22820.2526
Hunter Lab49.9080-6.8789-25.8881
CIE-Lab56.9858-5.3069-29.6864

#558ebc color RGB value is (85,142,188).

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

The process color (four color CMYK) of #558ebc color hex is 0.55, 0.24, 0.00, 0.26. Web safe color of #558ebc is #6699cc. Color #558ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 10111100
Octal 125 216 274
Decimal 85 142 188
Hex 55 8E BC

RGB Percentages of Color #558ebc

%20.48
%34.22
%45.30

CMYK Percentages of Color #558ebc

%55
%24
%0
%26

Triadic Colors of #558ebc

#558ebc #bc558e #8ebc55

Analogous Colors of #558ebc

#558ebc #555abc #55bcb7

Monochromatic Colors of #558ebc

#558ebc

Complementary Color

#558ebc #bc8355

#558ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ebc Color CSS Codes

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

#558ebc Text Font Color

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

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


#558ebc Background Color

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

This div background color is #558ebc


#558ebc Border Color

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

This div border color is #558ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ebc


Comments

No comments written yet.

Please login to write comment.