Color Hex Logo

#568591 Color Hex

#568591
(86,133,145)
0 Favorites   0 Comments

Color spaces of #568591

RGB 86133145
HSL0.530.260.45
HSV192°41°57°
CMYK 0.410.080.00   0.43
XYZ17.336120.797829.8887
Yxy20.79780.25490.3057
Hunter Lab45.6046-11.9532-6.9347
CIE-Lab52.7275-12.6818-11.4851

#568591 color RGB value is (86,133,145).

#568591 hex color red value is 86, green value is 133 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #568591 hue: 0.53 , saturation: 0.26 and the lightness value of 568591 is 0.45.

The process color (four color CMYK) of #568591 color hex is 0.41, 0.08, 0.00, 0.43. Web safe color of #568591 is #669999. Color #568591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000101 10010001
Octal 126 205 221
Decimal 86 133 145
Hex 56 85 91

RGB Percentages of Color #568591

%23.63
%36.54
%39.84

CMYK Percentages of Color #568591

%41
%8
%0
%43

Triadic Colors of #568591

#568591 #915685 #859156

Analogous Colors of #568591

#568591 #566891 #569180

Monochromatic Colors of #568591

#568591

Complementary Color

#568591 #916256

#568591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#568591 Color CSS Codes

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

#568591 Text Font Color

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

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


#568591 Background Color

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

This div background color is #568591


#568591 Border Color

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

This div border color is #568591


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,133,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #568591; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #568591;
  -webkit-box-shadow: 1px 1px 3px 2px #568591;
  box-shadow:         1px 1px 3px 2px #568591; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568591


Comments

No comments written yet.

Please login to write comment.