Color Hex Logo

#5599ce Color Hex

#5599CE
(85,153,206)
0 Favorites   0 Comments

Color spaces of #5599ce

RGB 85153206
HSL0.570.550.57
HSV206°59°81°
CMYK 0.590.260.00   0.19
XYZ26.278129.170062.6379
Yxy29.17000.22250.2470
Hunter Lab54.0093-7.6674-30.9558
CIE-Lab60.9314-5.8727-33.6968

#5599ce color RGB value is (85,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 11001110
Octal 125 231 316
Decimal 85 153 206
Hex 55 99 CE

RGB Percentages of Color #5599ce

%19.14
%34.46
%46.40

CMYK Percentages of Color #5599ce

%59
%26
%0
%19

Triadic Colors of #5599ce

#5599ce #ce5599 #99ce55

Analogous Colors of #5599ce

#5599ce #555dce #55cec7

Monochromatic Colors of #5599ce

#5599ce

Complementary Color

#5599ce #ce8a55

#5599ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5599ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5599ce Color CSS Codes

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

#5599ce Text Font Color

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

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


#5599ce Background Color

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

This div background color is #5599ce


#5599ce Border Color

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

This div border color is #5599ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5599ce


Comments

No comments written yet.

Please login to write comment.