Color Hex Logo

#558fbc Color Hex

#558FBC
(85,143,188)
0 Favorites   0 Comments

Color spaces of #558fbc

RGB 85143188
HSL0.570.430.54
HSV206°55°74°
CMYK 0.550.240.00   0.26
XYZ22.645925.207151.2488
Yxy25.20710.22850.2544
Hunter Lab50.2067-7.3486-25.3760
CIE-Lab57.2767-5.8771-29.2353

#558fbc color RGB value is (85,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 10111100
Octal 125 217 274
Decimal 85 143 188
Hex 55 8F BC

RGB Percentages of Color #558fbc

%20.43
%34.38
%45.19

CMYK Percentages of Color #558fbc

%55
%24
%0
%26

Triadic Colors of #558fbc

#558fbc #bc558f #8fbc55

Analogous Colors of #558fbc

#558fbc #555bbc #55bcb6

Monochromatic Colors of #558fbc

#558fbc

Complementary Color

#558fbc #bc8255

#558fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558fbc Color CSS Codes

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

#558fbc Text Font Color

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

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


#558fbc Background Color

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

This div background color is #558fbc


#558fbc Border Color

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

This div border color is #558fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558fbc


Comments

No comments written yet.

Please login to write comment.