Color Hex Logo

#056583 Color Hex

#056583
(5,101,131)
0 Favorites   0 Comments

Color spaces of #056583

RGB 5101131
HSL0.540.930.27
HSV194°96°51°
CMYK 0.960.230.00   0.49
XYZ8.813010.978323.1273
Yxy10.97830.20530.2558
Hunter Lab33.1335-10.5054-18.1911
CIE-Lab39.5439-13.1061-23.5652

#056583 color RGB value is (5,101,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 10000011
Octal 5 145 203
Decimal 5 101 131
Hex 5 65 83

RGB Percentages of Color #056583

%2.11
%42.62
%55.27

CMYK Percentages of Color #056583

%96
%23
%0
%49

Triadic Colors of #056583

#056583 #830565 #658305

Analogous Colors of #056583

#056583 #052683 #058362

Monochromatic Colors of #056583

#056583

Complementary Color

#056583 #832305

#056583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056583 Color CSS Codes

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

#056583 Text Font Color

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

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


#056583 Background Color

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

This div background color is #056583


#056583 Border Color

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

This div border color is #056583


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,101,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 #056583">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056583


Comments

No comments written yet.

Please login to write comment.