Color Hex Logo

#568bbe Color Hex

#568BBE
(86,139,190)
0 Favorites   0 Comments

Color spaces of #568bbe

RGB 86139190
HSL0.580.440.54
HSV209°55°75°
CMYK 0.550.270.00   0.25
XYZ22.364624.161452.2001
Yxy24.16140.22650.2447
Hunter Lab49.1542-4.8045-28.5559
CIE-Lab56.2490-2.7365-31.9637

#568bbe color RGB value is (86,139,190).

#568bbe hex color red value is 86, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #568bbe hue: 0.58 , saturation: 0.44 and the lightness value of 568bbe is 0.54.

The process color (four color CMYK) of #568bbe color hex is 0.55, 0.27, 0.00, 0.25. Web safe color of #568bbe is #6699cc. Color #568bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001011 10111110
Octal 126 213 276
Decimal 86 139 190
Hex 56 8B BE

RGB Percentages of Color #568bbe

%20.72
%33.49
%45.78

CMYK Percentages of Color #568bbe

%55
%27
%0
%25

Triadic Colors of #568bbe

#568bbe #be568b #8bbe56

Analogous Colors of #568bbe

#568bbe #5657be #56bebd

Monochromatic Colors of #568bbe

#568bbe

Complementary Color

#568bbe #be8956

#568bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#568bbe Color CSS Codes

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

#568bbe Text Font Color

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

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


#568bbe Background Color

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

This div background color is #568bbe


#568bbe Border Color

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

This div border color is #568bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,139,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #568bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #568bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #568bbe;
  box-shadow:         1px 1px 3px 2px #568bbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568bbe


Comments

No comments written yet.

Please login to write comment.