Color Hex Logo

#5690be Color Hex

#5690BE
(86,144,190)
0 Favorites   0 Comments

Color spaces of #5690be

RGB 86144190
HSL0.570.440.54
HSV207°55°75°
CMYK 0.550.240.00   0.25
XYZ23.105325.642752.4469
Yxy25.64270.22830.2534
Hunter Lab50.6386-7.1719-25.9602
CIE-Lab57.6963-5.6041-29.7147

#5690be color RGB value is (86,144,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010000 10111110
Octal 126 220 276
Decimal 86 144 190
Hex 56 90 BE

RGB Percentages of Color #5690be

%20.48
%34.29
%45.24

CMYK Percentages of Color #5690be

%55
%24
%0
%25

Triadic Colors of #5690be

#5690be #be5690 #90be56

Analogous Colors of #5690be

#5690be #565cbe #56beb8

Monochromatic Colors of #5690be

#5690be

Complementary Color

#5690be #be8456

#5690be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5690be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5690be Color CSS Codes

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

#5690be Text Font Color

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

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


#5690be Background Color

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

This div background color is #5690be


#5690be Border Color

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

This div border color is #5690be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,144,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 #5690be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5690be


Comments

No comments written yet.

Please login to write comment.