Color Hex Logo

#056190 Color Hex

#056190
(5,97,144)
0 Favorites   0 Comments

Color spaces of #056190

RGB 597144
HSL0.560.930.29
HSV200°97°56°
CMYK 0.970.330.00   0.44
XYZ9.371310.595327.9367
Yxy10.59530.19560.2212
Hunter Lab32.5504-5.5729-28.1009
CIE-Lab38.8903-5.6076-32.4487

#056190 color RGB value is (5,97,144).

#056190 hex color red value is 5, green value is 97 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #056190 hue: 0.56 , saturation: 0.93 and the lightness value of 056190 is 0.29.

The process color (four color CMYK) of #056190 color hex is 0.97, 0.33, 0.00, 0.44. Web safe color of #056190 is #006699. Color #056190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 10010000
Octal 5 141 220
Decimal 5 97 144
Hex 5 61 90

RGB Percentages of Color #056190

%2.03
%39.43
%58.54

CMYK Percentages of Color #056190

%97
%33
%0
%44

Triadic Colors of #056190

#056190 #900561 #619005

Analogous Colors of #056190

#056190 #051c90 #05907a

Monochromatic Colors of #056190

#056190

Complementary Color

#056190 #903405

#056190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056190 Color CSS Codes

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

#056190 Text Font Color

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

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


#056190 Background Color

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

This div background color is #056190


#056190 Border Color

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

This div border color is #056190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056190


Comments

No comments written yet.

Please login to write comment.