Color Hex Logo

#559bbc Color Hex

#559BBC
(85,155,188)
0 Favorites   0 Comments

Color spaces of #559bbc

RGB 85155188
HSL0.550.430.54
HSV199°55°74°
CMYK 0.550.180.00   0.26
XYZ24.544829.004851.8818
Yxy29.00480.23280.2751
Hunter Lab53.8561-12.8972-19.4172
CIE-Lab60.7859-12.5706-23.8228

#559bbc color RGB value is (85,155,188).

#559bbc hex color red value is 85, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #559bbc hue: 0.55 , saturation: 0.43 and the lightness value of 559bbc is 0.54.

The process color (four color CMYK) of #559bbc color hex is 0.55, 0.18, 0.00, 0.26. Web safe color of #559bbc is #6699cc. Color #559bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 10111100
Octal 125 233 274
Decimal 85 155 188
Hex 55 9B BC

RGB Percentages of Color #559bbc

%19.86
%36.21
%43.93

CMYK Percentages of Color #559bbc

%55
%18
%0
%26

Triadic Colors of #559bbc

#559bbc #bc559b #9bbc55

Analogous Colors of #559bbc

#559bbc #5568bc #55bcaa

Monochromatic Colors of #559bbc

#559bbc

Complementary Color

#559bbc #bc7655

#559bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bbc Color CSS Codes

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

#559bbc Text Font Color

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

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


#559bbc Background Color

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

This div background color is #559bbc


#559bbc Border Color

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

This div border color is #559bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bbc


Comments

No comments written yet.

Please login to write comment.