Color Hex Logo

#5982cb Color Hex

#5982CB
(89,130,203)
0 Favorites   0 Comments

Color spaces of #5982cb

RGB 89130203
HSL0.610.520.57
HSV218°56°80°
CMYK 0.560.360.00   0.20
XYZ22.881922.400959.6177
Yxy22.40090.21810.2135
Hunter Lab47.32963.4706-41.5527
CIE-Lab54.44987.3806-42.1543

#5982cb color RGB value is (89,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000010 11001011
Octal 131 202 313
Decimal 89 130 203
Hex 59 82 CB

RGB Percentages of Color #5982cb

%21.09
%30.81
%48.10

CMYK Percentages of Color #5982cb

%56
%36
%0
%20

Triadic Colors of #5982cb

#5982cb #cb5982 #82cb59

Analogous Colors of #5982cb

#5982cb #6959cb #59bbcb

Monochromatic Colors of #5982cb

#5982cb

Complementary Color

#5982cb #cba259

#5982cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5982cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5982cb Color CSS Codes

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

#5982cb Text Font Color

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

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


#5982cb Background Color

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

This div background color is #5982cb


#5982cb Border Color

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

This div border color is #5982cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5982cb


Comments

No comments written yet.

Please login to write comment.