Color Hex Logo

#509098 Color Hex

#509098
(80,144,152)
0 Favorites   0 Comments

Color spaces of #509098

RGB 80144152
HSL0.520.310.45
HSV187°47°60°
CMYK 0.470.050.00   0.40
XYZ18.949023.919033.3239
Yxy23.91900.24870.3139
Hunter Lab48.9071-16.4277-6.1636
CIE-Lab56.0066-18.2815-10.6317

#509098 color RGB value is (80,144,152).

#509098 hex color red value is 80, green value is 144 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #509098 hue: 0.52 , saturation: 0.31 and the lightness value of 509098 is 0.45.

The process color (four color CMYK) of #509098 color hex is 0.47, 0.05, 0.00, 0.40. Web safe color of #509098 is #669999. Color #509098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010000 10011000
Octal 120 220 230
Decimal 80 144 152
Hex 50 90 98

RGB Percentages of Color #509098

%21.28
%38.30
%40.43

CMYK Percentages of Color #509098

%47
%5
%0
%40

Triadic Colors of #509098

#509098 #985090 #909850

Analogous Colors of #509098

#509098 #506c98 #50987c

Monochromatic Colors of #509098

#509098

Complementary Color

#509098 #985850

#509098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509098 Color CSS Codes

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

#509098 Text Font Color

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

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


#509098 Background Color

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

This div background color is #509098


#509098 Border Color

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

This div border color is #509098


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,144,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509098; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509098;
  -webkit-box-shadow: 1px 1px 3px 2px #509098;
  box-shadow:         1px 1px 3px 2px #509098; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509098


Comments

No comments written yet.

Please login to write comment.