Color Hex Logo

#5683ba Color Hex

#5683BA
(86,131,186)
0 Favorites   0 Comments

Color spaces of #5683ba

RGB 86131186
HSL0.590.420.53
HSV213°54°73°
CMYK 0.540.300.00   0.27
XYZ20.817021.756249.5566
Yxy21.75620.22600.2361
Hunter Lab46.6435-1.9617-30.3424
CIE-Lab53.76740.6693-33.5542

#5683ba color RGB value is (86,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10000011 10111010
Octal 126 203 272
Decimal 86 131 186
Hex 56 83 BA

RGB Percentages of Color #5683ba

%21.34
%32.51
%46.15

CMYK Percentages of Color #5683ba

%54
%30
%0
%27

Triadic Colors of #5683ba

#5683ba #ba5683 #83ba56

Analogous Colors of #5683ba

#5683ba #5b56ba #56b5ba

Monochromatic Colors of #5683ba

#5683ba

Complementary Color

#5683ba #ba8d56

#5683ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5683ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5683ba Color CSS Codes

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

#5683ba Text Font Color

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

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


#5683ba Background Color

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

This div background color is #5683ba


#5683ba Border Color

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

This div border color is #5683ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5683ba


Comments

No comments written yet.

Please login to write comment.