Color Hex Logo

#056587 Color Hex

#056587
(5,101,135)
0 Favorites   0 Comments

Color spaces of #056587

RGB 5101135
HSL0.540.930.27
HSV196°96°53°
CMYK 0.960.250.00   0.47
XYZ9.089411.088924.5830
Yxy11.08890.20310.2477
Hunter Lab33.3000-9.5525-20.4596
CIE-Lab39.7298-11.5658-25.6976

#056587 color RGB value is (5,101,135).

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

The process color (four color CMYK) of #056587 color hex is 0.96, 0.25, 0.00, 0.47. Web safe color of #056587 is #006699. Color #056587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 10000111
Octal 5 145 207
Decimal 5 101 135
Hex 5 65 87

RGB Percentages of Color #056587

%2.07
%41.91
%56.02

CMYK Percentages of Color #056587

%96
%25
%0
%47

Triadic Colors of #056587

#056587 #870565 #658705

Analogous Colors of #056587

#056587 #052487 #058768

Monochromatic Colors of #056587

#056587

Complementary Color

#056587 #872705

#056587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056587 Color CSS Codes

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

#056587 Text Font Color

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

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


#056587 Background Color

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

This div background color is #056587


#056587 Border Color

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

This div border color is #056587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056587


Comments

No comments written yet.

Please login to write comment.