Color Hex Logo

#568596 Color Hex

#568596
(86,133,150)
0 Favorites   0 Comments

Color spaces of #568596

RGB 86133150
HSL0.540.270.46
HSV196°43°59°
CMYK 0.430.110.00   0.41
XYZ17.730320.955531.9645
Yxy20.95550.25100.2966
Hunter Lab45.7772-10.9739-9.3560
CIE-Lab52.9008-11.2955-14.1283

#568596 color RGB value is (86,133,150).

#568596 hex color red value is 86, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #568596 hue: 0.54 , saturation: 0.27 and the lightness value of 568596 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000101 10010110
Octal 126 205 226
Decimal 86 133 150
Hex 56 85 96

RGB Percentages of Color #568596

%23.31
%36.04
%40.65

CMYK Percentages of Color #568596

%43
%11
%0
%41

Triadic Colors of #568596

#568596 #965685 #859656

Analogous Colors of #568596

#568596 #566596 #569687

Monochromatic Colors of #568596

#568596

Complementary Color

#568596 #966756

#568596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#568596 Color CSS Codes

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

#568596 Text Font Color

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

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


#568596 Background Color

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

This div background color is #568596


#568596 Border Color

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

This div border color is #568596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568596


Comments

No comments written yet.

Please login to write comment.