Color Hex Logo

#558bab Color Hex

#558BAB
(85,139,171)
0 Favorites   0 Comments

Color spaces of #558bab

RGB 85139171
HSL0.560.340.50
HSV202°50°67°
CMYK 0.500.190.00   0.33
XYZ20.329623.336841.9610
Yxy23.33680.23740.2725
Hunter Lab48.3082-9.4209-17.6842
CIE-Lab55.4176-8.8144-22.4095

#558bab color RGB value is (85,139,171).

#558bab hex color red value is 85, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #558bab hue: 0.56 , saturation: 0.34 and the lightness value of 558bab is 0.50.

The process color (four color CMYK) of #558bab color hex is 0.50, 0.19, 0.00, 0.33. Web safe color of #558bab is #669999. Color #558bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 10101011
Octal 125 213 253
Decimal 85 139 171
Hex 55 8B AB

RGB Percentages of Color #558bab

%21.52
%35.19
%43.29

CMYK Percentages of Color #558bab

%50
%19
%0
%33

Triadic Colors of #558bab

#558bab #ab558b #8bab55

Analogous Colors of #558bab

#558bab #5560ab #55aba0

Monochromatic Colors of #558bab

#558bab

Complementary Color

#558bab #ab7555

#558bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bab Color CSS Codes

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

#558bab Text Font Color

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

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


#558bab Background Color

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

This div background color is #558bab


#558bab Border Color

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

This div border color is #558bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bab


Comments

No comments written yet.

Please login to write comment.