Color Hex Logo

#065556 Color Hex

#065556
(6,85,86)
0 Favorites   0 Comments

Color spaces of #065556

RGB 68586
HSL0.500.870.18
HSV181°93°34°
CMYK 0.930.010.00   0.66
XYZ5.00337.20769.9316
Yxy7.20760.22600.3255
Hunter Lab26.8470-13.7163-3.1405
CIE-Lab32.2749-20.6931-6.7965

#065556 color RGB value is (6,85,86).

#065556 hex color red value is 6, green value is 85 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #065556 hue: 0.50 , saturation: 0.87 and the lightness value of 065556 is 0.18.

The process color (four color CMYK) of #065556 color hex is 0.93, 0.01, 0.00, 0.66. Web safe color of #065556 is #006666. Color #065556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010101 01010110
Octal 6 125 126
Decimal 6 85 86
Hex 6 55 56

RGB Percentages of Color #065556

%3.39
%48.02
%48.59

CMYK Percentages of Color #065556

%93
%1
%0
%66

Triadic Colors of #065556

#065556 #560655 #555606

Analogous Colors of #065556

#065556 #062d56 #06562f

Monochromatic Colors of #065556

#065556

Complementary Color

#065556 #560706

#065556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065556 Color CSS Codes

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

#065556 Text Font Color

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

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


#065556 Background Color

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

This div background color is #065556


#065556 Border Color

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

This div border color is #065556


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,85,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065556; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065556;
  -webkit-box-shadow: 1px 1px 3px 2px #065556;
  box-shadow:         1px 1px 3px 2px #065556; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,85,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065556


Comments

No comments written yet.

Please login to write comment.