Color Hex Logo

#586fbd Color Hex

#586FBD
(88,111,189)
0 Favorites   0 Comments

Color spaces of #586fbd

RGB 88111189
HSL0.630.430.54
HSV226°53°74°
CMYK 0.530.410.00   0.26
XYZ18.894217.117750.4523
Yxy17.11770.21850.1980
Hunter Lab41.37359.1125-43.3388
CIE-Lab48.408014.1892-43.7159

#586fbd color RGB value is (88,111,189).

#586fbd hex color red value is 88, green value is 111 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #586fbd hue: 0.63 , saturation: 0.43 and the lightness value of 586fbd is 0.54.

The process color (four color CMYK) of #586fbd color hex is 0.53, 0.41, 0.00, 0.26. Web safe color of #586fbd is #6666cc. Color #586fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101111 10111101
Octal 130 157 275
Decimal 88 111 189
Hex 58 6F BD

RGB Percentages of Color #586fbd

%22.68
%28.61
%48.71

CMYK Percentages of Color #586fbd

%53
%41
%0
%26

Triadic Colors of #586fbd

#586fbd #bd586f #6fbd58

Analogous Colors of #586fbd

#586fbd #7458bd #58a2bd

Monochromatic Colors of #586fbd

#586fbd

Complementary Color

#586fbd #bda658

#586fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#586fbd Color CSS Codes

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

#586fbd Text Font Color

<p style="color:#586fbd">Text here</p>

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


#586fbd Background Color

<div style="background-color:#586fbd">
Div content here</div>

This div background color is #586fbd


#586fbd Border Color

<div style="border:3px solid #586fbd">
Div here</div>

This div border color is #586fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,111,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #586fbd;
  box-shadow:         1px 1px 3px 2px #586fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,111,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586fbd


Comments

No comments written yet.

Please login to write comment.