Color Hex Logo

#5689bc Color Hex

#5689BC
(86,137,188)
0 Favorites   0 Comments

Color spaces of #5689bc

RGB 86137188
HSL0.580.430.54
HSV210°54°74°
CMYK 0.540.270.00   0.26
XYZ21.860523.500650.9608
Yxy23.50060.22700.2440
Hunter Lab48.4774-4.3423-28.3931
CIE-Lab55.5843-2.2081-31.8612

#5689bc color RGB value is (86,137,188).

#5689bc hex color red value is 86, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5689bc hue: 0.58 , saturation: 0.43 and the lightness value of 5689bc is 0.54.

The process color (four color CMYK) of #5689bc color hex is 0.54, 0.27, 0.00, 0.26. Web safe color of #5689bc is #6699cc. Color #5689bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001001 10111100
Octal 126 211 274
Decimal 86 137 188
Hex 56 89 BC

RGB Percentages of Color #5689bc

%20.92
%33.33
%45.74

CMYK Percentages of Color #5689bc

%54
%27
%0
%26

Triadic Colors of #5689bc

#5689bc #bc5689 #89bc56

Analogous Colors of #5689bc

#5689bc #5656bc #56bcbc

Monochromatic Colors of #5689bc

#5689bc

Complementary Color

#5689bc #bc8956

#5689bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5689bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5689bc Color CSS Codes

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

#5689bc Text Font Color

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

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


#5689bc Background Color

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

This div background color is #5689bc


#5689bc Border Color

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

This div border color is #5689bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,137,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5689bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5689bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5689bc;
  box-shadow:         1px 1px 3px 2px #5689bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5689bc


Comments

No comments written yet.

Please login to write comment.