Color Hex Logo

#056092 Color Hex

#056092
(5,96,146)
0 Favorites   0 Comments

Color spaces of #056092

RGB 596146
HSL0.560.930.30
HSV201°97°57°
CMYK 0.970.340.00   0.43
XYZ9.433810.473328.7185
Yxy10.47330.19400.2154
Hunter Lab32.3625-4.6008-29.9603
CIE-Lab38.6788-4.1837-33.9879

#056092 color RGB value is (5,96,146).

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

The process color (four color CMYK) of #056092 color hex is 0.97, 0.34, 0.00, 0.43. Web safe color of #056092 is #006699. Color #056092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100000 10010010
Octal 5 140 222
Decimal 5 96 146
Hex 5 60 92

RGB Percentages of Color #056092

%2.02
%38.87
%59.11

CMYK Percentages of Color #056092

%97
%34
%0
%43

Triadic Colors of #056092

#056092 #920560 #609205

Analogous Colors of #056092

#056092 #051a92 #05927e

Monochromatic Colors of #056092

#056092

Complementary Color

#056092 #923705

#056092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056092 Color CSS Codes

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

#056092 Text Font Color

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

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


#056092 Background Color

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

This div background color is #056092


#056092 Border Color

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

This div border color is #056092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056092


Comments

No comments written yet.

Please login to write comment.