Color Hex Logo

#585baf Color Hex

#585BAF
(88,91,175)
0 Favorites   0 Comments

Color spaces of #585baf

RGB 8891175
HSL0.660.350.52
HSV238°50°69°
CMYK 0.500.480.00   0.31
XYZ15.503512.652042.1824
Yxy12.65200.22040.1799
Hunter Lab35.569615.5547-45.4138
CIE-Lab42.234122.1822-45.3950

#585baf color RGB value is (88,91,175).

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

The process color (four color CMYK) of #585baf color hex is 0.50, 0.48, 0.00, 0.31. Web safe color of #585baf is #666699. Color #585baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 10101111
Octal 130 133 257
Decimal 88 91 175
Hex 58 5B AF

RGB Percentages of Color #585baf

%24.86
%25.71
%49.44

CMYK Percentages of Color #585baf

%50
%48
%0
%31

Triadic Colors of #585baf

#585baf #af585b #5baf58

Analogous Colors of #585baf

#585baf #8158af #5887af

Monochromatic Colors of #585baf

#585baf

Complementary Color

#585baf #afac58

#585baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585baf Color CSS Codes

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

#585baf Text Font Color

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

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


#585baf Background Color

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

This div background color is #585baf


#585baf Border Color

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

This div border color is #585baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585baf


Comments

No comments written yet.

Please login to write comment.