Color Hex Logo

#05464f Color Hex

#05464F
(5,70,79)
9 Favorites   0 Comments

Color spaces of #05464f

RGB 57079
HSL0.520.880.16
HSV187°94°31°
CMYK 0.940.110.00   0.69
XYZ3.66404.97718.1647
Yxy4.97710.21800.2962
Hunter Lab22.3094-9.7254-6.0821
CIE-Lab26.6694-15.0150-10.7700

#05464f color RGB value is (5,70,79).

#05464f hex color red value is 5, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #05464f hue: 0.52 , saturation: 0.88 and the lightness value of 05464f is 0.16.

The process color (four color CMYK) of #05464f color hex is 0.94, 0.11, 0.00, 0.69. Web safe color of #05464f is #003366. Color #05464f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000110 01001111
Octal 5 106 117
Decimal 5 70 79
Hex 5 46 4F

RGB Percentages of Color #05464f

%3.25
%45.45
%51.30

CMYK Percentages of Color #05464f

%94
%11
%0
%69

Triadic Colors of #05464f

#05464f #4f0546 #464f05

Analogous Colors of #05464f

#05464f #05214f #054f33

Monochromatic Colors of #05464f

#05464f

Complementary Color

#05464f #4f0e05

#05464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05464f Color CSS Codes

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

#05464f Text Font Color

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

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


#05464f Background Color

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

This div background color is #05464f


#05464f Border Color

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

This div border color is #05464f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,70,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05464f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05464f;
  -webkit-box-shadow: 1px 1px 3px 2px #05464f;
  box-shadow:         1px 1px 3px 2px #05464f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05464f


Comments

No comments written yet.

Please login to write comment.