Color Hex Logo

#5596ce Color Hex

#5596CE
(85,150,206)
0 Favorites   0 Comments

Color spaces of #5596ce

RGB 85150206
HSL0.580.550.57
HSV208°59°81°
CMYK 0.590.270.00   0.19
XYZ25.793228.200262.4763
Yxy28.20020.22150.2421
Hunter Lab53.1039-6.2321-32.5815
CIE-Lab60.0692-4.1723-35.0401

#5596ce color RGB value is (85,150,206).

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

The process color (four color CMYK) of #5596ce color hex is 0.59, 0.27, 0.00, 0.19. Web safe color of #5596ce is #6699cc. Color #5596ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010110 11001110
Octal 125 226 316
Decimal 85 150 206
Hex 55 96 CE

RGB Percentages of Color #5596ce

%19.27
%34.01
%46.71

CMYK Percentages of Color #5596ce

%59
%27
%0
%19

Triadic Colors of #5596ce

#5596ce #ce5596 #96ce55

Analogous Colors of #5596ce

#5596ce #555ace #55ceca

Monochromatic Colors of #5596ce

#5596ce

Complementary Color

#5596ce #ce8d55

#5596ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5596ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5596ce Color CSS Codes

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

#5596ce Text Font Color

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

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


#5596ce Background Color

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

This div background color is #5596ce


#5596ce Border Color

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

This div border color is #5596ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5596ce


Comments

No comments written yet.

Please login to write comment.