Color Hex Logo

#558bad Color Hex

#558BAD
(85,139,173)
0 Favorites   0 Comments

Color spaces of #558bad

RGB 85139173
HSL0.560.350.51
HSV203°51°68°
CMYK 0.510.200.00   0.32
XYZ20.521823.413742.9728
Yxy23.41370.23610.2694
Hunter Lab48.3877-8.9745-18.7837
CIE-Lab55.4959-8.2128-23.4349

#558bad color RGB value is (85,139,173).

#558bad hex color red value is 85, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #558bad hue: 0.56 , saturation: 0.35 and the lightness value of 558bad is 0.51.

The process color (four color CMYK) of #558bad color hex is 0.51, 0.20, 0.00, 0.32. Web safe color of #558bad is #669999. Color #558bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 10101101
Octal 125 213 255
Decimal 85 139 173
Hex 55 8B AD

RGB Percentages of Color #558bad

%21.41
%35.01
%43.58

CMYK Percentages of Color #558bad

%51
%20
%0
%32

Triadic Colors of #558bad

#558bad #ad558b #8bad55

Analogous Colors of #558bad

#558bad #555fad #55ada3

Monochromatic Colors of #558bad

#558bad

Complementary Color

#558bad #ad7755

#558bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bad Color CSS Codes

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

#558bad Text Font Color

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

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


#558bad Background Color

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

This div background color is #558bad


#558bad Border Color

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

This div border color is #558bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bad


Comments

No comments written yet.

Please login to write comment.