Color Hex Logo

#415566 Color Hex

#415566
(65,85,102)
0 Favorites   0 Comments

Color spaces of #415566

RGB 6585102
HSL0.580.220.33
HSV208°36°40°
CMYK 0.360.170.00   0.60
XYZ7.82678.580113.8140
Yxy8.58010.25900.2839
Hunter Lab29.2918-3.5659-7.4569
CIE-Lab35.1629-3.0011-12.2843

#415566 color RGB value is (65,85,102).

#415566 hex color red value is 65, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #415566 hue: 0.58 , saturation: 0.22 and the lightness value of 415566 is 0.33.

The process color (four color CMYK) of #415566 color hex is 0.36, 0.17, 0.00, 0.60. Web safe color of #415566 is #336666. Color #415566 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010101 01100110
Octal 101 125 146
Decimal 65 85 102
Hex 41 55 66

RGB Percentages of Color #415566

%25.79
%33.73
%40.48

CMYK Percentages of Color #415566

%36
%17
%0
%60

Triadic Colors of #415566

#415566 #664155 #556641

Analogous Colors of #415566

#415566 #414366 #416665

Monochromatic Colors of #415566

#415566

Complementary Color

#415566 #665241

#415566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#415566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#415566 Color CSS Codes

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

#415566 Text Font Color

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

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


#415566 Background Color

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

This div background color is #415566


#415566 Border Color

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

This div border color is #415566


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,85,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #415566; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #415566;
  -webkit-box-shadow: 1px 1px 3px 2px #415566;
  box-shadow:         1px 1px 3px 2px #415566; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,85,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #415566


Comments

No comments written yet.

Please login to write comment.