Color Hex Logo

#5596cb Color Hex

#5596CB
(85,150,203)
0 Favorites   0 Comments

Color spaces of #5596cb

RGB 85150203
HSL0.570.530.56
HSV207°58°80°
CMYK 0.580.260.00   0.20
XYZ25.432228.055860.5748
Yxy28.05580.22300.2460
Hunter Lab52.9677-6.9876-30.7277
CIE-Lab59.9391-5.1290-33.5609

#5596cb color RGB value is (85,150,203).

#5596cb hex color red value is 85, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5596cb hue: 0.57 , saturation: 0.53 and the lightness value of 5596cb is 0.56.

The process color (four color CMYK) of #5596cb color hex is 0.58, 0.26, 0.00, 0.20. Web safe color of #5596cb is #6699cc. Color #5596cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010110 11001011
Octal 125 226 313
Decimal 85 150 203
Hex 55 96 CB

RGB Percentages of Color #5596cb

%19.41
%34.25
%46.35

CMYK Percentages of Color #5596cb

%58
%26
%0
%20

Triadic Colors of #5596cb

#5596cb #cb5596 #96cb55

Analogous Colors of #5596cb

#5596cb #555bcb #55cbc5

Monochromatic Colors of #5596cb

#5596cb

Complementary Color

#5596cb #cb8a55

#5596cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5596cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5596cb Color CSS Codes

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

#5596cb Text Font Color

<p style="color:#5596cb">Text here</p>

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


#5596cb Background Color

<div style="background-color:#5596cb">
Div content here</div>

This div background color is #5596cb


#5596cb Border Color

<div style="border:3px solid #5596cb">
Div here</div>

This div border color is #5596cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,150,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5596cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5596cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5596cb;
  box-shadow:         1px 1px 3px 2px #5596cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5596cb


Comments

No comments written yet.

Please login to write comment.