Color Hex Logo

#556074 Color Hex

#556074
(85,96,116)
0 Favorites   0 Comments

Color spaces of #556074

RGB 8596116
HSL0.610.150.39
HSV219°27°45°
CMYK 0.270.170.00   0.55
XYZ11.081611.558018.1699
Yxy11.55800.27150.2832
Hunter Lab33.9971-1.3114-7.8899
CIE-Lab40.50480.7079-12.6881

#556074 color RGB value is (85,96,116).

#556074 hex color red value is 85, green value is 96 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #556074 hue: 0.61 , saturation: 0.15 and the lightness value of 556074 is 0.39.

The process color (four color CMYK) of #556074 color hex is 0.27, 0.17, 0.00, 0.55. Web safe color of #556074 is #666666. Color #556074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 01110100
Octal 125 140 164
Decimal 85 96 116
Hex 55 60 74

RGB Percentages of Color #556074

%28.62
%32.32
%39.06

CMYK Percentages of Color #556074

%27
%17
%0
%55

Triadic Colors of #556074

#556074 #745560 #607455

Analogous Colors of #556074

#556074 #5a5574 #557074

Monochromatic Colors of #556074

#556074

Complementary Color

#556074 #746955

#556074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556074 Color CSS Codes

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

#556074 Text Font Color

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

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


#556074 Background Color

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

This div background color is #556074


#556074 Border Color

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

This div border color is #556074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556074


Comments

No comments written yet.

Please login to write comment.