Color Hex Logo

#509492 Color Hex

#509492
(80,148,146)
0 Favorites   0 Comments

Color spaces of #509492

RGB 80148146
HSL0.500.300.45
HSV178°46°58°
CMYK 0.460.000.01   0.42
XYZ19.086524.960631.0060
Yxy24.96060.25430.3326
Hunter Lab49.9606-19.2385-1.8235
CIE-Lab57.0370-22.0181-5.6547

#509492 color RGB value is (80,148,146).

#509492 hex color red value is 80, green value is 148 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #509492 hue: 0.50 , saturation: 0.30 and the lightness value of 509492 is 0.45.

The process color (four color CMYK) of #509492 color hex is 0.46, 0.00, 0.01, 0.42. Web safe color of #509492 is #669999. Color #509492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 10010010
Octal 120 224 222
Decimal 80 148 146
Hex 50 94 92

RGB Percentages of Color #509492

%21.39
%39.57
%39.04

CMYK Percentages of Color #509492

%46
%0
%1
%42

Triadic Colors of #509492

#509492 #925094 #949250

Analogous Colors of #509492

#509492 #507494 #509470

Monochromatic Colors of #509492

#509492

Complementary Color

#509492 #945052

#509492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509492 Color CSS Codes

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

#509492 Text Font Color

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

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


#509492 Background Color

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

This div background color is #509492


#509492 Border Color

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

This div border color is #509492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509492


Comments

No comments written yet.

Please login to write comment.