Color Hex Logo

#5988cc Color Hex

#5988CC
(89,136,204)
0 Favorites   0 Comments

Color spaces of #5988cc

RGB 89136204
HSL0.600.530.57
HSV215°56°80°
CMYK 0.560.330.00   0.20
XYZ23.823124.091860.5213
Yxy24.09180.21970.2222
Hunter Lab49.08340.7407-38.7480
CIE-Lab56.17964.1322-39.9944

#5988cc color RGB value is (89,136,204).

#5988cc hex color red value is 89, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5988cc hue: 0.60 , saturation: 0.53 and the lightness value of 5988cc is 0.57.

The process color (four color CMYK) of #5988cc color hex is 0.56, 0.33, 0.00, 0.20. Web safe color of #5988cc is #6699cc. Color #5988cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001000 11001100
Octal 131 210 314
Decimal 89 136 204
Hex 59 88 CC

RGB Percentages of Color #5988cc

%20.75
%31.70
%47.55

CMYK Percentages of Color #5988cc

%56
%33
%0
%20

Triadic Colors of #5988cc

#5988cc #cc5988 #88cc59

Analogous Colors of #5988cc

#5988cc #6459cc #59c2cc

Monochromatic Colors of #5988cc

#5988cc

Complementary Color

#5988cc #cc9d59

#5988cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5988cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5988cc Color CSS Codes

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

#5988cc Text Font Color

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

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


#5988cc Background Color

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

This div background color is #5988cc


#5988cc Border Color

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

This div border color is #5988cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,136,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 #5988cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5988cc


Comments

No comments written yet.

Please login to write comment.