Color Hex Logo

#506001 Color Hex

#506001
(80,96,1)
0 Favorites   0 Comments

Color spaces of #506001

RGB 80961
HSL0.190.980.19
HSV70°99°38°
CMYK 0.170.000.99   0.62
XYZ7.496610.07341.5780
Yxy10.07340.39150.5261
Hunter Lab31.7386-13.381219.2692
CIE-Lab37.9738-18.219344.2966

#506001 color RGB value is (80,96,1).

#506001 hex color red value is 80, green value is 96 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #506001 hue: 0.19 , saturation: 0.98 and the lightness value of 506001 is 0.19.

The process color (four color CMYK) of #506001 color hex is 0.17, 0.00, 0.99, 0.62. Web safe color of #506001 is #666600. Color #506001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 00000001
Octal 120 140 1
Decimal 80 96 1
Hex 50 60 1

RGB Percentages of Color #506001

%45.20
%54.24
%0.56

CMYK Percentages of Color #506001

%17
%0
%99
%62

Triadic Colors of #506001

#506001 #015060 #600150

Analogous Colors of #506001

#506001 #216001 #604101

Monochromatic Colors of #506001

#506001

Complementary Color

#506001 #110160

#506001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506001 Color CSS Codes

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

#506001 Text Font Color

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

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


#506001 Background Color

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

This div background color is #506001


#506001 Border Color

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

This div border color is #506001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506001


Comments

No comments written yet.

Please login to write comment.