Color Hex Logo

#558cbb Color Hex

#558CBB
(85,140,187)
0 Favorites   0 Comments

Color spaces of #558cbb

RGB 85140187
HSL0.580.430.53
HSV208°55°73°
CMYK 0.550.250.00   0.27
XYZ22.094024.275350.5348
Yxy24.27530.22800.2505
Hunter Lab49.2700-6.1782-26.3231
CIE-Lab56.3624-4.4751-30.0857

#558cbb color RGB value is (85,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 10111011
Octal 125 214 273
Decimal 85 140 187
Hex 55 8C BB

RGB Percentages of Color #558cbb

%20.63
%33.98
%45.39

CMYK Percentages of Color #558cbb

%55
%25
%0
%27

Triadic Colors of #558cbb

#558cbb #bb558c #8cbb55

Analogous Colors of #558cbb

#558cbb #5559bb #55bbb7

Monochromatic Colors of #558cbb

#558cbb

Complementary Color

#558cbb #bb8455

#558cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cbb Color CSS Codes

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

#558cbb Text Font Color

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

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


#558cbb Background Color

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

This div background color is #558cbb


#558cbb Border Color

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

This div border color is #558cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cbb


Comments

No comments written yet.

Please login to write comment.