Color Hex Logo

#5986ff Color Hex

#5986FF
(89,134,255)
0 Favorites   0 Comments

Color spaces of #5986ff

RGB 89134255
HSL0.621.000.67
HSV224°65°100°
CMYK 0.650.470.00   0.00
XYZ30.694926.394098.0845
Yxy26.39400.19780.1701
Hunter Lab51.375116.7414-77.2330
CIE-Lab58.409222.3118-64.8652

#5986ff color RGB value is (89,134,255).

#5986ff hex color red value is 89, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5986ff hue: 0.62 , saturation: 1.00 and the lightness value of 5986ff is 0.67.

The process color (four color CMYK) of #5986ff color hex is 0.65, 0.47, 0.00, 0.00. Web safe color of #5986ff is #6699ff. Color #5986ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000110 11111111
Octal 131 206 377
Decimal 89 134 255
Hex 59 86 FF

RGB Percentages of Color #5986ff

%18.62
%28.03
%53.35

CMYK Percentages of Color #5986ff

%65
%47
%0
%0

Triadic Colors of #5986ff

#5986ff #ff5986 #86ff59

Analogous Colors of #5986ff

#5986ff #7f59ff #59d9ff

Monochromatic Colors of #5986ff

#5986ff

Complementary Color

#5986ff #ffd259

#5986ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5986ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5986ff Color CSS Codes

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

#5986ff Text Font Color

<p style="color:#5986ff">Text here</p>

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


#5986ff Background Color

<div style="background-color:#5986ff">
Div content here</div>

This div background color is #5986ff


#5986ff Border Color

<div style="border:3px solid #5986ff">
Div here</div>

This div border color is #5986ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,134,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5986ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5986ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5986ff;
  box-shadow:         1px 1px 3px 2px #5986ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5986ff


Comments

No comments written yet.

Please login to write comment.