Color Hex Logo

#506999 Color Hex

#506999
(80,105,153)
0 Favorites   0 Comments

Color spaces of #506999

RGB 80105153
HSL0.610.310.46
HSV219°48°60°
CMYK 0.480.310.00   0.40
XYZ14.109614.108532.1166
Yxy14.10850.23390.2338
Hunter Lab37.56131.3199-24.4027
CIE-Lab44.38814.4519-29.0158

#506999 color RGB value is (80,105,153).

#506999 hex color red value is 80, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #506999 hue: 0.61 , saturation: 0.31 and the lightness value of 506999 is 0.46.

The process color (four color CMYK) of #506999 color hex is 0.48, 0.31, 0.00, 0.40. Web safe color of #506999 is #666699. Color #506999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 10011001
Octal 120 151 231
Decimal 80 105 153
Hex 50 69 99

RGB Percentages of Color #506999

%23.67
%31.07
%45.27

CMYK Percentages of Color #506999

%48
%31
%0
%40

Triadic Colors of #506999

#506999 #995069 #699950

Analogous Colors of #506999

#506999 #5b5099 #508e99

Monochromatic Colors of #506999

#506999

Complementary Color

#506999 #998050

#506999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506999 Color CSS Codes

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

#506999 Text Font Color

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

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


#506999 Background Color

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

This div background color is #506999


#506999 Border Color

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

This div border color is #506999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506999


Comments

No comments written yet.

Please login to write comment.