Color Hex Logo

#58568c Color Hex

#58568C
(88,86,140)
0 Favorites   0 Comments

Color spaces of #58568c

RGB 8886140
HSL0.670.240.44
HSV242°39°55°
CMYK 0.370.390.00   0.45
XYZ12.085910.623726.2245
Yxy10.62370.24700.2171
Hunter Lab32.59409.1485-24.8877
CIE-Lab38.939314.6225-29.7129

#58568c color RGB value is (88,86,140).

#58568c hex color red value is 88, green value is 86 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #58568c hue: 0.67 , saturation: 0.24 and the lightness value of 58568c is 0.44.

The process color (four color CMYK) of #58568c color hex is 0.37, 0.39, 0.00, 0.45. Web safe color of #58568c is #666699. Color #58568c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010110 10001100
Octal 130 126 214
Decimal 88 86 140
Hex 58 56 8C

RGB Percentages of Color #58568c

%28.03
%27.39
%44.59

CMYK Percentages of Color #58568c

%37
%39
%0
%45

Triadic Colors of #58568c

#58568c #8c5856 #568c58

Analogous Colors of #58568c

#58568c #73568c #566f8c

Monochromatic Colors of #58568c

#58568c

Complementary Color

#58568c #8a8c56

#58568c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58568c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58568c Color CSS Codes

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

#58568c Text Font Color

<p style="color:#58568c">Text here</p>

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


#58568c Background Color

<div style="background-color:#58568c">
Div content here</div>

This div background color is #58568c


#58568c Border Color

<div style="border:3px solid #58568c">
Div here</div>

This div border color is #58568c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,86,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58568c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58568c;
  -webkit-box-shadow: 1px 1px 3px 2px #58568c;
  box-shadow:         1px 1px 3px 2px #58568c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58568c


Comments

No comments written yet.

Please login to write comment.