Color Hex Logo

#558eba Color Hex

#558EBA
(85,142,186)
0 Favorites   0 Comments

Color spaces of #558eba

RGB 85142186
HSL0.570.420.53
HSV206°54°73°
CMYK 0.540.240.00   0.27
XYZ22.282224.822550.0712
Yxy24.82250.22930.2554
Hunter Lab49.8222-7.3575-24.7108
CIE-Lab56.9021-5.9309-28.6802

#558eba color RGB value is (85,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 10111010
Octal 125 216 272
Decimal 85 142 186
Hex 55 8E BA

RGB Percentages of Color #558eba

%20.58
%34.38
%45.04

CMYK Percentages of Color #558eba

%54
%24
%0
%27

Triadic Colors of #558eba

#558eba #ba558e #8eba55

Analogous Colors of #558eba

#558eba #555bba #55bab4

Monochromatic Colors of #558eba

#558eba

Complementary Color

#558eba #ba8155

#558eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#558eba Color CSS Codes

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

#558eba Text Font Color

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

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


#558eba Background Color

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

This div background color is #558eba


#558eba Border Color

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

This div border color is #558eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558eba


Comments

No comments written yet.

Please login to write comment.