Color Hex Logo

#5066bb Color Hex

#5066BB
(80,102,187)
0 Favorites   0 Comments

Color spaces of #5066bb

RGB 80102187
HSL0.630.440.52
HSV228°57°73°
CMYK 0.570.450.00   0.27
XYZ17.029314.796148.9721
Yxy14.79610.21080.1831
Hunter Lab38.465711.7095-48.5583
CIE-Lab45.353717.4193-47.4534

#5066bb color RGB value is (80,102,187).

#5066bb hex color red value is 80, green value is 102 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5066bb hue: 0.63 , saturation: 0.44 and the lightness value of 5066bb is 0.52.

The process color (four color CMYK) of #5066bb color hex is 0.57, 0.45, 0.00, 0.27. Web safe color of #5066bb is #6666cc. Color #5066bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 10111011
Octal 120 146 273
Decimal 80 102 187
Hex 50 66 BB

RGB Percentages of Color #5066bb

%21.68
%27.64
%50.68

CMYK Percentages of Color #5066bb

%57
%45
%0
%27

Triadic Colors of #5066bb

#5066bb #bb5066 #66bb50

Analogous Colors of #5066bb

#5066bb #7050bb #509cbb

Monochromatic Colors of #5066bb

#5066bb

Complementary Color

#5066bb #bba550

#5066bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5066bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5066bb Color CSS Codes

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

#5066bb Text Font Color

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

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


#5066bb Background Color

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

This div background color is #5066bb


#5066bb Border Color

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

This div border color is #5066bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,102,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 #5066bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5066bb


Comments

No comments written yet.

Please login to write comment.