Color Hex Logo

#5992cb Color Hex

#5992CB
(89,146,203)
0 Favorites   0 Comments

Color spaces of #5992cb

RGB 89146203
HSL0.580.520.57
HSV210°56°80°
CMYK 0.560.280.00   0.20
XYZ25.178226.993460.3831
Yxy26.99340.22370.2398
Hunter Lab51.9552-4.4180-32.5391
CIE-Lab58.9682-2.0203-35.0612

#5992cb color RGB value is (89,146,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010010 11001011
Octal 131 222 313
Decimal 89 146 203
Hex 59 92 CB

RGB Percentages of Color #5992cb

%20.32
%33.33
%46.35

CMYK Percentages of Color #5992cb

%56
%28
%0
%20

Triadic Colors of #5992cb

#5992cb #cb5992 #92cb59

Analogous Colors of #5992cb

#5992cb #5959cb #59cbcb

Monochromatic Colors of #5992cb

#5992cb

Complementary Color

#5992cb #cb9259

#5992cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5992cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5992cb Color CSS Codes

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

#5992cb Text Font Color

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

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


#5992cb Background Color

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

This div background color is #5992cb


#5992cb Border Color

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

This div border color is #5992cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,146,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5992cb


Comments

No comments written yet.

Please login to write comment.