Color Hex Logo

#558bdb Color Hex

#558BDB
(85,139,219)
0 Favorites   0 Comments

Color spaces of #558bdb

RGB 85139219
HSL0.600.650.60
HSV216°61°86°
CMYK 0.610.370.00   0.14
XYZ25.765125.511070.5840
Yxy25.51100.21140.2093
Hunter Lab50.50842.6658-47.5001
CIE-Lab57.57006.4826-46.2479

#558bdb color RGB value is (85,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11011011
Octal 125 213 333
Decimal 85 139 219
Hex 55 8B DB

RGB Percentages of Color #558bdb

%19.19
%31.38
%49.44

CMYK Percentages of Color #558bdb

%61
%37
%0
%14

Triadic Colors of #558bdb

#558bdb #db558b #8bdb55

Analogous Colors of #558bdb

#558bdb #6255db #55cedb

Monochromatic Colors of #558bdb

#558bdb

Complementary Color

#558bdb #dba555

#558bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bdb Color CSS Codes

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

#558bdb Text Font Color

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

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


#558bdb Background Color

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

This div background color is #558bdb


#558bdb Border Color

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

This div border color is #558bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bdb


Comments

No comments written yet.

Please login to write comment.