Color Hex Logo

#558abb Color Hex

#558ABB
(85,138,187)
0 Favorites   0 Comments

Color spaces of #558abb

RGB 85138187
HSL0.580.430.53
HSV209°55°73°
CMYK 0.550.260.00   0.27
XYZ21.804423.696150.4383
Yxy23.69610.22730.2470
Hunter Lab48.6786-5.2329-27.3582
CIE-Lab55.7822-3.3236-30.9873

#558abb color RGB value is (85,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 10111011
Octal 125 212 273
Decimal 85 138 187
Hex 55 8A BB

RGB Percentages of Color #558abb

%20.73
%33.66
%45.61

CMYK Percentages of Color #558abb

%55
%26
%0
%27

Triadic Colors of #558abb

#558abb #bb558a #8abb55

Analogous Colors of #558abb

#558abb #5557bb #55bbb9

Monochromatic Colors of #558abb

#558abb

Complementary Color

#558abb #bb8655

#558abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558abb Color CSS Codes

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

#558abb Text Font Color

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

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


#558abb Background Color

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

This div background color is #558abb


#558abb Border Color

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

This div border color is #558abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558abb


Comments

No comments written yet.

Please login to write comment.