Color Hex Logo

#558abf Color Hex

#558ABF
(85,138,191)
0 Favorites   0 Comments

Color spaces of #558abf

RGB 85138191
HSL0.580.450.54
HSV210°55°75°
CMYK 0.550.280.00   0.25
XYZ22.238823.869852.7254
Yxy23.86980.22500.2415
Hunter Lab48.8567-4.2489-29.7851
CIE-Lab55.9572-2.0585-32.9902

#558abf color RGB value is (85,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 10111111
Octal 125 212 277
Decimal 85 138 191
Hex 55 8A BF

RGB Percentages of Color #558abf

%20.53
%33.33
%46.14

CMYK Percentages of Color #558abf

%55
%28
%0
%25

Triadic Colors of #558abf

#558abf #bf558a #8abf55

Analogous Colors of #558abf

#558abf #5555bf #55bfbf

Monochromatic Colors of #558abf

#558abf

Complementary Color

#558abf #bf8a55

#558abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558abf Color CSS Codes

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

#558abf Text Font Color

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

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


#558abf Background Color

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

This div background color is #558abf


#558abf Border Color

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

This div border color is #558abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558abf


Comments

No comments written yet.

Please login to write comment.