Color Hex Logo

#558fbf Color Hex

#558FBF
(85,143,191)
0 Favorites   0 Comments

Color spaces of #558fbf

RGB 85143191
HSL0.580.450.54
HSV207°55°75°
CMYK 0.550.250.00   0.25
XYZ22.972725.337852.9701
Yxy25.33780.22680.2502
Hunter Lab50.3367-6.6252-27.1562
CIE-Lab57.4031-4.9381-30.7399

#558fbf color RGB value is (85,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 10111111
Octal 125 217 277
Decimal 85 143 191
Hex 55 8F BF

RGB Percentages of Color #558fbf

%20.29
%34.13
%45.58

CMYK Percentages of Color #558fbf

%55
%25
%0
%25

Triadic Colors of #558fbf

#558fbf #bf558f #8fbf55

Analogous Colors of #558fbf

#558fbf #555abf #55bfba

Monochromatic Colors of #558fbf

#558fbf

Complementary Color

#558fbf #bf8555

#558fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558fbf Color CSS Codes

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

#558fbf Text Font Color

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

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


#558fbf Background Color

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

This div background color is #558fbf


#558fbf Border Color

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

This div border color is #558fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558fbf


Comments

No comments written yet.

Please login to write comment.