Color Hex Logo

#558bdc Color Hex

#558BDC
(85,139,220)
0 Favorites   0 Comments

Color spaces of #558bdc

RGB 85139220
HSL0.600.660.60
HSV216°61°86°
CMYK 0.610.370.00   0.14
XYZ25.897225.563871.2795
Yxy25.56380.21100.2083
Hunter Lab50.56072.9467-48.1935
CIE-Lab57.62076.8161-46.7272

#558bdc color RGB value is (85,139,220).

#558bdc hex color red value is 85, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #558bdc hue: 0.60 , saturation: 0.66 and the lightness value of 558bdc is 0.60.

The process color (four color CMYK) of #558bdc color hex is 0.61, 0.37, 0.00, 0.14. Web safe color of #558bdc is #6699cc. Color #558bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11011100
Octal 125 213 334
Decimal 85 139 220
Hex 55 8B DC

RGB Percentages of Color #558bdc

%19.14
%31.31
%49.55

CMYK Percentages of Color #558bdc

%61
%37
%0
%14

Triadic Colors of #558bdc

#558bdc #dc558b #8bdc55

Analogous Colors of #558bdc

#558bdc #6255dc #55cfdc

Monochromatic Colors of #558bdc

#558bdc

Complementary Color

#558bdc #dca655

#558bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bdc Color CSS Codes

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

#558bdc Text Font Color

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

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


#558bdc Background Color

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

This div background color is #558bdc


#558bdc Border Color

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

This div border color is #558bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bdc


Comments

No comments written yet.

Please login to write comment.