Color Hex Logo

#559cb2 Color Hex

#559CB2
(85,156,178)
0 Favorites   0 Comments

Color spaces of #559cb2

RGB 85156178
HSL0.540.380.52
HSV194°52°70°
CMYK 0.520.120.00   0.30
XYZ23.670728.922646.4545
Yxy28.92260.23900.2920
Hunter Lab53.7797-15.5493-13.5684
CIE-Lab60.7133-16.0832-18.2991

#559cb2 color RGB value is (85,156,178).

#559cb2 hex color red value is 85, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #559cb2 hue: 0.54 , saturation: 0.38 and the lightness value of 559cb2 is 0.52.

The process color (four color CMYK) of #559cb2 color hex is 0.52, 0.12, 0.00, 0.30. Web safe color of #559cb2 is #669999. Color #559cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 10110010
Octal 125 234 262
Decimal 85 156 178
Hex 55 9C B2

RGB Percentages of Color #559cb2

%20.29
%37.23
%42.48

CMYK Percentages of Color #559cb2

%52
%12
%0
%30

Triadic Colors of #559cb2

#559cb2 #b2559c #9cb255

Analogous Colors of #559cb2

#559cb2 #556eb2 #55b29a

Monochromatic Colors of #559cb2

#559cb2

Complementary Color

#559cb2 #b26b55

#559cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559cb2 Color CSS Codes

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

#559cb2 Text Font Color

<p style="color:#559cb2">Text here</p>

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


#559cb2 Background Color

<div style="background-color:#559cb2">
Div content here</div>

This div background color is #559cb2


#559cb2 Border Color

<div style="border:3px solid #559cb2">
Div here</div>

This div border color is #559cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,156,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #559cb2;
  box-shadow:         1px 1px 3px 2px #559cb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559cb2


Comments

No comments written yet.

Please login to write comment.