Color Hex Logo

#5699cc Color Hex

#5699CC
(86,153,204)
0 Favorites   0 Comments

Color spaces of #5699cc

RGB 86153204
HSL0.570.540.57
HSV206°58°80°
CMYK 0.580.250.00   0.20
XYZ26.128129.120561.3705
Yxy29.12050.22400.2497
Hunter Lab53.9634-8.0095-29.6538
CIE-Lab60.8878-6.3059-32.6423

#5699cc color RGB value is (86,153,204).

#5699cc hex color red value is 86, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5699cc hue: 0.57 , saturation: 0.54 and the lightness value of 5699cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10011001 11001100
Octal 126 231 314
Decimal 86 153 204
Hex 56 99 CC

RGB Percentages of Color #5699cc

%19.41
%34.54
%46.05

CMYK Percentages of Color #5699cc

%58
%25
%0
%20

Triadic Colors of #5699cc

#5699cc #cc5699 #99cc56

Analogous Colors of #5699cc

#5699cc #565ecc #56ccc4

Monochromatic Colors of #5699cc

#5699cc

Complementary Color

#5699cc #cc8956

#5699cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5699cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5699cc Color CSS Codes

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

#5699cc Text Font Color

<p style="color:#5699cc">Text here</p>

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


#5699cc Background Color

<div style="background-color:#5699cc">
Div content here</div>

This div background color is #5699cc


#5699cc Border Color

<div style="border:3px solid #5699cc">
Div here</div>

This div border color is #5699cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,153,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5699cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5699cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5699cc;
  box-shadow:         1px 1px 3px 2px #5699cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,153,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5699cc


Comments

No comments written yet.

Please login to write comment.