Color Hex Logo

#5593ce Color Hex

#5593CE
(85,147,206)
0 Favorites   0 Comments

Color spaces of #5593ce

RGB 85147206
HSL0.580.550.57
HSV209°59°81°
CMYK 0.590.290.00   0.19
XYZ25.320627.255062.3187
Yxy27.25500.22040.2372
Hunter Lab52.2063-4.7867-34.2301
CIE-Lab59.2096-2.4566-36.3823

#5593ce color RGB value is (85,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010011 11001110
Octal 125 223 316
Decimal 85 147 206
Hex 55 93 CE

RGB Percentages of Color #5593ce

%19.41
%33.56
%47.03

CMYK Percentages of Color #5593ce

%59
%29
%0
%19

Triadic Colors of #5593ce

#5593ce #ce5593 #93ce55

Analogous Colors of #5593ce

#5593ce #5557ce #55cecd

Monochromatic Colors of #5593ce

#5593ce

Complementary Color

#5593ce #ce9055

#5593ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5593ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5593ce Color CSS Codes

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

#5593ce Text Font Color

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

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


#5593ce Background Color

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

This div background color is #5593ce


#5593ce Border Color

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

This div border color is #5593ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5593ce


Comments

No comments written yet.

Please login to write comment.