Color Hex Logo

#558abe Color Hex

#558ABE
(85,138,190)
0 Favorites   0 Comments

Color spaces of #558abe

RGB 85138190
HSL0.580.450.54
HSV210°55°75°
CMYK 0.550.270.00   0.25
XYZ22.129123.826052.1477
Yxy23.82600.22560.2429
Hunter Lab48.8119-4.4970-29.1736
CIE-Lab55.9132-2.3761-32.4904

#558abe color RGB value is (85,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 10111110
Octal 125 212 276
Decimal 85 138 190
Hex 55 8A BE

RGB Percentages of Color #558abe

%20.58
%33.41
%46.00

CMYK Percentages of Color #558abe

%55
%27
%0
%25

Triadic Colors of #558abe

#558abe #be558a #8abe55

Analogous Colors of #558abe

#558abe #5555be #55bebe

Monochromatic Colors of #558abe

#558abe

Complementary Color

#558abe #be8955

#558abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#558abe Color CSS Codes

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

#558abe Text Font Color

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

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


#558abe Background Color

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

This div background color is #558abe


#558abe Border Color

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

This div border color is #558abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558abe

#558abe Color Palettes


Comments

No comments written yet.

Please login to write comment.