Color Hex Logo

#05699a Color Hex

#05699A
(5,105,154)
0 Favorites   0 Comments

Color spaces of #05699a

RGB 5105154
HSL0.550.940.31
HSV200°97°60°
CMYK 0.970.320.00   0.40
XYZ10.946912.468532.4015
Yxy12.46850.19610.2234
Hunter Lab35.3108-6.4560-29.6875
CIE-Lab41.9512-6.5204-33.6098

#05699a color RGB value is (5,105,154).

#05699a hex color red value is 5, green value is 105 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #05699a hue: 0.55 , saturation: 0.94 and the lightness value of 05699a is 0.31.

The process color (four color CMYK) of #05699a color hex is 0.97, 0.32, 0.00, 0.40. Web safe color of #05699a is #006699. Color #05699a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101001 10011010
Octal 5 151 232
Decimal 5 105 154
Hex 5 69 9A

RGB Percentages of Color #05699a

%1.89
%39.77
%58.33

CMYK Percentages of Color #05699a

%97
%32
%0
%40

Triadic Colors of #05699a

#05699a #9a0569 #699a05

Analogous Colors of #05699a

#05699a #051e9a #059a81

Monochromatic Colors of #05699a

#05699a

Complementary Color

#05699a #9a3605

#05699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05699a Color CSS Codes

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

#05699a Text Font Color

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

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


#05699a Background Color

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

This div background color is #05699a


#05699a Border Color

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

This div border color is #05699a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,105,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05699a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05699a;
  -webkit-box-shadow: 1px 1px 3px 2px #05699a;
  box-shadow:         1px 1px 3px 2px #05699a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05699a


Comments

No comments written yet.

Please login to write comment.