Color Hex Logo

#559cbc Color Hex

#559CBC
(85,156,188)
0 Favorites   0 Comments

Color spaces of #559cbc

RGB 85156188
HSL0.550.430.54
HSV199°55°74°
CMYK 0.550.170.00   0.26
XYZ24.711929.339151.9375
Yxy29.33910.23320.2768
Hunter Lab54.1656-13.3529-18.9352
CIE-Lab61.0797-13.1164-23.3720

#559cbc color RGB value is (85,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 10111100
Octal 125 234 274
Decimal 85 156 188
Hex 55 9C BC

RGB Percentages of Color #559cbc

%19.81
%36.36
%43.82

CMYK Percentages of Color #559cbc

%55
%17
%0
%26

Triadic Colors of #559cbc

#559cbc #bc559c #9cbc55

Analogous Colors of #559cbc

#559cbc #5569bc #55bca9

Monochromatic Colors of #559cbc

#559cbc

Complementary Color

#559cbc #bc7555

#559cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#559cbc Color CSS Codes

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

#559cbc Text Font Color

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

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


#559cbc Background Color

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

This div background color is #559cbc


#559cbc Border Color

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

This div border color is #559cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559cbc


Comments

No comments written yet.

Please login to write comment.