Color Hex Logo

#586bbf Color Hex

#586BBF
(88,107,191)
0 Favorites   0 Comments

Color spaces of #586bbf

RGB 88107191
HSL0.640.450.55
HSV229°54°75°
CMYK 0.540.440.00   0.25
XYZ18.686216.351751.4615
Yxy16.35170.21600.1890
Hunter Lab40.437211.7204-47.1480
CIE-Lab47.432617.3189-46.4227

#586bbf color RGB value is (88,107,191).

#586bbf hex color red value is 88, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #586bbf hue: 0.64 , saturation: 0.45 and the lightness value of 586bbf is 0.55.

The process color (four color CMYK) of #586bbf color hex is 0.54, 0.44, 0.00, 0.25. Web safe color of #586bbf is #6666cc. Color #586bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101011 10111111
Octal 130 153 277
Decimal 88 107 191
Hex 58 6B BF

RGB Percentages of Color #586bbf

%22.80
%27.72
%49.48

CMYK Percentages of Color #586bbf

%54
%44
%0
%25

Triadic Colors of #586bbf

#586bbf #bf586b #6bbf58

Analogous Colors of #586bbf

#586bbf #7958bf #589fbf

Monochromatic Colors of #586bbf

#586bbf

Complementary Color

#586bbf #bfac58

#586bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#586bbf Color CSS Codes

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

#586bbf Text Font Color

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

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


#586bbf Background Color

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

This div background color is #586bbf


#586bbf Border Color

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

This div border color is #586bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586bbf


Comments

No comments written yet.

Please login to write comment.