Color Hex Logo

#5596de Color Hex

#5596DE
(85,150,222)
0 Favorites   0 Comments

Color spaces of #5596de

RGB 85150222
HSL0.590.670.60
HSV212°62°87°
CMYK 0.620.320.00   0.13
XYZ27.837529.017973.2411
Yxy29.01790.21400.2230
Hunter Lab53.8683-2.0260-42.9049
CIE-Lab60.79741.0244-42.8286

#5596de color RGB value is (85,150,222).

#5596de hex color red value is 85, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5596de hue: 0.59 , saturation: 0.67 and the lightness value of 5596de is 0.60.

The process color (four color CMYK) of #5596de color hex is 0.62, 0.32, 0.00, 0.13. Web safe color of #5596de is #6699cc. Color #5596de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010110 11011110
Octal 125 226 336
Decimal 85 150 222
Hex 55 96 DE

RGB Percentages of Color #5596de

%18.60
%32.82
%48.58

CMYK Percentages of Color #5596de

%62
%32
%0
%13

Triadic Colors of #5596de

#5596de #de5596 #96de55

Analogous Colors of #5596de

#5596de #5955de #55dbde

Monochromatic Colors of #5596de

#5596de

Complementary Color

#5596de #de9d55

#5596de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5596de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5596de Color CSS Codes

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

#5596de Text Font Color

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

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


#5596de Background Color

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

This div background color is #5596de


#5596de Border Color

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

This div border color is #5596de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5596de


Comments

No comments written yet.

Please login to write comment.