Color Hex Logo

#585bbf Color Hex

#585BBF
(88,91,191)
0 Favorites   0 Comments

Color spaces of #585bbf

RGB 8891191
HSL0.660.450.55
HSV238°54°75°
CMYK 0.540.520.00   0.25
XYZ17.169613.318550.9560
Yxy13.31850.21080.1635
Hunter Lab36.494520.1136-57.2384
CIE-Lab43.239327.3050-53.1408

#585bbf color RGB value is (88,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 10111111
Octal 130 133 277
Decimal 88 91 191
Hex 58 5B BF

RGB Percentages of Color #585bbf

%23.78
%24.59
%51.62

CMYK Percentages of Color #585bbf

%54
%52
%0
%25

Triadic Colors of #585bbf

#585bbf #bf585b #5bbf58

Analogous Colors of #585bbf

#585bbf #8958bf #588fbf

Monochromatic Colors of #585bbf

#585bbf

Complementary Color

#585bbf #bfbc58

#585bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585bbf Color CSS Codes

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

#585bbf Text Font Color

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

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


#585bbf Background Color

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

This div background color is #585bbf


#585bbf Border Color

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

This div border color is #585bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,91,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 #585bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585bbf


Comments

No comments written yet.

Please login to write comment.