Color Hex Logo

#517bbd Color Hex

#517BBD
(81,123,189)
0 Favorites   0 Comments

Color spaces of #517bbd

RGB 81123189
HSL0.600.450.53
HSV217°57°74°
CMYK 0.570.350.00   0.26
XYZ19.661619.589450.8890
Yxy19.58940.21810.2173
Hunter Lab44.25991.8403-37.1883
CIE-Lab51.36985.3214-39.0546

#517bbd color RGB value is (81,123,189).

#517bbd hex color red value is 81, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #517bbd hue: 0.60 , saturation: 0.45 and the lightness value of 517bbd is 0.53.

The process color (four color CMYK) of #517bbd color hex is 0.57, 0.35, 0.00, 0.26. Web safe color of #517bbd is #6666cc. Color #517bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111011 10111101
Octal 121 173 275
Decimal 81 123 189
Hex 51 7B BD

RGB Percentages of Color #517bbd

%20.61
%31.30
%48.09

CMYK Percentages of Color #517bbd

%57
%35
%0
%26

Triadic Colors of #517bbd

#517bbd #bd517b #7bbd51

Analogous Colors of #517bbd

#517bbd #5d51bd #51b1bd

Monochromatic Colors of #517bbd

#517bbd

Complementary Color

#517bbd #bd9351

#517bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#517bbd Color CSS Codes

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

#517bbd Text Font Color

<p style="color:#517bbd">Text here</p>

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


#517bbd Background Color

<div style="background-color:#517bbd">
Div content here</div>

This div background color is #517bbd


#517bbd Border Color

<div style="border:3px solid #517bbd">
Div here</div>

This div border color is #517bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #517bbd;
  box-shadow:         1px 1px 3px 2px #517bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,123,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517bbd


Comments

No comments written yet.

Please login to write comment.