Color Hex Logo

#054165 Color Hex

#054165
(5,65,101)
0 Favorites   0 Comments

Color spaces of #054165

RGB 565101
HSL0.560.910.21
HSV203°95°40°
CMYK 0.950.360.00   0.60
XYZ4.30184.752413.0025
Yxy4.75240.19500.2155
Hunter Lab21.8000-2.9265-20.1032
CIE-Lab26.0174-2.9233-26.0448

#054165 color RGB value is (5,65,101).

#054165 hex color red value is 5, green value is 65 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #054165 hue: 0.56 , saturation: 0.91 and the lightness value of 054165 is 0.21.

The process color (four color CMYK) of #054165 color hex is 0.95, 0.36, 0.00, 0.60. Web safe color of #054165 is #003366. Color #054165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000001 01100101
Octal 5 101 145
Decimal 5 65 101
Hex 5 41 65

RGB Percentages of Color #054165

%2.92
%38.01
%59.06

CMYK Percentages of Color #054165

%95
%36
%0
%60

Triadic Colors of #054165

#054165 #650541 #416505

Analogous Colors of #054165

#054165 #051165 #056559

Monochromatic Colors of #054165

#054165

Complementary Color

#054165 #652905

#054165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054165 Color CSS Codes

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

#054165 Text Font Color

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

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


#054165 Background Color

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

This div background color is #054165


#054165 Border Color

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

This div border color is #054165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054165


Comments

No comments written yet.

Please login to write comment.