Color Hex Logo

#509aaf Color Hex

#509AAF
(80,154,175)
0 Favorites   0 Comments

Color spaces of #509aaf

RGB 80154175
HSL0.540.370.50
HSV193°54°69°
CMYK 0.540.120.00   0.31
XYZ22.601727.911844.7537
Yxy27.91180.23720.2930
Hunter Lab52.8316-16.0919-13.2425
CIE-Lab59.8090-16.9941-17.9978

#509aaf color RGB value is (80,154,175).

#509aaf hex color red value is 80, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #509aaf hue: 0.54 , saturation: 0.37 and the lightness value of 509aaf is 0.50.

The process color (four color CMYK) of #509aaf color hex is 0.54, 0.12, 0.00, 0.31. Web safe color of #509aaf is #669999. Color #509aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10101111
Octal 120 232 257
Decimal 80 154 175
Hex 50 9A AF

RGB Percentages of Color #509aaf

%19.56
%37.65
%42.79

CMYK Percentages of Color #509aaf

%54
%12
%0
%31

Triadic Colors of #509aaf

#509aaf #af509a #9aaf50

Analogous Colors of #509aaf

#509aaf #506baf #50af95

Monochromatic Colors of #509aaf

#509aaf

Complementary Color

#509aaf #af6550

#509aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#509aaf Color CSS Codes

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

#509aaf Text Font Color

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

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


#509aaf Background Color

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

This div background color is #509aaf


#509aaf Border Color

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

This div border color is #509aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509aaf


Comments

No comments written yet.

Please login to write comment.