Color Hex Logo

#556082 Color Hex

#556082
(85,96,130)
0 Favorites   0 Comments

Color spaces of #556082

RGB 8596130
HSL0.630.210.42
HSV225°35°51°
CMYK 0.350.260.00   0.49
XYZ11.958411.908722.7874
Yxy11.90870.25630.2553
Hunter Lab34.50901.4649-14.9948
CIE-Lab41.07064.5484-20.3454

#556082 color RGB value is (85,96,130).

#556082 hex color red value is 85, green value is 96 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #556082 hue: 0.63 , saturation: 0.21 and the lightness value of 556082 is 0.42.

The process color (four color CMYK) of #556082 color hex is 0.35, 0.26, 0.00, 0.49. Web safe color of #556082 is #666699. Color #556082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 10000010
Octal 125 140 202
Decimal 85 96 130
Hex 55 60 82

RGB Percentages of Color #556082

%27.33
%30.87
%41.80

CMYK Percentages of Color #556082

%35
%26
%0
%49

Triadic Colors of #556082

#556082 #825560 #608255

Analogous Colors of #556082

#556082 #615582 #557782

Monochromatic Colors of #556082

#556082

Complementary Color

#556082 #827755

#556082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556082 Color CSS Codes

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

#556082 Text Font Color

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

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


#556082 Background Color

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

This div background color is #556082


#556082 Border Color

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

This div border color is #556082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556082


Comments

No comments written yet.

Please login to write comment.