Color Hex Logo

#056567 Color Hex

#056567
(5,101,103)
0 Favorites   0 Comments

Color spaces of #056567

RGB 5101103
HSL0.500.910.21
HSV181°95°40°
CMYK 0.950.020.00   0.60
XYZ7.164410.318914.4461
Yxy10.31890.22440.3232
Hunter Lab32.1230-16.4045-4.1773
CIE-Lab38.4088-23.3094-8.1980

#056567 color RGB value is (5,101,103).

#056567 hex color red value is 5, green value is 101 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #056567 hue: 0.50 , saturation: 0.91 and the lightness value of 056567 is 0.21.

The process color (four color CMYK) of #056567 color hex is 0.95, 0.02, 0.00, 0.60. Web safe color of #056567 is #006666. Color #056567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100101 01100111
Octal 5 145 147
Decimal 5 101 103
Hex 5 65 67

RGB Percentages of Color #056567

%2.39
%48.33
%49.28

CMYK Percentages of Color #056567

%95
%2
%0
%60

Triadic Colors of #056567

#056567 #670565 #656705

Analogous Colors of #056567

#056567 #053467 #056738

Monochromatic Colors of #056567

#056567

Complementary Color

#056567 #670705

#056567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056567 Color CSS Codes

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

#056567 Text Font Color

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

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


#056567 Background Color

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

This div background color is #056567


#056567 Border Color

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

This div border color is #056567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056567


Comments

No comments written yet.

Please login to write comment.