Color Hex Logo

#558cbe Color Hex

#558CBE
(85,140,190)
0 Favorites   0 Comments

Color spaces of #558cbe

RGB 85140190
HSL0.580.450.54
HSV209°55°75°
CMYK 0.550.260.00   0.25
XYZ22.418724.405252.2443
Yxy24.40520.22630.2463
Hunter Lab49.4016-5.4486-28.1205
CIE-Lab56.4912-3.5318-31.5903

#558cbe color RGB value is (85,140,190).

#558cbe hex color red value is 85, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #558cbe hue: 0.58 , saturation: 0.45 and the lightness value of 558cbe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 10111110
Octal 125 214 276
Decimal 85 140 190
Hex 55 8C BE

RGB Percentages of Color #558cbe

%20.48
%33.73
%45.78

CMYK Percentages of Color #558cbe

%55
%26
%0
%25

Triadic Colors of #558cbe

#558cbe #be558c #8cbe55

Analogous Colors of #558cbe

#558cbe #5557be #55bebc

Monochromatic Colors of #558cbe

#558cbe

Complementary Color

#558cbe #be8755

#558cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cbe Color CSS Codes

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

#558cbe Text Font Color

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

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


#558cbe Background Color

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

This div background color is #558cbe


#558cbe Border Color

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

This div border color is #558cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cbe


Comments

No comments written yet.

Please login to write comment.