Color Hex Logo

#558fcf Color Hex

#558FCF
(85,143,207)
0 Favorites   0 Comments

Color spaces of #558fcf

RGB 85143207
HSL0.590.560.57
HSV211°59°81°
CMYK 0.590.310.00   0.19
XYZ24.831326.081262.7569
Yxy26.08120.21850.2294
Hunter Lab51.0698-2.5812-37.1095
CIE-Lab58.11400.1799-38.6595

#558fcf color RGB value is (85,143,207).

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

The process color (four color CMYK) of #558fcf color hex is 0.59, 0.31, 0.00, 0.19. Web safe color of #558fcf is #6699cc. Color #558fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 11001111
Octal 125 217 317
Decimal 85 143 207
Hex 55 8F CF

RGB Percentages of Color #558fcf

%19.54
%32.87
%47.59

CMYK Percentages of Color #558fcf

%59
%31
%0
%19

Triadic Colors of #558fcf

#558fcf #cf558f #8fcf55

Analogous Colors of #558fcf

#558fcf #5855cf #55cccf

Monochromatic Colors of #558fcf

#558fcf

Complementary Color

#558fcf #cf9555

#558fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558fcf Color CSS Codes

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

#558fcf Text Font Color

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

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


#558fcf Background Color

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

This div background color is #558fcf


#558fcf Border Color

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

This div border color is #558fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558fcf


Comments

No comments written yet.

Please login to write comment.