Color Hex Logo

#5992cc Color Hex

#5992CC
(89,146,204)
0 Favorites   0 Comments

Color spaces of #5992cc

RGB 89146204
HSL0.580.530.57
HSV210°56°80°
CMYK 0.560.280.00   0.20
XYZ25.297827.041261.0129
Yxy27.04120.22320.2386
Hunter Lab52.0012-4.1644-33.1641
CIE-Lab59.0124-1.7033-35.5542

#5992cc color RGB value is (89,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010010 11001100
Octal 131 222 314
Decimal 89 146 204
Hex 59 92 CC

RGB Percentages of Color #5992cc

%20.27
%33.26
%46.47

CMYK Percentages of Color #5992cc

%56
%28
%0
%20

Triadic Colors of #5992cc

#5992cc #cc5992 #92cc59

Analogous Colors of #5992cc

#5992cc #5959cc #59cccc

Monochromatic Colors of #5992cc

#5992cc

Complementary Color

#5992cc #cc9359

#5992cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5992cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5992cc Color CSS Codes

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

#5992cc Text Font Color

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

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


#5992cc Background Color

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

This div background color is #5992cc


#5992cc Border Color

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

This div border color is #5992cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5992cc


Comments

No comments written yet.

Please login to write comment.