Color Hex Logo

#557bad Color Hex

#557BAD
(85,123,173)
0 Favorites   0 Comments

Color spaces of #557bad

RGB 85123173
HSL0.590.350.51
HSV214°51°68°
CMYK 0.510.290.00   0.32
XYZ18.372119.114342.2563
Yxy19.11430.23040.2397
Hunter Lab43.7199-1.5001-26.7012
CIE-Lab50.82071.0768-30.6758

#557bad color RGB value is (85,123,173).

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

The process color (four color CMYK) of #557bad color hex is 0.51, 0.29, 0.00, 0.32. Web safe color of #557bad is #666699. Color #557bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111011 10101101
Octal 125 173 255
Decimal 85 123 173
Hex 55 7B AD

RGB Percentages of Color #557bad

%22.31
%32.28
%45.41

CMYK Percentages of Color #557bad

%51
%29
%0
%32

Triadic Colors of #557bad

#557bad #ad557b #7bad55

Analogous Colors of #557bad

#557bad #5b55ad #55a7ad

Monochromatic Colors of #557bad

#557bad

Complementary Color

#557bad #ad8755

#557bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#557bad Color CSS Codes

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

#557bad Text Font Color

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

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


#557bad Background Color

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

This div background color is #557bad


#557bad Border Color

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

This div border color is #557bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,123,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 #557bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557bad


Comments

No comments written yet.

Please login to write comment.