Color Hex Logo

#558acb Color Hex

#558ACB
(85,138,203)
0 Favorites   0 Comments

Color spaces of #558acb

RGB 85138203
HSL0.590.530.56
HSV213°58°80°
CMYK 0.580.320.00   0.20
XYZ23.614324.420059.9688
Yxy24.42000.21860.2261
Hunter Lab49.4166-1.1807-37.3589
CIE-Lab56.50591.8021-38.9299

#558acb color RGB value is (85,138,203).

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

The process color (four color CMYK) of #558acb color hex is 0.58, 0.32, 0.00, 0.20. Web safe color of #558acb is #6699cc. Color #558acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11001011
Octal 125 212 313
Decimal 85 138 203
Hex 55 8A CB

RGB Percentages of Color #558acb

%19.95
%32.39
%47.65

CMYK Percentages of Color #558acb

%58
%32
%0
%20

Triadic Colors of #558acb

#558acb #cb558a #8acb55

Analogous Colors of #558acb

#558acb #5b55cb #55c5cb

Monochromatic Colors of #558acb

#558acb

Complementary Color

#558acb #cb9655

#558acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558acb Color CSS Codes

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

#558acb Text Font Color

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

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


#558acb Background Color

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

This div background color is #558acb


#558acb Border Color

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

This div border color is #558acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558acb


Comments

No comments written yet.

Please login to write comment.