Color Hex Logo

#5683bb Color Hex

#5683BB
(86,131,187)
0 Favorites   0 Comments

Color spaces of #5683bb

RGB 86131187
HSL0.590.430.54
HSV213°54°73°
CMYK 0.540.300.00   0.27
XYZ20.923721.798950.1185
Yxy21.79890.22540.2348
Hunter Lab46.6893-1.7119-30.9622
CIE-Lab53.81300.9868-34.0548

#5683bb color RGB value is (86,131,187).

#5683bb hex color red value is 86, green value is 131 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5683bb hue: 0.59 , saturation: 0.43 and the lightness value of 5683bb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000011 10111011
Octal 126 203 273
Decimal 86 131 187
Hex 56 83 BB

RGB Percentages of Color #5683bb

%21.29
%32.43
%46.29

CMYK Percentages of Color #5683bb

%54
%30
%0
%27

Triadic Colors of #5683bb

#5683bb #bb5683 #83bb56

Analogous Colors of #5683bb

#5683bb #5c56bb #56b6bb

Monochromatic Colors of #5683bb

#5683bb

Complementary Color

#5683bb #bb8e56

#5683bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5683bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5683bb Color CSS Codes

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

#5683bb Text Font Color

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

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


#5683bb Background Color

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

This div background color is #5683bb


#5683bb Border Color

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

This div border color is #5683bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,131,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5683bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5683bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5683bb;
  box-shadow:         1px 1px 3px 2px #5683bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5683bb


Comments

No comments written yet.

Please login to write comment.