Color Hex Logo

#056383 Color Hex

#056383
(5,99,131)
0 Favorites   0 Comments

Color spaces of #056383

RGB 599131
HSL0.540.930.27
HSV195°96°51°
CMYK 0.960.240.00   0.49
XYZ8.621210.594623.0633
Yxy10.59460.20390.2506
Hunter Lab32.5493-9.6829-19.2262
CIE-Lab38.8891-11.9375-24.5840

#056383 color RGB value is (5,99,131).

#056383 hex color red value is 5, green value is 99 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #056383 hue: 0.54 , saturation: 0.93 and the lightness value of 056383 is 0.27.

The process color (four color CMYK) of #056383 color hex is 0.96, 0.24, 0.00, 0.49. Web safe color of #056383 is #006699. Color #056383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100011 10000011
Octal 5 143 203
Decimal 5 99 131
Hex 5 63 83

RGB Percentages of Color #056383

%2.13
%42.13
%55.74

CMYK Percentages of Color #056383

%96
%24
%0
%49

Triadic Colors of #056383

#056383 #830563 #638305

Analogous Colors of #056383

#056383 #052483 #058364

Monochromatic Colors of #056383

#056383

Complementary Color

#056383 #832505

#056383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056383 Color CSS Codes

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

#056383 Text Font Color

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

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


#056383 Background Color

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

This div background color is #056383


#056383 Border Color

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

This div border color is #056383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056383


Comments

No comments written yet.

Please login to write comment.