Color Hex Logo

#509bbd Color Hex

#509BBD
(80,155,189)
0 Favorites   0 Comments

Color spaces of #509bbd

RGB 80155189
HSL0.550.450.53
HSV199°58°74°
CMYK 0.580.180.00   0.26
XYZ24.214928.822352.4311
Yxy28.82230.22960.2733
Hunter Lab53.6864-13.4400-20.3232
CIE-Lab60.6245-13.3080-24.6504

#509bbd color RGB value is (80,155,189).

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

The process color (four color CMYK) of #509bbd color hex is 0.58, 0.18, 0.00, 0.26. Web safe color of #509bbd is #6699cc. Color #509bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011011 10111101
Octal 120 233 275
Decimal 80 155 189
Hex 50 9B BD

RGB Percentages of Color #509bbd

%18.87
%36.56
%44.58

CMYK Percentages of Color #509bbd

%58
%18
%0
%26

Triadic Colors of #509bbd

#509bbd #bd509b #9bbd50

Analogous Colors of #509bbd

#509bbd #5065bd #50bda9

Monochromatic Colors of #509bbd

#509bbd

Complementary Color

#509bbd #bd7250

#509bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#509bbd Color CSS Codes

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

#509bbd Text Font Color

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

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


#509bbd Background Color

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

This div background color is #509bbd


#509bbd Border Color

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

This div border color is #509bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509bbd


Comments

No comments written yet.

Please login to write comment.